Ticket #1854 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Indentation don't work inside table

Reported by: datalink Owned by: 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 Download (0.6 KB) - added by martinkou 2 years ago.

Change History

  Changed 2 years ago by martinkou

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

follow-up: ↓ 3   Changed 2 years ago by fredck

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

in reply to: ↑ 2   Changed 2 years ago 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.

Changed 2 years ago by martinkou

  Changed 2 years ago by martinkou

  • keywords Review? added

  Changed 2 years ago by fredck

  • keywords Review+ added; Review? removed

Please include the changelog for it.

  Changed 2 years ago by martinkou

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

Fixed with [1510].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.