[Mono-bugs] [Bug 76478][Nor] New - ListBox has viewstate and
postback problems
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 12:30:49 EDT 2005
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 at shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=76478
--- shadow/76478 2005-10-19 12:30:49.000000000 -0400
+++ shadow/76478.tmp.32406 2005-10-19 12:30:49.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 76478
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: eto at shaw.ca
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ListBox has viewstate and postback problems
+
+Description of Problem:
+The listbox isn't getting the selected item value that the user clicked on,
+and also it is not remembering which item was last selected correctly.
+
+Steps to reproduce the problem:
+1. Use the attached file (aspx) in a web project
+2. Run XSP and browse to the page
+3. Select an item
+4. Click on the 'click me' button
+
+Actual Results:
+- Always returns the first item in the list
+- if you select item 6, click, select another item then click, the
+selection goes back to item 6
+
+Expected Results:
+- Returns the selected item
+- Should always remember the last selected item on postback
+
+How often does this happen?
+Every Time
+
+Additional Information:
More information about the mono-bugs
mailing list