Opened 11 years ago
Last modified 11 years ago
#11597 closed Bug
[IE11] Error thrown when trying to open preview using keyboard — at Version 4
Reported by: | Piotrek Koszuliński | Owned by: | Marek Lewandowski |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.4 |
Component: | General | Version: | 4.3.2 |
Keywords: | Cc: |
Description (last modified by )
- 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
Related issue: #11408.
Our goal is to avoid exception. Popup blocker thing is another issue.
Change History (4)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Owner: | set to Marek Lewandowski |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|
Commit which caused the issue: git:93803693adf82d3467f926a68325904b3a360f3b
With that commit we started to use window.location (for IE) to assign that tricky js code (instead of passing it to window.open). I created a trivial fix which prevents the exception from being thrown.
Pushed to t/11597 at dev.