This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 38588 - Page Down will not take caret to end of document
Summary: Page Down will not take caret to end of document
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: REGRESSION, UI
: 38790 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-09 18:39 UTC by Jesse Glick
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-01-09 18:39:26 UTC
[dev 040109] With a multi-page document, repeated
Page Down's used to scroll down to the end, and
when it could scroll no more, finally just move
the caret at the end of the document.

Now it seems that the document is scrolled all the
way to the end, but the caret is left somewhere in
the last page of the document, and subsequent Page
Down's do not move it. To go to end of document,
you need to press Ctrl-End, which is annoying.

Note that a final Page Up still does put the caret
at the beginning of the document, however. So the
behavior is asymmetric.

True in both text/x-java and text/xml.
Comment 1 Jesse Glick 2004-01-15 19:46:53 UTC
*** Issue 38790 has been marked as a duplicate of this issue. ***
Comment 2 Martin Roskanin 2004-01-21 12:09:33 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/lib/editor/view/GapBoxView.java,v  <--
 GapBoxView.java
new revision: 1.4; previous revision: 1.3
Comment 3 Jiri Prox 2006-04-07 09:06:50 UTC
Verified