|
Bugzilla – Full Text Bug Listing |
| Summary: | Sudoku application never lays out -- BrowserHost.Resize never called. | ||
|---|---|---|---|
| Product: | [Mono] Moonlight | Reporter: | Miguel de Icaza <miguel> |
| Component: | plugin | Assignee: | Mono Bugs <mono-bugs> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | 1.0.0 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Thomas Wiest
2007-09-15 20:51:45 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. 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 *** |