Comment #15 on issue 17110 by [email protected]: Detaching a tab makes windowed flash plugin disappear http://code.google.com/p/chromium/issues/detail?id=17110
This is actually a different bug, and affects windowless plugins. When we create the plugin, we keep track of the X window for the page to be able to answer to NPN_GetValue(NPNVnetscapeWindow), but the problem is that that X window changes when detaching/reattaching the tab. Then, when moving the mouse, flash attempts to make an X call (setting the cursor) on the old window, and receives a BadWindow error. This needs some significant refactoring to be correct and race-free, so for now I'll change the code to always return a 0 XID for windowless plugins. Windowless plugins setting the cursor have other issues anyway (see Issue 20068) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
