Bug 24461

Summary: abs positioned elements that are positioned relative to an abs positioned elements appear in wrong location
Product: WebKit Reporter: Jeff <jeff>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: robert
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://stg.farecompare.com/resources/v2/components/myalerts/tests/test-abs-abs.html

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?