[Mono-bugs] [Bug 74205][Nor] Changed - [PATCH] ListBox.FindByText always finds a value even if it doesn't exist
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 02:48:02 -0400 (EDT)
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 eto@shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=74205
--- shadow/74205 2005-04-25 05:23:49.000000000 -0400
+++ shadow/74205.tmp.32471 2005-05-12 02:48:02.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: eto@shaw.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: ListBox.FindByText always finds a value even if it doesn't exist
+Summary: [PATCH] ListBox.FindByText always finds a value even if it doesn't exist
Description of Problem:
When trying to see if an item exists in a ListBox web control using the
FindByText method, it will always return a value even if it doesn't
contain an item with the specified text.