[Mono-bugs] [Bug 51648][Nor] New - RadioButtonList - TabIndex is not written to HTML
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 09:37:16 -0500 (EST)
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 along@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51648
--- shadow/51648 2003-12-03 09:37:15.000000000 -0500
+++ shadow/51648.tmp.31662 2003-12-03 09:37:15.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 51648
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: jackson@ximian.com
+ReportedBy: along@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: RadioButtonList - TabIndex is not written to HTML
+
+Description of Problem:
+RadioButtonList - TabIndex is not written to HTML
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+the attribute tab index isn't exist in the HTML.
+
+Expected Results:
+the attribute tabindex="5" will appear in every RadioButton
+
+
+How often does this happen?
+Always
+
+Additional Information: