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

Bug 289435

Summary: [Table] TextCellEditor was selected in different two ways
Product: [RT] RAP Reporter: Wen Ai <wen.ai>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
screenshot 1
none
screenshot 2
none
screenshot 3
none
screenshot 4 none

Description Wen Ai CLA 2009-09-15 05:10:48 EDT
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)
Build Identifier: 

The TextCellEditor could be fully selected sometimes, sometimes not. How could we change this and let it always in the same look (like fully selected by every selection)?

Reproducible: Always

Steps to Reproduce:
1. open the tab "TableViewer" in the rap demo
2. click the button "Create Cell Editor" and then activate all the rows editable.
3. choose a cell in the column "First Name"
   3a. focus one cell in this column (I chose the cell on the first row) 
       => you can see screenshot 1: the cell was focused.
   3b. press the key "Enter" 
       => you will see screenshot 2: the cell editor was activated and the text was completely selected. I can now write something new without selecting the whole text, because it was selected.
   3c. press the key "Enter" again
       => you will see the screenshot 3 just like screenshot 1: the cell was focused and the cell editor was deactivated.
   3d. press the key "Enter" for one more time
       => you will see the screenshot 4: the cell editor was activated again and the cursor stays at the last position of the text. In this time I must select the whole text at first and then I can write something new instead of the old text.	   
4. repeat from 3a to 3d for many more times, that handling could repeat itself. Or change to selecting different rows (for example click the first row to the last) and then the same must happen.
Comment 1 Wen Ai CLA 2009-09-15 05:11:15 EDT
Created attachment 147169 [details]
screenshot 1
Comment 2 Wen Ai CLA 2009-09-15 05:11:32 EDT
Created attachment 147170 [details]
screenshot 2
Comment 3 Wen Ai CLA 2009-09-15 05:11:49 EDT
Created attachment 147171 [details]
screenshot 3
Comment 4 Wen Ai CLA 2009-09-15 05:12:05 EDT
Created attachment 147172 [details]
screenshot 4
Comment 5 Ivan Furnadjiev CLA 2009-09-24 09:08:40 EDT
We have recently fixed the Bug 236577. With the current CVS HEAD I cant reproduce it any more - tested with FF and IE. Please reopen if the bug persist.