divyang4481 / firebreath

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

IE8 events broken #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps which I perform:

1) Build FBTestPlugin on windows in 32-bit debug mode
2) Open buildex/projects/FBTestPlugin/gen/FBControl.htm in browser

This happens in Opera, Firefox and Safari:

1) Message box "Plugin loaded!" pops up
2) I hit OK
3) I hit "set event handler"
4) I hit "Fire event"
5) Message boxes "onfired() from load(): test stuff" and "onfired(): test 
stuff" pop up.

This happens in IE8:

1) Message box "Plugin loaded!" pops up
2) I hit OK
3) I hit "set event handler"
4) I hit "Fire event"
5) Nothing happens.

Original issue reported on code.google.com by nitrogen...@gmail.com on 12 Sep 2010 at 5:13

GoogleCodeExporter commented 8 years ago
Good catch, Nitro.  Should be fixed by 
http://code.google.com/p/firebreath/source/detail?r=235337be466e1d112cce0298b35b
0f7768d507a5

The fix will be in nightly build 31

Original comment by taxilian on 13 Sep 2010 at 5:33

GoogleCodeExporter commented 8 years ago
Great, it works now, also in my real plugin :)

Nice debugging, I'd never have thought to look into the utf8 conversion things 
in the first place.

Thanks, Richard!

Original comment by nitrogen...@gmail.com on 13 Sep 2010 at 5:48