[Mono-bugs] [Bug 81637][Nor] New - No javascript being generated for <asp:Menu> tag
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 15 22:25:42 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 amhuhn at insightbb.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81637
--- shadow/81637 2007-05-15 22:25:42.000000000 -0400
+++ shadow/81637.tmp.12737 2007-05-15 22:25:42.000000000 -0400
@@ -0,0 +1,65 @@
+Bug#: 81637
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details: Debian lenny on AMD64 dual core
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: amhuhn at insightbb.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: No javascript being generated for <asp:Menu> tag
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When I include <asp:Menu> in an .aspx page, xsp2 is not generating any
+Javascript to handle the menu events.
+
+Steps to reproduce the problem:
+1. Create the following as an .aspx page:
+
+============================
+<%@ Language="C#" AutoEventWireup="true" %>
+<html>
+<head runat="server"></head>
+
+<body>
+
+<asp:Menu ID="Menu1" Orientation="Horizontal" runat="server"
+StaticDisplayLevels="1">
+ <Items>
+ <asp:MenuItem Text="Menu Item 1" NavigateURL="item1.aspx">
+ <asp:MenuItem Text="Menu Item 1-a" NavigateURL="item1a.aspx"/>
+ </asp:MenuItem>
+ <asp:MenuItem Text="Menu Item 2" NavigateURL="item2.aspx"></asp:MenuItem>
+ </Items>
+</asp:Menu>
+</body>
+
+</html>
+============================
+2. Navigate to the URL to display the above page.
+3. Hover over Menu Item 1
+
+Actual Results:
+No submenu is displayed. (And in the Javascript Console, the following
+error is displayed: "Menu_OverItem is not defined")
+
+Expected Results:
+A submenu should be displayed.
+
+How often does this happen?
+Every time
+
+Additional Information:
+I am using the Debian packages mono-xsp2 1.2.1-2 and mono-xsp2-base 1.2.1-2.
+
+Thanks,
+Andy
More information about the mono-bugs
mailing list