[Webkit-unassigned] [Bug 32376] New: [Qt] Cocoa apps do not display Flash correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 05:59:09 PST 2009


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

           Summary: [Qt] Cocoa apps do not display Flash correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: girish at forwardbias.in


This is because the WindowRef that we pass is invalid (qt_mac_window_for will
return a Cocoa NSWindow and not a Carbon WindowRef.

Solution is to either implement the cocoa event model. A quick fix is actually
force wmode opaque. This makes the code start using fakeWindow which is a
carbon window and hence we will get a Carbon WindowRef :-)

-- 
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