hust-marx / firebreath

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

WM_SIZE event is not fired in FireFox #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open plugin in FF
2.
3.

What is the expected output? What do you see instead?
fired WM_SIZE event

What version of FireBreath are you using? On what operating system and
browsers?
FB 1.3
Win 7
FF 3.6

What version of your compiler or IDE are you using?
Visual studio 2010

Please provide any additional information below.
It works well in IE
http://pastebin.com/inXPng3s

Original issue reported on code.google.com by jamil.n...@gmail.com on 7 Feb 2011 at 5:05

GoogleCodeExporter commented 9 years ago
When I test this on my box WM_SIZE is fired correctly in FireFox on windows.  
Under what conditions are you expecting it to fire that it is not? Keep in mind 
that being moved around on the page will not usually fire a WM_SIZE event, only 
something that actually changes the size of the plugin window.

On FBTestPlugin/test.html the WM_SIZE event is fired whenever the font size on 
the page changes, whenever the CSS changes the size of the object tag on the 
screen, or whenever something else causes the plugin size to change.

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

GoogleCodeExporter commented 9 years ago
I still can't reproduce this, so I'm closing it.  If you get more info feel 
free to reopen.

Original comment by taxilian on 26 Feb 2011 at 7:11