Ticket #1854 (closed Bug: fixed)
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
Change History
comment:2 follow-up: ↓ 3 Changed 5 years ago by fredck
Isn't it enough to set iterator.EnforceRealBlocks = true?
comment:3 in reply to: ↑ 2 Changed 5 years ago by martinkou
- Status changed from new to assigned
- Owner set to martinkou
- 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.
comment:5 Changed 5 years ago by fredck
- Keywords Review+ added; Review? removed
Please include the changelog for it.
comment:6 Changed 5 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.

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