Opened 16 years ago
Closed 12 years ago
#3246 closed Bug (fixed)
Indent table problem
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Discussion | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make the following content with the selection;
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px; height: 46px;"> <tbody> <tr> <td> ^text </td> <td> text^ </td> </tr> </tbody> </table>
- Click 'Indent' button;
- Actual Result:
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> <p> text</p> </td> <td> <p> text</p> </td> </tr> </tbody> </table>
- Actual Result:
- Expected Result:
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px; height: 46px;"> <tbody> <tr> <td> <p style="margin-left: 40px;"> text</p> </td> <td> <p style="margin-left: 40px;"> text</p> </td> </tr> </tbody> </table>
Change History (5)
comment:1 Changed 16 years ago by
Summary: | Indent problem cross table cells → Indent table problem |
---|
comment:2 Changed 16 years ago by
Keywords: | Pending added |
---|---|
Milestone: | CKEditor 3.0 → CKEditor 3.x |
I would put the expecting result requires under more discussing.
comment:3 Changed 16 years ago by
Keywords: | Discussion added; Pending removed |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This issue expired - it is not reproducible on master.
The expected result with refer to MS-Word would be: