Ticket #160 (closed Bug: fixed)
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) - Retired |
| Keywords: | Firefox | Cc: |
Description
- Load demo page at http://klug.pbwiki.biz/FCKeditor/2_4/_samples/default.html (this is from SVN, as of [179])
- Clear all content, and type five short lines of text.
- Switch to source mode
- Switch back to normal mode
- Select the middle three lines
- Click the "Justify Left" toolbar button
The source is:
<p>sdfsfdsdf</p> <p align="left">sdfsdfsdf</p> <div align="left"> </div> <p align="left">sdfsdfsdf</p> <div align="left"> </div> <p align="left">sdfsdfsd</p> <p>sddsfsdfsdf</p>
Change History
comment:1 Changed 6 years ago by fredck
- Keywords Firefox added; StyleSystem removed
- Milestone set to FCKeditor 2.5
- Component changed from General to Core : Styles
- Version set to SVN
- Summary changed from Uneccessary DIV's created when formatting to Unnecessary DIV's created when formatting
comment:3 Changed 6 years 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.

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.