Opened 18 years ago
Closed 18 years ago
#1334 closed Bug (fixed)
IE: List indentation is broken when selection is at the end of the line
| Reported by: | Frederico Caldeira Knabben | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Confirmed IE | Cc: |
Description
Steps to Reproduce
- Remove all text;
- Type "Line 1" and select the "Numbered List" button;
- Type "Line 2";
- Hit the "Increase Indent" button.
Current Results
<ol>
<li>Item 1</li>
<li style="margin-left: 40px">Item 2</li>
</ol>
Expected Results
<ol>
<li>Item 1
<ol>
<li>Item 2</li>
</ol>
</li>
</ol>
This result can be achieved by clicking in the middle of "Line 2" after step 3.
Reproducible with IE. Ok with FF.
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
comment:3 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [971].
Click here for more info about our SVN system.

#1156 should be checked after fixing this one.