Ticket #1854 (closed Bug: fixed)

Opened 3 months ago

Last modified 3 months ago

Indentation don't work inside table

Reported by: datalink Assigned to: martinkou
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

1854.patch (0.6 kB) - added by martinkou on 02/13/08 11:07:11.

Change History

02/13/08 05:42:27 changed by martinkou

  • keywords set to Confirmed.

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?).

(follow-up: ↓ 3 ) 02/13/08 10:39:34 changed by fredck

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

(in reply to: ↑ 2 ) 02/13/08 11:05:24 changed by martinkou

  • owner set to martinkou.
  • status changed from new to assigned.
  • milestone set to FCKeditor 2.6.

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.

02/13/08 11:07:11 changed by martinkou

  • attachment 1854.patch added.

02/13/08 11:07:28 changed by martinkou

  • keywords changed from Confirmed to Confirmed Review?.

02/13/08 11:22:01 changed by fredck

  • keywords changed from Confirmed Review? to Confirmed Review+.

Please include the changelog for it.

02/14/08 04:14:30 changed by martinkou

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with [1510].

Click here for more info about our SVN system.