Opened 13 years ago

Last modified 13 years ago

#8096 confirmed Bug

Firefox: Additional </br> added after clicking legend in fieldset and switching to Source mode

Reported by: Krzysztof Studnik 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

  1. Paste following code into editor
    <fieldset> <legend>caption</legend> <p>keep going, CKeditor!</p> </fieldset>
    
  2. Switch mode to WYSIWYG
  3. Set caret in "caption"
  4. Switch to source
  5. 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 (1)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: Firefox added; Firefox4 removed
Status: newconfirmed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy