Ticket #4011 (closed Bug: invalid)
[IE] Tab is not focused in dialog on ALT-F10
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | UI : Dialogs | Version: | |
| Keywords: | IE | Cc: |
Description
Reproducing Procedures
- Open the 'replace by class' sample page.
- Open the 'Link' dialog and press ALT-F10 to activate tab switchers.
- Press 'Tab' to open next tab page.
- Actual Result: The text selection is still inside the text input of previous tab page
- Expected Result: The focus is moved to the current active tab switcher.
Change History
Note: See
TracTickets for help on using
tickets.

I think that's the way it must be. The tab must be "activate" with ENTER, while ESC will return to the previous TAB and selection.
Still to confirm.