Opened 17 years ago
Closed 17 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)
Change History (7)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 follow-up: 3 Changed 17 years ago by
Isn't it enough to set iterator.EnforceRealBlocks = true
?
comment:3 Changed 17 years ago by
Milestone: | → FCKeditor 2.6 |
---|---|
Owner: | set to Martin Kou |
Status: | new → assigned |
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 17 years ago by
Attachment: | 1854.patch added |
---|
comment:4 Changed 17 years ago by
Keywords: | Review? added |
---|
comment:5 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please include the changelog for it.
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [1510].
Click here for more info about our SVN system.
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?).