[Webkit-unassigned] [Bug 74917] Failure to execute upload file flash plugin with --wbkit-opacity:0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 01:29:48 PST 2011


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





--- Comment #1 from huangxueqing <huangxueqing at baidu.com>  2011-12-20 01:29:48 PST ---
In test case, embed element with "wmode=transparent", it has a parent div element with "--webkit-opacity=0" style, and div has a parent element div with "position:relative" style.
It seems like that webkit has some problem while run windowless flash plugin.
PluginView, PluginViewWin in WebCore has more problem, i have another case failure in WinLauncher but ok in safari, it will be committed in later. I debug this found WinLauncher did not paint RenderEmebeddedObject while safari did, safari call RenderEmbeddedObject::paint eventually set plugin window. 
NetscapePlugin::platformPostInitialize do something for windowless but PluginView do nothing.

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