Bug 336675

Summary: OnResize event from plugin not firing
Product: [Mono] Moonlight Reporter: Gavan Hood <oohogwash>
Component: pluginAssignee: Rolf Kvinge <rkvinge>
Status: RESOLVED DUPLICATE QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P5 - None    
Version: 1.0.0   
Target Milestone: ---   
Hardware: Other   
OS: Ubuntu   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Gavan Hood 2007-10-25 10:58:49 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.
Comment 1 Rolf Kvinge 2007-10-26 04:18:34 UTC
*** Bug 336677 has been marked as a duplicate of this bug. ***
Comment 2 Jeff Stedfast 2007-11-08 18:06:59 UTC
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.

Comment 3 Jeff Stedfast 2007-11-14 17:49:23 UTC

*** This bug has been marked as a duplicate of bug 325031 ***