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

Bug 307515

Summary: [Combo] Keyboard navigation does not work if KeyListener is attached
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Ivan Furnadjiev CLA 2010-03-30 08:27:55 EDT
In case of a KyeListener attached ( CellEditors ), keyboard navigation inside the Combo text field is not possible in FF - can't move the caret with left/right key, can't select text with SHIFT + with left/right key.
Comment 1 Ivan Furnadjiev CLA 2010-03-30 08:32:27 EDT
AsyncKeyEventUtil.js#_isUntrustedKey checks for Combo instance too. Fixed in CVS HEAD.