Opened 15 years ago
Closed 15 years ago
#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 (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Confirmed the behavior... the ENTER key must be used to activate it.
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.