Side navigation
#943 closed bug (wontfix)
Opened February 12, 2007 12:31PM UTC
Closed February 14, 2007 10:10PM UTC
Last modified June 21, 2007 04:54AM UTC
Floating windows not working in IE if css->right is used instead of left.
Reported by: | manfred@nystedberry. | 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;
... }
Attachments (0)
Change History (1)
Changed February 14, 2007 10:10PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |