Ticket #8797 (confirmed Bug)
Infinite loop with malformed select tag
| Reported by: | mattleff | 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
Note: See
TracTickets for help on using
tickets.

Reproducible in all browsers from CKEditor 3.0.
Does not occur in normal page with body set to contenteditable.