Bug 32376 - [Qt] NPAPI does not work with Qt Mac/Cocoa
Summary: [Qt] NPAPI does not work with Qt Mac/Cocoa
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 35962
  Show dependency treegraph
 
Reported: 2009-12-10 05:59 PST by Girish Ramakrishnan
Modified: 2014-02-03 03:13 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Girish Ramakrishnan 2009-12-10 05:59:09 PST
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 :-)
Comment 1 Jocelyn Turcotte 2014-02-03 03:13:15 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.