Bug 24461 - abs positioned elements that are positioned relative to an abs positioned elements appear in wrong location
Summary: abs positioned elements that are positioned relative to an abs positioned ele...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://stg.farecompare.com/resources/...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 07:06 PDT by Jeff
Modified: 2011-08-03 14:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff 2009-03-09 07:06:10 PDT
It appears that absolute positioned elements that are relative to another absolute positioned element are being laid out at an incorrect location.

The url http://chief.corp.farecompare.com/resources/v2/components/myalerts/tests/test-abs-abs.html shows a calendar that if you click on the 'March 2009' text you will see an element absolute positioned appear next to the click.  If you click the down arrow image next to the Mar 2009 text the abs positioned element appears at the top of the screen.

The javascript code is using prototypejs Element.clonePosition to determine the location for the absolute positioned element.
Comment 1 Jeff 2009-03-09 07:09:02 PDT
The url in original text should have been:

http://stg.farecompare.com/resources/v2/components/myalerts/tests/test-abs-abs.html
Comment 2 Robert Hogan 2011-08-03 12:00:37 PDT
Looks like this has been fixed at some point. Works fine for me on Chromium 12 and against trunk.
Comment 3 Alexey Proskuryakov 2011-08-03 14:54:06 PDT
Do we know when it got fixed? Should we land a regression test?