Opened 11 years ago
Closed 11 years ago
#10841 closed Bug (fixed)
MathJax widget - support subtree changes
Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 4.3 |
Component: | General | Version: | 4.3 Beta |
Keywords: | Cc: |
Description
When a DOM subtree in which widget is attached changes, widget is unloaded. The preview disappears and widget is not responding on doubleclicks. To reproduce - select few paragraphs and apply bold/list/whatever.
Change History (5)
comment:1 Changed 11 years ago by
Priority: | Normal → High |
---|---|
Status: | new → confirmed |
comment:2 Changed 11 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
comment:4 Changed 11 years ago by
Status: | review → assigned |
---|
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- git:95bd2fe
- tests:b802386
Bold and similar paragraph modifications does not break widget anymore. Widget also works if you execute bold command twice quickly. There are tests for ticket.
List command still break paragraph but it is general problem (#10845). Tests needs refactoring but it also will be done in different ticket (#10843).