[Webkit-unassigned] [Bug 20081] [Qt] Add support for windowless NPAPI plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 01:55:20 PDT 2009


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





--- Comment #31 from Simon Hausmann <hausmann at webkit.org>  2009-09-30 01:55:16 PDT ---
(In reply to comment #30)
> Here's the bug list, so it can help us decide if we want to land it:
> 1. Focusing the plugin does not defocus webview. The focus handling is correct
> and the keyevents are sent correctly. But the lineedit/input cursor keeps
> blinking. (Side note: There seems to be a general focus problem where the
> cursor does not blink at all when used with plugins - unrelated to this patch)

With windowed plugins this works because the focus is transferred on X level
and QWebView/QWebPage receive a FocusOut event, that will deactivate the
focuscontroller. We may have to emulate that behaviour.

> 6. Using ARGB visuals crashes

Oops, given the popularity of composition managers these days that's a problem.

Would a backingstore-less painting help here?

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