Bug 69670 - [Qt] [WK2] Wrong handling of visibility in QTouchWebPage
Summary: [Qt] [WK2] Wrong handling of visibility in QTouchWebPage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2011-10-07 14:33 PDT by Viatcheslav Ostapenko
Modified: 2011-10-08 08:36 PDT (History)
1 user (show)

See Also:


Attachments
Fix handling of QTouchWebPage visibility. (2.72 KB, patch)
2011-10-07 14:42 PDT, Viatcheslav Ostapenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viatcheslav Ostapenko 2011-10-07 14:33:48 PDT
Handling of QEvent::Show and QEvent::Hide events doesn't cover all cases of SGItem visibility changes.
QSGItem::visibleChanged signal should be used instead.
Comment 1 Viatcheslav Ostapenko 2011-10-07 14:42:31 PDT
Created attachment 110218 [details]
Fix handling of QTouchWebPage visibility.
Comment 2 Andreas Kling 2011-10-08 07:33:44 PDT
Comment on attachment 110218 [details]
Fix handling of QTouchWebPage visibility.

r=me
Comment 3 WebKit Review Bot 2011-10-08 08:36:30 PDT
Comment on attachment 110218 [details]
Fix handling of QTouchWebPage visibility.

Clearing flags on attachment: 110218

Committed r97010: <http://trac.webkit.org/changeset/97010>
Comment 4 WebKit Review Bot 2011-10-08 08:36:34 PDT
All reviewed patches have been landed.  Closing bug.