[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:10:43 PDT 2009


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





--- Comment #30 from Girish Ramakrishnan <girish at forwardbias.in>  2009-09-30 01:10:43 PDT ---
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)
2. Flash get confused when the mouse release happens outside the plugin
(because we don't generate a release).
3. When a messagebox pops up, right when the flash gets focus (because of the
onblur handler of input) it will start selecting text in lineedit/input even
when no mouse button is pressed. Strangely, this happens in chrome too.
4. QGraphicsWebView does not work
5. Printing crashes
6. Using ARGB visuals crashes

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