Opened 10 years ago

Last modified 10 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 Marek Lewandowski)

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. focus editor
  3. press alt+f10 to focus toolbar
  4. navigate to preview button
  5. 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 10 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 10 years ago by Marek Lewandowski

Owner: set to Marek Lewandowski
Status: confirmedassigned

comment:3 Changed 10 years ago by Marek Lewandowski

Status: assignedreview

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.

comment:4 Changed 10 years ago by Marek Lewandowski

Description: modified (diff)
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