Opened 15 years ago
Closed 14 years ago
#7334 closed Bug (fixed)
IE Increasing indentation once of RTL Numbered/Bulleted not shown properly in editor body
| Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | General | Version: | 3.4 |
| Keywords: | IBM IE | Cc: | Teresa Monahan, James Cunningham, Damian |
Description
To reproduce the defect:
- Open Editor and create a RTL Numbered/Bulleted list.
- Select the entire list and click on Increase Indent icon once.
Expected Result:
Numbered/Bulleted list is indented once and it is moved to the left by 40 pixels.
Actual Result:
Numbered/Bulleted list is indented once but the list not moved to left by 40 pixels ans stays in the same place.
when we look at HTML Source a margin-right:40px is applied to list
- Now select the list and click on Decrease Indent icon once.
Expected Result:
Indentation applied to Numbered/Bulleted list is removed and it is moved to right by 40 pixels.
Actual Result:
Indentation applied to Numbered/Bulleted list is removed but the list not moved to right by 40 pixels and it stays in the same place.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
| Keywords: | IE7 IE8 added; IE removed |
|---|---|
| Status: | new → confirmed |
| Version: | 3.5.3 (SVN - trunk) → 3.4 |
Changed 14 years ago by
| Attachment: | 7334.patch added |
|---|
comment:2 Changed 14 years ago by
| Cc: | tmonahan,jamescun,damo → tmonahan, jamescun, damo |
|---|---|
| Keywords: | IE added; IE7 IE8 removed |
| Owner: | set to Garry Yao |
| Status: | confirmed → review |
@krst, WFM on IE8 also, can you confirm that? It looks like a browser default style issue.
comment:4 Changed 14 years ago by
| Milestone: | → CKEditor 3.6.1 |
|---|
comment:5 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6922].

Occurs since CKE v3.4. IE7/8, while under IE9 it works OK.