[Mono-bugs] [Bug 79510][Blo] Changed - Listboxs with SelectionMode="Multiple" fail to post selected items.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 5 15:38:34 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=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 david_garcia at logitech.com  2006-09-27 16:11 -------
 This version 1.1.17.1
 
 ------- Additional Comments From gonzalo at ximian.com  2006-10-05 15:19 -------
 Can you attach a full test case?
 Thanks.
+
+------- Additional Comments From david_garcia at logitech.com  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>
+
+
+
+
+


More information about the mono-bugs mailing list