Bug 12366 - [s60] Returning from page overview shows the toolbar
Summary: [s60] Returning from page overview shows the toolbar
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: S60 Emulator S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 10:04 PST by Rasvan Alexandrescu
Modified: 2007-02-09 13:27 PST (History)
0 users

See Also:


Attachments
Returning from page overview doesn't shows the toolbar (1.19 KB, patch)
2007-01-22 10:11 PST, Rasvan Alexandrescu
Sachin.Padma: review-
Details | Formatted Diff | Diff
EEventKey needs to be consumed if in pageview mode (1.67 KB, patch)
2007-01-23 11:05 PST, Rasvan Alexandrescu
Sachin.Padma: review-
Details | Formatted Diff | Diff
Null check for pagescaler back (1.19 KB, patch)
2007-01-23 11:23 PST, Rasvan Alexandrescu
Sachin.Padma: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rasvan Alexandrescu 2007-01-22 10:04:55 PST
Returning from page overview shows the toolbar
Comment 1 Rasvan Alexandrescu 2007-01-22 10:11:28 PST
Created attachment 12606 [details]
Returning from page overview doesn't shows the toolbar
Comment 2 Sachin Padma 2007-01-23 10:10:19 PST
Comment on attachment 12606 [details]
Returning from page overview doesn't shows the toolbar

EEventKey needs to be consumed if in pageview mode
Comment 3 Rasvan Alexandrescu 2007-01-23 11:05:32 PST
Created attachment 12629 [details]
EEventKey needs to be consumed if in pageview mode
Comment 4 Sachin Padma 2007-01-23 11:11:50 PST
Comment on attachment 12629 [details]
EEventKey needs to be consumed if in pageview mode

Null check for pagescaler removed?

 if (iInitialDelay && iWebKitView->PageScaler() && iWebKitView->PageScaler()->Visible())
+        if (iInitialDelay && iWebKitView->PageScaler()->Visible())
Comment 5 Rasvan Alexandrescu 2007-01-23 11:23:06 PST
Created attachment 12630 [details]
Null check for pagescaler back
Comment 6 Sachin Padma 2007-01-23 11:31:04 PST
Comment on attachment 12630 [details]
Null check for pagescaler back 

r=me
Comment 7 Rasvan Alexandrescu 2007-01-23 12:44:32 PST
TSW bug id : MLIO-6XLCE4
Comment 8 Bradley Morrison 2007-01-23 12:50:35 PST
(In reply to comment #6)
> (From update of attachment 12630 [details] [edit])
> r=me
> 

landed, r19053. setting to resolved.
Comment 9 Krishna 2007-02-09 13:27:18 PST
Closed.