Re: Strange problem with tapestry.js

2011-06-08 Thread Taha Hafeez
Finally I found the culprit. It is Tapestry.purge(). I commented all of it except the Element.stopObserver() and my problem is solved. regards Taha On Mon, Jun 6, 2011 at 7:06 AM, Taha Hafeez wrote: > Hi Kalle > > I give up windows since 2001 (I use linux, currenly ubuntu) but the company > I w

Re: Strange problem with tapestry.js

2011-06-05 Thread Taha Hafeez
Hi Kalle I give up windows since 2001 (I use linux, currenly ubuntu) but the company I work for uses a banking software which can only work with Microsoft JVM for IE(can you imagine), so we are stuck with ie. As the software still works with ie6, there is no reason for upgrade. If only there coul

Re: Strange problem with tapestry.js

2011-06-05 Thread Kalle Korhonen
Sorry, I don't have anything meaningful to contribute to this discussion. But since I've had my fights with IE6 too, I have to share http://www.theie6countdown.com/default.aspx in case you haven't seen it before. Kalle On Sun, Jun 5, 2011 at 3:52 AM, Taha Hafeez wrote: > Hi Francois > > 2011/6/

Re: Strange problem with tapestry.js

2011-06-05 Thread Taha Hafeez
Hi Francois 2011/6/5 François Facon > Hi Taha, > > IE6 does not properly manage the keep-alive on https. On the client > side, the accumulation socket connections can cause delays and errors > on ajax calls. This problem can be highlighted on the client computer > using a netstat or using TCPVie

Re: Strange problem with tapestry.js

2011-06-05 Thread François Facon
Hi Taha, IE6 does not properly manage the keep-alive on https. On the client side, the accumulation socket connections can cause delays and errors on ajax calls. This problem can be highlighted on the client computer using a netstat or using TCPView. (Growing number of socket Used ie one time-wait

Re: Strange problem with tapestry.js

2011-06-02 Thread Taha Hafeez
Ajax with prototype is very slow in ie6. In our company, we have more than 6000 installations of ie6. So, I have to do something about it. When I disable javascript on ie6 it works fine (thanks to tapestry and @XHR). So I am checking out ways of disabling javascript all together in ie6, may be by t

Strange problem with tapestry.js

2011-05-31 Thread Taha Hafeez
Hi I was stuck with a strange problem in ie7 and ie8 compatibility mode. I was getting "object doesn't support this property or method". On debugging I found that the Element.addMethods was not extending form and input elements(input,textarea,select). On changing it from addMethods('FORM', {...})