[Mono-bugs] [Bug 327691] initial screen not rendered correctly in bubblemark

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 1 09:09:56 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=327691#c5





--- Comment #5 from Sebastien Pouliot <spouliot at novell.com>  2007-10-01 07:09:55 MST ---
The code around gdk_cairo_create is old (enough to be known to work) and seems
logical. The clip is done to encompass all balls, which is what we expect of an
update.

Problem is the original update, when the Background is assigned, seems lost.

Trace:

** (Gecko:19114): WARNING **: Panel::OnPropertyChanged
Panel::BackgroundProperty

   Here the background was assigned, the Panel::OnPropertyChanged called which
provoke an Invalidate.

Moonlight-Message: In JsRunOnload, toplevel = 0x9ceedb0
Moonlight-Message: NPN_Invoke succeeded
Moonlight-Message: URL ClientBin/SilverlightCLRBalls.dll downloaded
successfully.
loading font from
`/usr/lib/jvm/java-1_4_2-sun-1.4.2.15/jre/lib/fonts/LucidaSansRegular.ttf'

** (Gecko:19114): WARNING **: >Surface::expose_event_callback before -
cairo_clip 8 8 481 296

** (Gecko:19114): WARNING **: <Surface::expose_event_callback after -
cairo_clip 8 8 481 296

** (Gecko:19114): WARNING **: Background for 0x9ceedb0 500 x 300 - cairo_clip 8
8 481 296

    This is the first time we draw (everything including the background) but we
already have a clip that bounds the balls (so the rest of the background is
never painted).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list