Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 438102

Summary: wrapped lines can prevent End from reaching end of document
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Grant Gayed CLA 2014-06-24 16:44:58 EDT
- open an editor on a large file like TextView.js
- turn on word wrap
- resize the window to make the editor narrow enough to force a lot of line wrapping to be needed
- press End (assuming Mac) which should scroll you to the bottom of the editor content
  -> it starts the scroll but gets stuck mid-way down
Comment 1 Grant Gayed CLA 2014-06-24 16:46:36 EDT
I forgot to mention: Turning off wrap makes the problem go away.

Wrap problems are more prevalent in the markdown source editor because it has wrap turned on by default.