Ticket #6249 (closed Bug: fixed)
BIDI: bullets in a Numbered/Bulleted List getting clipped when going from LTR to RTL
| Reported by: | satya | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | Core : BiDi | Version: | 3.4 |
| Keywords: | IBM | Cc: | damo,joek |
Description
To reproduce the defect
- Open Ajax sample.
- Create a 2 level Numbered/Bulleted list as shown in the attachment.
- Keep the cursor in the list item one on first level.
- Click on RTL Icon.
Result: The first number/bullet is missing from the list.
Note: Firefox tackles this by adding a horizontal scrollbar.
Attachments
Change History
comment:1 Changed 3 years ago by tobiasz.cudnik
- Status changed from new to confirmed
Alternative TC:
- Use following content
<ul> <li dir="rtl"> foo <ul> <li> bar</li> </ul> </li> </ul>
- First list-dot will be pushed out of the view port to the right.
comment:4 Changed 3 years ago by garry.yao
- Status changed from review to review_failed
This's more a browser CSS bug, where list padding is not adjusted in according to text direction and even worse there's no CSS rule that could really compensate it, the attached patch is a workaround.
comment:6 Changed 3 years ago by garry.yao
- Version set to 3.4
- Component changed from General to Core : Lists
- Milestone set to CKEditor 3.5.1
comment:7 Changed 3 years ago by garry.yao
- Component changed from Core : Lists to Core : BiDi
The related #6634 will be handled at this ticket also.
comment:8 Changed 3 years ago by garry.yao
- Summary changed from BIDI: IE First number/bullet in a Numbered/Bulleted List getting clipped when going from LTR to RTL to BIDI: bullets in a Numbered/Bulleted List getting clipped when going from LTR to RTL
comment:9 Changed 2 years ago by garry.yao
- Status changed from review to assigned
- Owner changed from paho to garry.yao
comment:11 Changed 2 years ago by krst
comment:12 Changed 2 years ago by tobiasz.cudnik
- Status changed from review to review_passed
Looks like this simple fix is enough.
comment:13 Changed 2 years ago by garry.yao
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [6274].
comment:14 Changed 2 years ago by satya
http://dev.ckeditor.com/6891 which is marked as a duplicate of this defect is not fixed.
Note: See
TracTickets for help on using
tickets.
