On Wed, 2007-12-19 at 18:59 +0100, Valentin Sawadski wrote:
> On Tue, 2007-12-18 at 09:31 -0500, Jonathan Pryor wrote:
> > On Fri, 2007-12-14 at 18:13 +0100, Valentin Sawadski wrote:
> > > this short patch makes all properly formatted and malformed links in the
> > > docbrowser work. Please review it and apply if no one objects.
> > 
> > This isn't necessary; I "fixed" GtkHtmlHtmlRender (in
> > mono-tools/docbrowser) to do the s/&lt;/</g and s/&gt;/>/g substitutions
> > (since this is in my mind a GtkHtml bug, in that it isn't properly
> > rendering/un-escaping XML entities).
> 
> I see your changes but they only worked for the MembersOverview page, as
> far as I can tell.
> 
> See System.Array for example. If you click BinarySearch<T>(T[], T) in
> the overview, everything works fine. When you then hover over the the
> IComparable<T> link, the status-panel displays the right "URL" however
> if you click it, you'll end up in the middle of nowhere again.

I can't reproduce this.  What I'm doing:

1. Navigate to System.Array.BinarySearch<T>(T[],T).
2. Within the Right pane, Click the "IComparable&lt;T&gt;" link above
the prototype.

I'm then taken to IComparable<T> documentation.

 - Jon


_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Reply via email to