[Webkit-unassigned] [Bug 29482] New: [Qt] Windows: Flash contents not shown when top level window has WA_TranslucentBackground and Qt::FramelessWindowHint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 08:45:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29482

           Summary: [Qt] Windows: Flash contents not shown when top level
                    window has WA_TranslucentBackground and
                    Qt::FramelessWindowHint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-4483
http://bugreports.qt.nokia.com/browse/QTBUG-4483

--- Description ---

In order to have translucent top level windows on Windows, the window has to
have both WA_TranslucentBackground and Qt::FramelessWindowHint set.

However, if such a top level window contains a QWebView showing a web page with
Flash contents, the Flash contents are not shown. The audio of the Flash
contents can be heard as expected, though.

The problem can be easily reproduced by loading a web page with Flash content
in the example from the Transparent QWebView blog on Qt Labs:
http://labs.qt.nokia.com/blogs/2009/06/30/transparent-qwebview-or-qwebpage/

The problem does not occur if only one of WA_TranslucentBackground or
Qt::FramelessWindowHint is set.

The problem is not reproducible on Linux.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list