Bug 21790

Summary: emit scrollRequested unconditionally when scrolling.
Product: WebKit Reporter: Yael <yael>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
removes the "else" condition hausmann: review+

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