Bug 86033

Summary: [Text] Navigation problems with the text package
Product: [Tools] GEF Reporter: Pratik Shah <ppshah>
Component: GEF-Legacy Draw2dAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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