Opened 11 years ago
Closed 11 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 11 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Status: | assigned → review |
---|
comment:3 Changed 11 years ago by
Status: | review → assigned |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- git:95bd2fe
- tests:b802386
The reason of this crash was bug in IE. If you call
insertBefore
withiFrame
element as a parameter and thisiFrame
containsjavasript
insrc
attribute you will get crash or weird behavior.To fix this bug a remove
src
attribute wheniframe
is loaded.Code t/10937, tests: t/10937.