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=79510

--- shadow/79510        2006-10-05 15:19:45.000000000 -0400
+++ shadow/79510.tmp.13387      2006-10-05 15:38:34.000000000 -0400
@@ -29,6 +29,29 @@
 ------- Additional Comments From [EMAIL PROTECTED]  2006-09-27 16:11 -------
 This version 1.1.17.1
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-10-05 15:19 -------
 Can you attach a full test case?
 Thanks.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-10-05 15:38 -------
+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";
+
+  if(divOut.Style["Left"]=="100px") //always true
+   Console.Write("????");
+}
+
+divout=<div>
+
+
+
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to