Opened 15 years ago

Closed 15 years ago

#3261 closed Bug (fixed)

Hot Key crashes IE 7

Reported by: Senthil Owned by: Frederico Caldeira Knabben
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.0
Component: General Version:
Keywords: Oracle Confirmed Cc: Senthil

Description (last modified by Frederico Caldeira Knabben)

Hot Key crashes IE 7. Below the steps to reproduce.

Note: Assume "This is some sample text" is exist in the editor area.

  1. Select the first word "This" and press ctrl+B.
  2. Select the second word "is" and press ctrl+B twice or thrice.
  3. Now you can see the browser is being crashed.

Change History (4)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Description: modified (diff)

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added

Confirmed with IE7. Ok with FF.

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

This problem happens because of the attempt of removing the "_cke_expando" attribute from inside a cloned object into the style removal procedure.

The patch provided at #3266 fixes this issue.

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

I confirm this has been fixed at #3266 with [3322].

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