[Mono-bugs] [Bug 79587][Min] New - Sytle Sheets not being mainted between requests

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 5 15:40:44 EDT 2006


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 david_garcia at logitech.com.

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

--- shadow/79587	2006-10-05 15:40:44.000000000 -0400
+++ shadow/79587.tmp.13442	2006-10-05 15:40:44.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 79587
+Product: Mono: Tools
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: david_garcia at logitech.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Sytle Sheets not being mainted between requests
+
+I set the Sytle for a control as follows
+
+void someevent(object sender,EventArgs e)
+{
+//Left nor left work???
+
+ if(divOut.Style["Left"]=="100px) //always false, regardless
+    divOut.Style["Left"]="0px";
+  else
+    divOut.Style["Left"]="100px"; //this will always be the case
+
+  if(divOut.Style["Left"]=="100px") //always true
+   Console.Write("????");
+}
+
+divout=<div>
+
+
+
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list