Bugzilla – Bug 336675
OnResize event from plugin not firing
Last modified: 2007-11-14 17:49:23 UTC
Similar to bug #325031 the OnResize event is not being fired when the width and height of the plugin is being changed. A call to ctrl.content.OnResize = OnResized from the OnLoad event function OnLoad(ctrl, ID, canvas) associated with plugin should generate resize callbacks every time the height and width changes.... not just at page load.
*** Bug 336677 has been marked as a duplicate of this bug. ***
I have now implemented BrowserHost.Resize event and it seems to work with the Sudoku demo, but am not sure if it works in all cases yet so leaving open for now.
*** This bug has been marked as a duplicate of bug 325031 ***