Opened 11 years ago
Last modified 11 years ago
#11408 confirmed Bug
[FF][IE11] Opening preview using keyboard triggers popup blocker — at Version 8
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description (last modified by )
since: 4.0 (didn't check earlier) until master
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- focus editor
- press
alt+f10
to focus toolbar - navigate to preview button
- press button using
space
Expected result:
Preview should appear
Current result:
firefofx: Preview is blocked by popup block
ie11: Exception is being thrown SCRIPT5007: Unable to set property 'location' of undefined or null reference
, and popup blocker appears. Error is reported in #11597.
additional info:
- preview is not blocked when we do this using mouse
- tested with FF 26.0 at Win7, IE11 at Win8.1
Change History (8)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | [FF] Opening preview using keyboard will cause popup block → [FF][IE11] Opening preview using keyboard issues |
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | [FF][IE11] Opening preview using keyboard issues → [FF][IE11] Opening preview using keyboard triggers popup blocker |
comment:5 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.0 → 4.3.2 |
There are two issues here:
- Firefox and IE8-10 use popup blocker and ask user if he wants to open window (default browser setting). This one can be reproduced from CKEditor 3.0. This may be a "won't fix" issue.
- IE11 displays popup blocker but it also throws error. This problem is reproducible from CKEditor 4.3.2 what makes this ticket a recent regression.
comment:6 Changed 11 years ago by
Milestone: | → CKEditor 4.3.4 |
---|
comment:7 Changed 11 years ago by
Milestone: | CKEditor 4.3.4 |
---|---|
Version: | 4.3.2 → 3.0 |
Oups. The milestone was only for the recent regression - error on IE11. Popup blocker is totally out of our control considering how complex is the whole process.
comment:8 Changed 11 years ago by
Description: | modified (diff) |
---|
I reported #11597 for the error part.
Works for me. In fact I get the message that FF block pop-up, at the first time I clicked on preview button, but then everything works fine. Tested on Windows 7 & FF 26.0.