| Summary: | [Table] TextCellEditor was selected in different two ways | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Wen Ai <wen.ai> | ||||||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||||||||
| Severity: | normal | ||||||||||||
| Priority: | P3 | ||||||||||||
| Version: | unspecified | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | All | ||||||||||||
| OS: | All | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 147169 [details]
screenshot 1
Created attachment 147170 [details]
screenshot 2
Created attachment 147171 [details]
screenshot 3
Created attachment 147172 [details]
screenshot 4
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. |
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.