Bug 23100 - Dragging scrollbar blocks XMLHttpRequest
Summary: Dragging scrollbar blocks XMLHttpRequest
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 07:37 PST by Mark Janssen
Modified: 2009-01-05 05:01 PST (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 Mark Janssen 2009-01-04 07:37:25 PST
Dragging the scrollbar and holding it for some time, for example when reading a page, seems to block XMLHttpRequests. A good example of this behaviour is Gmail: when reading a long email thread with the scrollbar continuously hold (i.e. in a dragging operation), Gmail will pop up a warning message about a slow connection because it was unable to update.
Comment 1 Alexey Proskuryakov 2009-01-05 04:32:23 PST
See also: bug 18782.
Comment 2 Mark Janssen 2009-01-05 05:01:59 PST
On a sidenode, WebKit doesn't continue loading/rendering a page when dragging the scrollbar either. It might be more generic bug than just XMLHttpRequests.