Opened 17 years ago

Closed 17 years ago

#160 closed Bug (fixed)

Unnecessary DIV's created when formatting

Reported by: Brian Klug Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Styles Version: SVN (FCKeditor) - Retired
Keywords: Firefox Cc:

Description

  1. Load demo page at http://klug.pbwiki.biz/FCKeditor/2_4/_samples/default.html (this is from SVN, as of [179])
  1. Clear all content, and type five short lines of text.
  1. Switch to source mode
  1. Switch back to normal mode
  1. Select the middle three lines
  1. Click the "Justify Left" toolbar button

The source is:

<p>sdfsfdsdf</p>
<p align="left">sdfsdfsdf</p>
<div align="left">&nbsp;</div>
<p align="left">sdfsdfsdf</p>
<div align="left">&nbsp;</div>
<p align="left">sdfsdfsd</p>
<p>sddsfsdfsdf</p>

Change History (3)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Styles
Keywords: Firefox added; StyleSystem removed
Milestone: FCKeditor 2.5
Summary: Uneccessary DIV's created when formattingUnnecessary DIV's created when formatting
Version: SVN

Confirmed. Firefox (2) only. Ok with IE.

I strongly believe that the new style system to be introduced on the 2.5 will help us on fixing it. If not for that version, at least right after it.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Owner: set to Martin Kou

comment:3 Changed 17 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [834]. (Lots of patches there, so I'm only replying with the last one)

Click here for more info about our SVN system.

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