Opened 12 years ago
Closed 12 years ago
#7006 closed bug (fixed)
Position: fixed positioned element require left and top to be set prior to call in WebKit
Reported by: | tregoning | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.9 |
Component: | ui.position | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Positioning an element using jquery.ui.position.js on an element that has the CSS position property set to "fixed" does not positions the element correctly in WebKit based browsers (Safari, Chrome).
Reduced test: http://jsbin.com/positionBugDemo/2
QUnit test: http://jsbin.com/positionBug
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → open |
---|---|
Summary: | Issue when using position({...}) on a "fixed" positioned element in WebKit Browsers. → Position: fixed positioned element require left and top to be set prior to call in WebKit |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.9 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
This is fixed in jQuery 1.5.2.
Note: See
TracTickets for help on using
tickets.
This is a bug in jQuery core: http://bugs.jquery.com/ticket/8316