Bug 86033 - [Text] Navigation problems with the text package
Summary: [Text] Navigation problems with the text package
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 16:27 EST by Pratik Shah CLA
Modified: 2010-11-04 06:55 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Shah CLA 2005-02-21 16:27:18 EST
In the text example, I observed the following behaviours:

1) Ctrl + Left Arrow to navigate from one FlowFigure to another (eg., when 
changing from bold text to non-bold text) causes StackOverflowError.

2) Ctrl + Right Arrow does not work either, but it does not incur the Stack 
Overflow.

3) Using the down arrow key does not navigate to the next line.

Note that 1 and 2 work just fine if not using the Ctrl key.  That is, if 
you're navigating one character at a time instead of one word at a time, there 
are no problems.
Comment 1 Takahiro Kato CLA 2005-07-29 12:50:38 EDT
(In reply to comment #0)
> In the text example, I observed the following behaviours:
> 
> 1) Ctrl + Left Arrow to navigate from one FlowFigure to another (eg., when 
> changing from bold text to non-bold text) causes StackOverflowError.
> 
> 2) Ctrl + Right Arrow does not work either, but it does not incur the Stack 
> Overflow.
> 
> 3) Using the down arrow key does not navigate to the next line.
> 
> Note that 1 and 2 work just fine if not using the Ctrl key.  That is, if 
> you're navigating one character at a time instead of one word at a time, there 
> are no problems.

For 3, I submitted a patch for it.  see my comments in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105384