Bugzilla – Bug 325031
[PATCH] BrowserHost.Resize event raised after PageLoad.
Last modified: 2007-11-20 18:08:44 UTC
---- Reported by miguel@ximian.com 2007-08-08 01:15:55 MST ---- We need to raise the BrowserHost.Resized event as soon as the page loads. This is used in applications like the XPSViewer as they relayout the screen. Unknown operating system unknown. Setting to default OS "Other".
*** Bug 325336 has been marked as a duplicate of this bug. ***
*** Bug 336675 has been marked as a duplicate of this bug. ***
Created attachment 184041 [details] alternate patch no longer invoke resize on connecting the event, but after InvokeLoaded. this solve the problem of sudoku and balloons3. (this patch also revert jeff's latest hacks to try to make balloons3 work) still wondering (and trying to figure out) if the Loaded event is triggered for all uielements, in which case this patch is a bit wrong...
> still wondering (and trying to figure out) if the Loaded event is triggered for > all uielements, in which case this patch is a bit wrong... apparently not....
ok, committed this patch to svn - I think this is a much nicer solution.