[Mono-bugs] [Bug 82530][Wis] Changed - Unrequired updates when loading XAML files

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 22 12:47:35 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82530

--- shadow/82530	2007-08-22 12:00:48.000000000 -0400
+++ shadow/82530.tmp.20093	2007-08-22 12:47:35.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 82530
 Product: Moonlight
 Version: 1_0
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: engine
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: sebastien at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -54,6 +54,20 @@
 
 How often does this happen? 
 Always
 
 Additional Information:
 * mopen's --parseonly is in SVN since r84629
+
+------- Additional Comments From sebastien at ximian.com  2007-08-22 12:47 -------
+Another example using
+% mopen --parseonly test/xaml/test-shape-rectangle-stroke.xaml
+
+Shape::StretchProperty sets cache
+Shape::StrokeThicknessProperty resets cache
+??? something, not a SetValue, has recreated the cached path
+FrameworkElement::WidthProperty resets cache
+FrameworkElement::HeightProperty sets cache
+
+So for rectangles we compute three times instead of one (or zero,
+since ideally the path doesn't really need to be computed at xaml load
+time).


More information about the mono-bugs mailing list