Skip to main content

Bug Tracker

Side navigation

#12749 closed bug (fixed)

Opened October 16, 2012 07:57PM UTC

Closed October 17, 2012 05:46PM UTC

Last modified October 18, 2012 10:32PM UTC

position() does not handle position:fixed elements correctly

Reported by: fracmak2 Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

Fixed element's are relative to the viewport, position() treats position fixed elements relative to their dom parent's offset parent.

http://jsfiddle.net/fracmak/v59CB/4/

Attachments (0)
Change History (4)

Changed October 16, 2012 08:00PM UTC by fracmak2 comment:1

Changed October 16, 2012 08:01PM UTC by jaubourg comment:2

blocking: → 11671

Changed October 17, 2012 05:46PM UTC by Merrifield, Jay comment:3

resolution: → fixed
status: newclosed

Fixes #12749, correctly detect position() for position:fixed elements, closes gh-991

Changeset: 425272aea1fb30b734bac25b8f74dbe85a3ce215

Changed October 18, 2012 10:32PM UTC by mikesherov comment:4

#11671 is a duplicate of this ticket.