hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

IE code ignores param name="windowless" #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
<object>
 <param name="windowless" value="true" />
</object>
IE:
 PluginCore::isWindowless is called before PluginCore::setParams
NPAPI: 
 PluginCore::setParams() before PluginCore::isWindowless

What version of FireBreath are you using? On what operating system and
browsers?

tested on IE 8, firefox, chrome

git revision 9f2c7970851eff643384d9cdc65f46db4aabc3a0

Original issue reported on code.google.com by bignikita on 2 Feb 2011 at 11:26

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by richarda...@gmail.com on 8 Feb 2011 at 3:56