Opened 15 years ago
Closed 15 years ago
#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 (2)
Change History (8)
Changed 15 years ago by
Attachment: | 4100.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
comment:3 Changed 15 years ago by
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].
Changed 15 years ago by
Attachment: | 4100_2.patch added |
---|
comment:4 Changed 15 years ago by
Owner: | changed from Garry Yao to Tobiasz Cudnik |
---|---|
Status: | assigned → new |
After discussing it with Frederico i'm taking over this ticket.
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
This ticket is a regression caused by [3963] from #3946.
Proposed patch causes regression against #3946. Second level context menu could not be hidden in specific situation.