Bug 30252 - If document height changes whilst tracking scroll bar mouse drag, the scroll bar isn't updated
Summary: If document height changes whilst tracking scroll bar mouse drag, the scroll ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 06:19 PDT by Keith Duncan
Modified: 2024-03-30 19:51 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 Keith Duncan 2009-10-09 06:19:05 PDT
Summary:

If loading a page which adjusts it's height after the load, but is still big enough to enable scrolling; scrolling in the duration between initial load and complete load will not update the scroll view with the new document size - this makes scrolling large documents difficult.

I've been noticing it in Beanstalk changesets primarily. FireFox correctly updates the document's scroll view when the size is changed during scroll bar tracking.


Workaround:

Resizing the window will update the scroll view.


Steps to Reproduce:

I've attached a (pathological) test case as an example.
Comment 1 Ahmad Saleem 2024-03-30 19:51:23 PDT
We don't have any reduction despite Comment 0 implying to reproduce this bug, so I am marking this as 'RESOLVED WONTFIX' since browsers have evolved and if we have similar issue, we would have newer bug report to resolve this issue with possibly reduction.