Bug 19476 - cannot scroll the page content totally
Summary: cannot scroll the page content totally
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.expedia.co.in/
Keywords:
: 19738 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-11 02:42 PDT by Prashant Nevase
Modified: 2011-10-20 17:18 PDT (History)
3 users (show)

See Also:


Attachments
issue in safari (37.10 KB, image/jpeg)
2008-06-11 02:48 PDT, Prashant Nevase
no flags Details
working fine in firefox (45.18 KB, image/jpeg)
2008-06-11 02:50 PDT, Prashant Nevase
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Prashant Nevase 2008-06-11 02:42:19 PDT
Steps:
1. Open http://www.expedia.co.in/ in safari.
2. Resize the safari browser window until it gets both the scrollbars.
3. Scroll down.

Actual Results;
1. Cannot scroll bottom contents.

Additional:
PFA screenshot.

CSS attribute position:absolute does not update the
Comment 1 Prashant Nevase 2008-06-11 02:48:55 PDT
Created attachment 21623 [details]
issue in safari
Comment 2 Prashant Nevase 2008-06-11 02:50:07 PDT
Created attachment 21624 [details]
working fine in firefox
Comment 3 Prashant Nevase 2008-06-11 02:55:34 PDT
** The page contains the CSS. There is position:absolute attribute for div tag named header. If we change the position:absolute to position:relative the page scrolls properly - but the div header comes at bottom.

** If the position:relative attrtibute of content div is removed then the page scrolls properly and above problem (header @ bottom) does not come.

So it looks like the issue is position:relative or position:absolute is not handled correctly to calculate the height of the page.
Comment 4 Robert Blaut 2008-12-28 23:59:55 PST
*** Bug 19738 has been marked as a duplicate of this bug. ***
Comment 5 Tab Atkins 2011-10-20 17:18:02 PDT
The referenced site seems to have changed and no longer has this problem.

Further, I did a quick test with an extra-tall absolutely-positioned element, and the scrollbar correctly allowed me to scroll across the entire thing.

Thus I'm going to mark this bug as invalid.  If the problem still exists, please reopen this bug with a reduced testcase illustrating the problem.