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

Bug 293811

Summary: [Table] Does not receive focus if column header is clicked
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: 1.3 M3   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2009-10-30 13:09:40 EDT
A table with visible column headers should receive the input focus if the user clicks on one of the headers
Comment 1 Ivan Furnadjiev CLA 2009-11-04 01:51:22 EST
Table.js#_isRelevantEvent() checks if event target is TableColumn or dummyColumn too. Fixed in CVS HEAD.