Re: Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-27 Thread Daniel Fernandez
Finally, I was able to reproduce issues in Firefox, IE and Chrome (although these were a bit different than the one in Opera), so I explained it all here: https://issues.apache.org/jira/browse/WICKET-2246 Thanks, Daniel. 2009/4/27 Igor Vaynberg : > jira issue > > -igor > > On Mon, Apr 27, 2009

Re: Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-27 Thread Igor Vaynberg
jira issue -igor On Mon, Apr 27, 2009 at 10:13 AM, Daniel Fernandez wrote: > Hello, > > Finally, I have been able to replicate this problem with Opera 9.64, > and created a sample page with which it is almost deterministic to see > it fail (although I can only replicate it consistently in Opera,

Re: Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-27 Thread Daniel Fernandez
Hello, Finally, I have been able to replicate this problem with Opera 9.64, and created a sample page with which it is almost deterministic to see it fail (although I can only replicate it consistently in Opera, and it seems to work in the rest of browsers)... Should I open a JIRA issue with this

Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-23 Thread Daniel Fernandez
Hello, I am sorry I am not going to be very specific here, because the error I am experiencing is not very deterministic. The scenario: I am using 1.4-rc2, and I have a page with several (six, to be precise) panels which load its contents by using a subclass of AbstractAjaxTimerBehavior, which po