| Summary: | Arrow keys not working in Text field on form | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Paul Kendall <pkendall64> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | eclipse, Tim.Whittington | ||||
| Version: | 1.3 | ||||||
| Target Milestone: | 1.3 M3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Kendall
Created attachment 150157 [details]
Bundle with source showing problem
This bundle has a ViewPart that has a Form and a Section with a text field.
Just put the cursor in the text field and you will find that the arrow keys and other navigation do not work as expected.
This is only a problem on ScrolledForms! Most of our application uses ScrolledForms. In my test I changed the ScrolledForm to a Form and it works as expected. Removed preventDefault() from ScrolledComposite.js#_onKeyPress. Changes are in CVS HEAD. |