Ticket #4100 (closed Bug: fixed)
[IE] Navigation keyset has no effect with panel
| Reported by: | garry.yao | Owned by: | tobiasz.cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | Accessibility | Version: | |
| Keywords: | IE Confirmed Review+ | Cc: |
Description
Reproducing Procedures
- Open the 'replace by class' sample page in IE;
- Click on 'Format' combo to open drop down panel;
- Press 'Arrow Down' to navigate to the next panel item;
- Actual Result: The keystroke has no effect.
Attachments
Change History
comment:1 Changed 4 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
- Keywords Confirmed Review? added
comment:3 Changed 4 years ago by tobiasz.cudnik
- Keywords Review? added; Review- removed
This patch simulates missing focus event handler (for context menu) while the real focus is triggered for iframe (for navigation).
Focus logic is reverted to that one from before [3963].
Note: See
TracTickets for help on using
tickets.
