[Mono-bugs] [Bug 402211] Defiwind - site is super slow

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 26 16:29:15 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=402211

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=402211#c4





--- Comment #4 from Sebastien Pouliot <spouliot at novell.com>  2008-06-26 14:29:14 MDT ---
The message loops over three canvas
$13 = 0x9f34730 "MediaLive_playerPlayCanvas"
$14 = 0x9eb2640 "MediaLive_playerStopCanvas"
$15 = 0x9eb3fa0 "MediaLive_playerSoundCanvas"

This occurs because the method parameters width and height are both 0, which
mess the scale
cairo_matrix_scale (&matrix, width * rx, height * ry );

This can happens because Brush::SetupBrush calls uielement->GetSizeForBrush
(cr, &w, &h); and the Canvas returns 0 for both Width and Height

I can't see a visual difference for any of the canvas - but they are not shown
as width or height being zero in the application...


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


More information about the mono-bugs mailing list