[Mono-list] patch to make IEWebControls TreeView work with IE and opera

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.suscribed@ximian.com
Tue, 01 Jun 2004 02:50:25 +0200


El mar, 01-06-2004 a las 00:34, Markus Kräutner escribió:
> Hello,
> 
> I read on the mono web page, I am supposed to post patches to this list, 
> so here they are.
> 1. When using the IE WebControls (from M$) with Internet Explorer and 
> XSP, the HtmlTextWriter does not write end tags it does not know (see 
> ie.diff patch), so the rendering fails.

Can you create a bug report in bugzilla and attach a test case for that?

> 2. When using the opera browser, it sends "Content-type", instead of 
> "Content-Type", which causes HttpWorkerRequest and XSP not to recognize 
> it => no events are delivered to asp.net controls (opera*.diff patch).

I fixed this locally by using case-insensitive hashcode provider and
comparer for the Hashtables. I will commit once Beta 2 is released (a
few hours from now).

Thanks!

-Gonzalo