|
From: SourceForge.net <no...@so...> - 2005-06-28 19:55:27
|
Bugs item #1229210, was opened at 2005-06-28 13:02 Message generated for change (Settings changed) made by james_aguilar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1229210&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: editor core Group: normal bug >Status: Deleted Resolution: None Priority: 5 Submitted By: James Aguilar (james_aguilar) Assigned to: Nobody/Anonymous (nobody) Summary: Scroll Pane changes to wrong size when at end of long line Initial Comment: DESCRIPTION When pressing backspace would leave the cursor at the end of the last line in the file, pressing backspace causes the editor to think that the file is smaller than it actually is. Pressing any key that does not add or remove a character (arrows, for instance), the stack trace included in the attached text file is produced. STEPS TO REPRODUCE: 1. Turn on soft word wrap 2. Create a new file 3. Advance the cursor using newlines until it passes the original bottom of the text area's view (that is, until there is a scroll bar). For safety, advance it five to ten lines past the end of the original view. 4. Create a single line which wraps at least two times or is at least (number of characters per line max * 2 + 1) characters long. 5. Press enter. 6. Press backspace SYSTEM SPECS Windows XP Tablet Java 1.5 This problem also occurs on my home computer, which is Windows XP Professional Java 1.5 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1229210&group_id=588 |