#9186 closed Bug (fixed)
meta tags placed in list and div with enter mode BR cause infinite loops.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.3 |
Component: | General | Version: | 3.5.3 |
Keywords: | Firefox | Cc: |
Description
To reproduce:
- Set Enter mode to BR
- Open replacebycode sample, press New Page and switch to source
- Paste in the below invalid code
<div> <ul> <li><meta charset="utf-8"><span style="font-size: smaller;">FedEx 3rd Day (3 business days) - $12.95 </span></meta></li> <li><meta charset="utf-8"><span style="font-size: smaller;">FedEx 2nd Day (2 business days) - $24.50</span></meta></li> <li><span style="font-size: smaller;">FedEx Next Day (1 business day) - $19.95</span></li> </ul> </div>
- Switch to WYSIWYG
Result: infinite loop.
Problem has been reproducible in Firefox from CKE 3.5.3 rev. [6629]
Despite code being invalid I think that it should not cause infinite loops.
Change History (6)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 10 years ago by
The other case (http://dev.ckeditor.com/ticket/8117) had a milestone set as 4.4.3. Will this one be part of that milestone?
comment:4 Changed 10 years ago by
As I wrote in http://dev.ckeditor.com/ticket/8117#comment:15 - there's a big chance that this ticket will be fixed by patch for #8117. But first we work on one ticket and then see which else have been affected. Milestone will be set afterwards.
comment:6 Changed 10 years ago by
Milestone: | → CKEditor 4.4.3 |
---|
Other tickets where this revision is mentioned: #8189, #8551, #8481, #9006.
Other tickets where meta tags also cause problems: #8117, #9006.