Opened 14 years ago
Closed 14 years ago
#6686 closed Bug (fixed)
BIDI:[FF] when we apply explicit language direction to Numbered/Bulleted List the corresponding BIDI Tool bar icon is not highlighted in the Toolbar
Reported by: | James | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | Core : BiDi | Version: | 3.4.2 |
Keywords: | Firefox IBM | Cc: | Damian, joek, Satya Minnekanti |
Description
To reproduce the defect:
- Open Ajax sample in Firefox.
- Type few lines of text & press CTRL + A to select all the lines.
- click on Numbered/Bulleted list icon.
- See that a Numbered/Bulleted list appers with the selected lines of text.
- Now press CTRL + A to select the Numbered/Bulleted list & Click on RTL icon in the Tool bar.
Expected Result:
Numbered/Bulleted list is moved to right and it appears as a mirror image of the list in previous step and RTL & Align Right icons are selected in the Tool bar.
Actual Result:
Numbered/Bulleted list is moved to right and it appears as a mirror image of the list in previous step but RTL & Align Right icons are NOT selected in the Tool bar. (You must click into the content area before they become selected)
same behavior happens when we apply LTR direction to Numbered/Bulleted list.
This is very similar to #6099 but you must press CTRL + A to select the text in order to reproduce the defect
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6686.patch added |
---|
comment:3 Changed 14 years ago by
Status: | assigned → review |
---|
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6263].
When we're talking about a special case where the list is actually enclosed by the selection, but it make sense to consider fixing it.