#943 closed bug (wontfix)
Floating windows not working in IE if css->right is used instead of left.
Reported by: | Owned by: | stefan | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | 1.1 |
Keywords: | style right alligned | Cc: | |
Blocked by: | Blocking: |
Description
The floating windows are not working right if css style right instead of left is used. In IE as soon as the draggable is selected it jumps to the right of the screen.
Can be reproduced by using the http://interface.eyecon.ro/demos/windows.html example and just change the css from :
#window { ..
left: 200px;
... }
To: #window { ..
right: 20px;
... }
Note: See
TracTickets for help on using
tickets.