Side navigation
#2389 closed bug (invalid)
Opened February 22, 2008 11:08AM UTC
Closed October 19, 2009 01:27AM UTC
UI.Enchant has offsetLeft problems in Opera
Reported by: | asbjornu | Owned by: | aaronchi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | enchant | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Opera 9.26 the UI.Enchant demos has some offsetLeft problems, i.e. when boxes are moved around, they are positioned too far to the right; about the same amount of pixels as the width of the box.
Attachments (0)
Change History (4)
Changed February 29, 2008 05:17PM UTC by comment:1
owner: | paul → aaronchi |
---|
Changed March 14, 2008 04:43PM UTC by comment:2
component: | ui → enchant |
---|
Changed March 25, 2008 03:55PM UTC by comment:3
The problem here is that firefox and ie report different top/left values for el.css() for static positioned elements.
In firefox/ie, el.css('top') returns 'auto' for static positioned elements, while opera returns a value in pixels. I'm not sure if this needs to be addressed in the jquery enchant code or if it should be fixed in jquery core.
Changed October 19, 2009 01:27AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |
(old) jQueryUI bug.