Bug 325336 (MONO82669) - Sudoku application never lays out -- BrowserHost.Resize never called.
Summary: Sudoku application never lays out -- BrowserHost.Resize never called.
Status: RESOLVED DUPLICATE of bug 325031
Alias: MONO82669
Product: Moonlight
Classification: Mono
Component: plugin (show other bugs)
Version: 1.0.0
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 06:40 UTC by Miguel de Icaza
Modified: 2007-11-06 23:09 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:51:45 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".

Comment 1 Sebastien Pouliot 2007-09-28 15:11:10 UTC
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.
Comment 2 Miguel de Icaza 2007-11-06 22:34:35 UTC
I checked in the sample with a Makefile into sldemos/sudoku
Comment 3 Miguel de Icaza 2007-11-06 22:48:07 UTC
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.
Comment 4 Miguel de Icaza 2007-11-06 22:53:03 UTC
Ok, so this issue is that the BrowserHost.Resize event is never raised.
Comment 5 Miguel de Icaza 2007-11-06 23:09:12 UTC

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