Ticket #8096 (confirmed Bug)
Firefox: Additional </br> added after clicking legend in fieldset and switching to Source mode
| Reported by: | krst | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Parser | Version: | 3.5.1 |
| Keywords: | Firefox | Cc: |
Description
When focus is set in legend of a fieldset, and then mode is switched to source and back, additional </BR> is added to fieldset.
Environment
linked with #6804 , Firefox 4/5b
TC
- Paste following code into editor
<fieldset> <legend>caption</legend> <p>keep going, CKeditor!</p> </fieldset>
- Switch mode to WYSIWYG
- Set caret in "caption"
- Switch to source
- Repeat steps 2-4, two times
Actual result
Additional </br> added
<fieldset> <legend>caption</legend><br /> <br /> <br /> <p> keep going, CKeditor!</p> </fieldset>
Change History
Note: See
TracTickets for help on using
tickets.

This is reproducible in Firefox 3.6 and 4.
Every time you place the cursor next to a different letter inside "caption" and switch to source the new <br> will be inserted.