Bug 45885 - [Qt] Original window overlapped on Symbian platform with a new window when we "Take screen shot" in QtTestBrowser.
Summary: [Qt] Original window overlapped on Symbian platform with a new window when we...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P1 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-09-16 06:34 PDT by Leonid Ebril
Modified: 2010-09-17 12:34 PDT (History)
5 users (show)

See Also:


Attachments
Fix (1.68 KB, patch)
2010-09-16 07:05 PDT, Leonid Ebril
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Ebril 2010-09-16 06:34:13 PDT
Steps to reproduce:
1. Start QtTestBrowser
2. Options->File->Take screen shot
Result: Screen shot window is created and overlap original window 
Expected result: file explore window should be created
Comment 1 Leonid Ebril 2010-09-16 07:05:39 PDT
Created attachment 67792 [details]
Fix
Comment 2 Suresh Voruganti 2010-09-16 10:09:30 PDT
Please cherry pick this fix to QtWebkit 2.1
Comment 3 Ademar Reis 2010-09-16 10:57:32 PDT
This bug is marked as fixed, but the patch is pending review and there are no traces of it being integrated into trunk.

I'm assuming it was a mistake and thus reopening it.
Comment 4 Andreas Kling 2010-09-16 13:15:56 PDT
Comment on attachment 67792 [details]
Fix

LGTM.
Comment 5 WebKit Commit Bot 2010-09-16 13:31:10 PDT
Comment on attachment 67792 [details]
Fix

Clearing flags on attachment: 67792

Committed r67662: <http://trac.webkit.org/changeset/67662>
Comment 6 WebKit Commit Bot 2010-09-16 13:31:16 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Laszlo Gombos 2010-09-17 05:59:26 PDT
Is this really specific to Symbian or perhaps it is more has to do with the size of the screen ?
Comment 8 Leonid Ebril 2010-09-17 08:07:01 PDT
The cause of this issue is that a new window created on Symbian platform on the top of original window. We can not do any actions in the original window (e.g. close original window). I'm not sure if this issue is reproducible on linux-based browser.
Comment 9 Ademar Reis 2010-09-17 12:34:22 PDT
Revision r67662 cherry-picked into qtwebkit-2.1 with commit a1ecc49 <http://gitorious.org/webkit/qtwebkit/commit/a1ecc49>