[webkit-reviews] review denied: [Bug 12366] [s60] Returning from page overview shows the toolbar : [Attachment 12629] EEventKey needs to be consumed if in pageview mode

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Jan 23 11:11:50 PST 2007


Sachin Padma <Sachin.Padma at nokia.com> has denied Sachin Padma
<Sachin.Padma at nokia.com>'s request for review:
Bug 12366: [s60] Returning from page overview shows the toolbar
http://bugs.webkit.org/show_bug.cgi?id=12366

Attachment 12629: EEventKey needs to be consumed if in pageview mode
http://bugs.webkit.org/attachment.cgi?id=12629&action=edit

------- Additional Comments from Sachin Padma <Sachin.Padma at nokia.com>
Null check for pagescaler removed?

 if (iInitialDelay && iWebKitView->PageScaler() &&
iWebKitView->PageScaler()->Visible())
+	 if (iInitialDelay && iWebKitView->PageScaler()->Visible())



More information about the webkit-reviews mailing list