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

  1. Open the 'replace by class' sample page in IE;
  2. Click on 'Format' combo to open drop down panel;
  3. Press 'Arrow Down' to navigate to the next panel item;
    • Actual Result: The keystroke has no effect.

Attachments (2)

4100.patch (1.2 KB) - added by Garry Yao 15 years ago.
4100_2.patch (2.0 KB) - added by Tobiasz Cudnik 15 years ago.

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by Garry Yao

Attachment: 4100.patch added

comment:1 Changed 15 years ago by Garry Yao

Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned

comment:2 Changed 15 years ago by Tobiasz Cudnik

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.

comment:3 Changed 15 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].

Changed 15 years ago by Tobiasz Cudnik

Attachment: 4100_2.patch added

comment:4 Changed 15 years ago by Tobiasz Cudnik

Owner: changed from Garry Yao to Tobiasz Cudnik
Status: assignednew

After discussing it with Frederico i'm taking over this ticket.

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:6 Changed 15 years ago by Tobiasz Cudnik

Resolution: fixed
Status: newclosed

Fixed with [3972].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy