Opened 11 years ago
Last modified 11 years ago
#11412 confirmed Bug
[OSX, Safari] Pressing ESC key in a dialog brings fullscreen browser window back to normal state
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.6.4 |
Keywords: | Mac Webkit | Cc: |
Description
- Open any page with CKEditor in Safari.
- Maximize browser window (an arrow in the upper right-hand corner).
- Open a dialog (link, image).
- ESC.
Expected: Dialog is closed. Actual: Dialog is closed but window is no longer fullscreen.
My first guess is that some preventDefault
is needed. It is not reproducible in Chrome though, so additional research is needed to figure out if the problem is CKEditor or Safari itself.
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | Mac Webkit added |
---|---|
Status: | new → confirmed |
Version: | 3.6.6 (SVN - trunk) → 3.6.4 |
I was able to reproduce this problem only in Safari 6 (Safari 7 had no issue in my case)from CKEditor 3.6.4 rev. [7516] in both CKE 3.x and CKE 4.x.