#11183 closed defect (fixed)
ResizeHandle doesn't support RTL well
Reported by: | Jared Jurkiewicz | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dojox | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you put the test page for ResizeHandle? in RTL mode, it doesn't work right. In general the resize handle isn't inverted graphically, nor is it floated left. In addition, the calculations for y work in an inverted fashion. Most of these are relatively trivial to fix, patch forthcoming.
Attachments (2)
Change History (8)
Changed 11 years ago by
Attachment: | ResizeHandle_RTL.patch added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from dante to phiggins |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22223]) Improving RTL handling of ResizeHandle?. \!strict fixes #11183
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
comment:4 Changed 11 years ago by
(In [22224]) Improving RTL handling of ResizeHandle?. Minow quick CSS tweak for RTL and flipping of mousr pointer resizer. \!strict refs #11183
comment:5 Changed 11 years ago by
(In [22225]) Improving RTL handling of ResizeHandle?. Removing rtl from testcase. \!strict refs #11183
Note: See
TracTickets for help on using
tickets.
Patch to invert calc for X when in RTL mode, + CSS updates to float handle properly.