Opened 15 years ago

Closed 14 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 Tobiasz Cudnik

Resolution: invalid
Status: newclosed

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.

comment:2 Changed 15 years ago by Tobiasz Cudnik

Resolution: invalid
Status: closedreopened

I've been able to reproduce it finally on special character dialog.

TC

  • Use patch_2 from #3575
  • Add (prepend / append) this to L275
    alert('focus');
    
  • Open replacebyclass example in Chrome
  • Open special characters dialog
  • You should see alert popup, while it's not showing up right now

comment:3 Changed 15 years ago by Tobiasz Cudnik

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 Frederico Caldeira Knabben

Keywords: WebKit added; webkit removed
Milestone: CKEditor 3.0CKEditor 3.1

comment:5 Changed 14 years ago by Garry Yao

Resolution: expired
Status: reopenedclosed

Not anymore reproduced on trunk, probably fixed with #4542.

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