Ticket #160 (closed Bug: fixed)

Opened 2 years ago

Last modified 22 months ago

Unnecessary DIV's created when formatting

Reported by: dustball Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Styles Version: SVN (FCKeditor)
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])

2. Clear all content, and type five short lines of text.

3. Switch to source mode

4. Switch back to normal mode

5. Select the middle three lines

6. 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

Changed 2 years ago by fredck

  • keywords Firefox added; StyleSystem removed
  • summary changed from Uneccessary DIV's created when formatting to Unnecessary DIV's created when formatting
  • component changed from General to Core : Styles
  • version set to SVN
  • milestone set to FCKeditor 2.5

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.

Changed 22 months ago by fredck

  • owner set to martinkou

Changed 22 months ago by martinkou

  • status changed from new to closed
  • resolution set to fixed

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.