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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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:
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to