Bug 21790 - emit scrollRequested unconditionally when scrolling.
Summary: emit scrollRequested unconditionally when scrolling.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 06:48 PDT by Yael
Modified: 2008-10-23 06:27 PDT (History)
1 user (show)

See Also:


Attachments
removes the "else" condition (1.15 KB, patch)
2008-10-22 06:50 PDT, Yael
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2008-10-22 06:48:38 PDT
emit scrollRequested unconditionally when scrolling. Some QtWebKit applications require this signal unconditionally.
Comment 1 Yael 2008-10-22 06:50:27 PDT
Created attachment 24557 [details]
removes the "else" condition

emit scrollRequested unconditionally when scrolling. This patch removes the "else" condition
Comment 2 Simon Hausmann 2008-10-23 06:25:36 PDT
Comment on attachment 24557 [details]
removes the "else" condition

Patch is correct. I'll fix up the ChangeLog before landing.
Comment 3 Simon Hausmann 2008-10-23 06:27:33 PDT
Landed in r37810