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 Scott González

Status: newopen
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 Scott González

This is a bug in jQuery core: http://bugs.jquery.com/ticket/8316

comment:3 Changed 12 years ago by Scott González

Milestone: 1.91.8.9
Resolution: fixed
Status: openclosed

This is fixed in jQuery 1.5.2.

Note: See TracTickets for help on using tickets.