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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82318 --- shadow/82318 2007-08-10 07:40:26.000000000 -0400 +++ shadow/82318.tmp.5683 2007-08-23 16:07:29.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 82318 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEEDINFO +Status: CLOSED Resolution: Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -47,6 +47,21 @@ Additional Information: Observed with both mono 1.2.4, 1.2.5 preview 2 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-09 07:25 ------- Could you, please, attach a simple test case triggering the bug? Thanks + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-23 16:07 ------- +Hello I've resolved the issue. + +Normally monodevelop adds the following to the page +<%@ Page Language="C#" %> + + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +When the DOCTYPE is set, then asp:menu behaves broken as mentioned in +the bug. When I clear this line it works fine. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
