[Mono-bugs] [Bug 511882] ContentPanel in <title> not working

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 10 15:02:04 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=511882

User jpobst at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=511882#c1


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mhabersack at novell.com       |gonzalo at novell.com




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2009-06-10 13:02:03 MDT ---
Awesome, I hit Enter instead of Tab.

MonoVS site:

It uses master pages, and the master page defines a content area in <title> so
each child page can name the page what they want:

<title>
  <asp:ContentPlaceHolder ID="title" runat="server" />
</title>

The child pages then have this:

<asp:Content ID="Content1" ContentPlaceHolderID="title" runat="Server">
Mono Tools for Visual Studio - Debug on Mono on Linux
</asp:Content>

On .Net, this works as expected.  Viewing the HTML served up from go-mono looks
like this:

<title>

</title>

You can see the source at:
http://anonsvn.mono-project.com/viewvc/trunk/release/website/monovs/Default.master
http://anonsvn.mono-project.com/viewvc/trunk/release/website/monovs/TestLin.aspx

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list