Search and Top Navigation
#6209 closed bug (duplicate)
Opened October 20, 2010 10:36PM UTC
Closed May 03, 2011 11:54AM UTC
Last modified October 11, 2012 09:15PM UTC
IE position: absolute/fixed right/bottom values
Reported by: | okeydoke | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.draggable | Version: | 1.8.5 |
Keywords: | IE position right bottom | Cc: | |
Blocked by: | Blocking: |
Description
In IE when you have a draggable element which has its position set to absolute or fixed and a "right" value set (eg right:30px) the draggable will "jump" to the left and position it self based on left:0px; It doesn't seem to be taking into account the right value, or isn't calculating its true left value before adding left styles.
A similar thing happens on the vertical axis when you have a bottom value set, since draggable sets the elements left and top values only.
This only seems to effect IE 6 - 8, haven't tested in IE 9