[Mono-bugs] [Bug 82318][Nor] New - asp:menu is broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 4 08:18:52 EDT 2007
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 emperon at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82318
--- shadow/82318 2007-08-04 08:18:52.000000000 -0400
+++ shadow/82318.tmp.24179 2007-08-04 08:18:52.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 82318
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: emperon at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: asp:menu is broken
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. you add a SiteMap file with Web.sitemap
+2. you add a SiteMapDataSource control to your page
+3. you add a asp:menu control to your page and bind it to the datasource
+4: you give absolute position to the asp:menu by style="position:absolute;
+top:400px;"
+
+Actual Results:
+The dynamic menu is generated at the top of the screen. Also there are some
+annoying up and down arrows if dynamic menu does not fit to its container.
+However the height of the container is unadjustable. This is completely
+different from Microsoft .Net asp:menu. Also in Horizontal orientation
+similar bugs observed. the dynamic menu is displayed misplaced
+
+
+Expected Results:
+The dynamic hover menu should work identical to Microsoft asp.net. There
+should be no up and down arrows under normal conditions. And Dynamic Hover
+menu should be placed to the right place depending on the static menu in
+both horizontal and vertical orientations
+
+How often does this happen?
+Always
+
+Additional Information:
+Observed with both mono 1.2.4, 1.2.5 preview 2
More information about the mono-bugs
mailing list