Crash with definition lists (Firefox, Chrome)
I am facing the same problem as this user:
http://cksource.com/forums/viewtopic.php?f=11&t=20955&start=0
The following source code makes CKEditor 3.4.2 crash when switching to wysiwyg mode:
<dd>crash</dd><dd>crash</dd>
Note that this one does not:
<dd>crash</dd>
And apparently there is no problem with well-formed definition lists.
Change History (6)
Milestone: |
→ CKEditor 3.5.1
|
Status: |
new →
confirmed
|
Component: |
General →
Core : Parser
|
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Note that dd and dt must be enclosed within dl. Similar to #5626.