Opened 13 years ago
Closed 11 years ago
#8797 closed Bug (fixed)
Infinite loop with malformed select tag
Reported by: | Matthew Leffler | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
Steps to reproduce:
- Enter the HTML in Source:
<form> <table> <tbody> <tr> <td> <select name="StartDateYear" size="1"> <option selected="selected" value="">SELECT</option> <option value="2012">2012</option> </select> <option value="2012">2013</option> </select> <option value="2012">2014</option> </select> </td> </tr> </tbody> </table> </form>
- Click Source to leave source mode.
Actual result:
Infinite loop...
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
WFM in CKEditor 4.3.
Reproducible in all browsers from CKEditor 3.0.
Does not occur in normal page with body set to contenteditable.