Opened 16 years ago

Closed 16 years ago

#1854 closed Bug (fixed)

Indentation don't work inside table

Reported by: datalink Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.6
Component: General Version: FCKeditor 2.5.1
Keywords: Confirmed Review+ Cc:

Description

If I click on the button, FCkeditor produce

<td style="margin-left: 20px">text...</td>

So you can't see the indentation.

Attachments (1)

1854.patch (626 bytes) - added by Martin Kou 16 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 16 years ago by Martin Kou

Keywords: Confirmed added

Confirmed, margin-left does not work in table cells. A different approach would be needed for indentation in table cells (wrapping the things up in <DIV> first?).

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Isn't it enough to set iterator.EnforceRealBlocks = true?

comment:3 in reply to:  2 Changed 16 years ago by Martin Kou

Milestone: FCKeditor 2.6
Owner: set to Martin Kou
Status: newassigned

Replying to fredck:

Isn't it enough to set iterator.EnforceRealBlocks = true?

Seems like a workable solution. I've tested it a bit and I couldn't find any bad side effects. I've preparing a patch now.

Changed 16 years ago by Martin Kou

Attachment: 1854.patch added

comment:4 Changed 16 years ago by Martin Kou

Keywords: Review? added

comment:5 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Please include the changelog for it.

comment:6 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [1510].

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