Opened 12 years ago
Closed 12 years ago
#10930 closed Bug (fixed)
IE9 MathJax crash on undo
| Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.3 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
IE9 crashes every time I do undo in editor with Math.
Change History (4)
comment:1 Changed 12 years ago by
| Owner: | set to Piotr Jasiun |
|---|---|
| Status: | new → assigned |
comment:2 Changed 12 years ago by
| Status: | assigned → review |
|---|
comment:3 Changed 12 years ago by
| Status: | review → assigned |
|---|
comment:4 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
- git:95bd2fe
- tests:b802386

The reason of this crash was bug in IE. If you call
insertBeforewithiFrameelement as a parameter and thisiFramecontainsjavasriptinsrcattribute you will get crash or weird behavior.To fix this bug a remove
srcattribute wheniframeis loaded.Code t/10937, tests: t/10937.