Opened 16 years ago
Closed 16 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 )
Hot Key crashes IE 7. Below the steps to reproduce.
Note: Assume "This is some sample text" is exist in the editor area.
- Select the first word "This" and press ctrl+B.
- Select the second word "is" and press ctrl+B twice or thrice.
- Now you can see the browser is being crashed.
Change History (4)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 16 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
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 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Confirmed with IE7. Ok with FF.