Opened 14 years ago
Closed 14 years ago
#6254 closed Bug (worksforme)
BIDI: creating a Numbered/Bulleted list causing improper behavior on bidi
Reported by: | Satya Minnekanti | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | 3.4 |
Keywords: | IBM | Cc: | Damian, joek |
Description (last modified by )
To reproduce the defect
- Open Language sample and select Language as Hebrew or Arabic.
- Input data on 1st line and press Enter.
- Click on LTR & Align Right icons, input data on 2nd line & press Enter.
- Click on RTL icon, input data on 3nd line.
- Select all text and press "Numbered list" button.
Error:
All of the text language direction became LTR with Numbered, & 1st ,3rd became left aligned on bidi base env.
Other case: while all text became LTR, first line si alligned to left, 2nd and 3rd to right, numbers on the left
Expected result:
1st line data is keeping "RTL" with number1 on the right,
2nd line data is keeping "LTR", "Align-Right" with number2 on the left.
The 3st line data is keeping "RTL" with number3 on the right,
Attachments (2)
Change History (8)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Status: | pending → confirmed |
Version: | 3.4 → 3.4.1 (SVN - trunk) |
I think attached video shows what we need to proove?
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.4.1 |
---|---|
Version: | 3.4.1 (SVN - trunk) → 3.4 |
comment:4 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
comment:6 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
WFM as of [5968].
I'm not able to reproduce the bug. I'm assuming that the list creation should be a step before the 2nd step, correct me if I'm wrong.