Bugzilla – Bug 325336
Sudoku application never lays out -- BrowserHost.Resize never called.
Last modified: 2007-11-06 23:09:12 UTC
---- Reported by miguel@ximian.com 2007-09-02 23:40:53 MST ---- The Sudoku application crashes Moonlight: http://delay.members.winisp.net/SilverlightSudokuHelper/ Source code is here: http://delay.members.winisp.net/SilverlightSudokuHelper/SilverlightSudokuHelper.zip Unknown operating system unknown. Setting to default OS "Other".
It doesn't crash without pango (i.e. with the new default renderer). However we don't see anything but a few pixel on the top/left corner of the canvas.
I checked in the sample with a Makefile into sldemos/sudoku
after some investigation the Control.Width and Control.Height on this thing are set to zero which is the cause of the pixel on the top of the screen, the layout routine is laying out but has bad data to work from.
Ok, so this issue is that the BrowserHost.Resize event is never raised.
*** This bug has been marked as a duplicate of bug 325031 ***