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

Bug 375520

Summary: [Table][Tree] items intially always rendered as focused, even if unfocused
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 1.5   
Target Milestone: 1.5 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-03-28 08:21:52 EDT
To reproduce:
- Start controls demo
- go to table
- without clicking on the table first, click into a textfield
- table still rendered as focused
- click on table, then the textfield
- table rendered as unfocused
Comment 1 Ivan Furnadjiev CLA 2012-03-28 09:38:33 EDT
Marked as P2 as this is a regression from Tree/Table merge. Works fine in 1.4.2.
Comment 2 Ivan Furnadjiev CLA 2012-03-28 10:04:09 EDT
Fixed by changing the initial focused parameter to false in TreeRowContainer.js#createRenderConfig.