Opened 8 years ago
Last modified 8 years ago
#11124 open bug
Resizable: Does not adjust positioning for RTL markup
Reported by: | OlegK | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The demo http://jsfiddle.net/OlegKi/cadhyvuL/1/ uses the simplest code
$("#test").resizable({handles: "e,w"});
where the <div id="test"></div> is inside of outer div (or body) having dir="rtl" attribute.
If one drag the RIGHT edge of the block and start to resize it then the position of the LEFT edge will be changed, which is wrong.
If one drag the LEFT edge of the block and start to resize it then the position of the both the RIGHT and the LEFT edges of the block will be changed. The position of the block during resizing will be absolutely wrong. One can easy move the block OUT OFF the visible part of the page.
The bug exist in different version of jQuery UI.
Best regards Oleg [email protected]… http://stackoverflow.com/users/315935/oleg https://github.com/OlegKi
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → open |
---|---|
Summary: | risizable works wrong inside of RTL block → Resizable: Does not adjust positioning for RTL markup |
comment:2 follow-up: 3 Changed 8 years ago by
comment:3 Changed 8 years ago by
Replying to OlegK:
Hello!
Please could you confirm the bug and to inform about some plans to fix it?
It's already been confirmed, that's why it's marked open and not new. There are no plans to fix this prior to the interactions rewrite.
Hello!
Please could you confirm the bug and to inform about some plans to fix it?
The problem is not pure RTL problem. The demo http://jsfiddle.net/OlegKi/cadhyvuL/3/ uses just float:right in the outer div and one have the same problem as before:
Best regards Oleg