Opened 15 years ago
Closed 15 years ago
#3680 closed Bug (expired)
[webkit] Dialogs doesn't fire focus
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | UI : Dialogs | Version: | |
Keywords: | WebKit | Cc: |
Description
On webkit (Google Chrome), after showing the dialog, focus event isn't triggered.
Reproduce
- Open replace by class example
- Click smiles button
- There is no focus on first smile (which is given in dialog's focus event)
Change History (5)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:3 Changed 15 years ago by
Forgot to add a notice, that this works on smiles dialog. I could reproduce it ONLY on special characters dialog.
comment:4 Changed 15 years ago by
Keywords: | WebKit added; webkit removed |
---|---|
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
comment:5 Changed 15 years ago by
Resolution: | → expired |
---|---|
Status: | reopened → closed |
Not anymore reproduced on trunk, probably fixed with #4542.
Actually the situation isn't dialog's fault. Problems is with webkit, which can set focus only on a[href] element. Resolving ticket as invalid.