Re: [Wicket 1.4.9] StackOverflow wicket-ajax.js with IE8 64bits

2013-04-30 Thread M4xime
Hi,

In the end, I have to find a workaround to fix this bug.

Do you think that overriding a part of wicket's js code can work ?

Is there a part of the code of a more recent version that can be used to
replace the incriminated code? 

Thanks !




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-9-StackOverflow-wicket-ajax-js-with-IE8-64bits-tp4658229p4658412.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Wicket 1.4.9] StackOverflow wicket-ajax.js with IE8 64bits

2013-04-26 Thread M4xime
Hi !

Thanks for your reply and link !

I still have one question : why does it happen on IE8 64 bits and not on IE8
32bits ?
I don't get why IE8 64bits seems to have a smaller stack size.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-9-StackOverflow-wicket-ajax-js-with-IE8-64bits-tp4658229p4658291.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Wicket 1.4.9] StackOverflow wicket-ajax.js with IE8 64bits

2013-04-25 Thread M4xime
Hi, 

thanks for your reply.

The problem is that there is a wicket upgrade scheduled in...2014.

So, i have to find something to show to my client so that he understands why
ie64 must not be used before the upgrade.

I searched wicket's JIRA but i did not find any issue about my problem.

Can you send me a link to an issue/release note that indicates that this
part of the code has been refactored/fixed ?

Thanks a lot !



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-9-StackOverflow-wicket-ajax-js-with-IE8-64bits-tp4658229p4658263.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[Wicket 1.4.9] StackOverflow wicket-ajax.js with IE8 64bits

2013-04-24 Thread M4xime
Hi,I've got a problem with some ajax request on IE8 64 bits.After closing a
pop-up, which imply a refresh of the page, an IE pop-up saying
StackOverflow appears.It does not happen on IE8 32 bits.The IE debugger
points to notify(); at the line 931 of wicket-ajax.jstry { eval(text);}
catch (exception) {Wicket.Log.error(Wicket.Ajax.Call.processEvaluation:
Exception evaluating javascript:  + exception);}* notify();*}The value of
the variable text is :attachChoiceHandlers('id3dd', function() {var
wcall=wicketAjaxPost('?wicket:interface=:341:form:blocGroupesArticles:groupes:7:bloc:wrapper:articles:0:article:formArticle:engagement:choixEngagement::IActivePageBehaviorListener:0:-1wicket:ignoreIfNotActive=true',
wicketSerializeForm(document.getElementById('id3dd',false)),function() {
}.bind(this),function() { }.bind(this), function() {return Wicket.$('id3dd')
!= null;}.bind(this));});Is that an issue that has been fixed in another
version ?Is there any workaround if i can't upgrade my wicket version
?Thanks for your help !Maxime



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-9-StackOverflow-wicket-ajax-js-with-IE8-64bits-tp4658229.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org