Opened 14 years ago
Closed 14 years ago
#6614 closed Bug (fixed)
Resize handler in RTL UI
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | UI : Toolbar | Version: | |
Keywords: | Cc: |
Description
Now resize handler is placed at "l-b" in RTL UI language, this create a broken dragging experience as editor chrome is left-aligned in host page (expands at right hand side) when dragging.
Attachments (3)
Change History (12)
comment:1 Changed 14 years ago by
Keywords: | Discussion removed |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.5.2 |
---|
comment:3 Changed 14 years ago by
Note: when the editor is placed inside a RTL container, it does resizes correctly.
Changed 14 years ago by
Attachment: | 6614.patch added |
---|
comment:4 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Totally 4 scenarios targeted, editor UI direction(2) * editor environment direction(2)
Changed 14 years ago by
Attachment: | 6614_2.patch added |
---|
comment:6 Changed 14 years ago by
Status: | review_failed → review |
---|
Dialog case is a bit different, because of the modal-less nature, resize handler could reflect simply the UI direction.
Changed 14 years ago by
Attachment: | 6614_3.patch added |
---|
comment:7 Changed 14 years ago by
Switch to use CSS "right" for dialog positioning, while keep dialog::move back-compat, in this way the RTL resize logic are much simpler.
comment:8 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6454].
The editor should definitely be resized to the opposite side.