Re: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Martin Grigorov
Hi,


On Mon, Oct 28, 2013 at 2:00 PM, Hans Lesmeister 2 
hans.lesmeis...@lessy-software.de wrote:

 Hi Everybody,

 To enable animation with JQuery on replacing a component with Ajax, we have
 followed the construct with the |-Symbol (pipe) in the Javascript that is
 added with target.prependJavaScript (see
 http://wicketinaction.com/2013/02/replace-components-with-animation =
 Thank
 you, Martin)

 This does not seem to work in IE8. I pass a function like this:
 prependJavaScript(notify|myfunction(notify, ' + container.getMarkupId() +
 '));

 The Function looks like this:
 function myfunction(notify, id) {
   Wicket.Log.info(this is not reached in IE8);
   JQuery(# + id).slideUp(500, notify);
 }

 In IE8, myfunction is not called at all. On FF and other Browsers
 everything
 works okay.

 Before I create a JIRA-Ticket with a Quick-Start, I wanted to ask here if
 the problem is known already (and hopefully there is even a
 solution/work-around for it)


AFAIK it is not known.
The code looks pretty simple for IE8 to break.
Which version of jQuery do you use ?



 Thanks in advance



 -
 --
 Regards,
 Hans

 http://cantaa.de

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/target-prependJavaScript-and-JQuery-Animation-in-IE8-tp4662008.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: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Hi Martin,


Martin Grigorov-4 wrote
 AFAIK it is not known.
 The code looks pretty simple for IE8 to break.
 Which version of jQuery do you use ?

It is 1.8.3., the one that is shipped with Wicket 6.8.
I will try with Wicket 6.11 which is shipped with jQuery 1.10.1




-
-- 
Regards, 
Hans 

http://cantaa.de 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/target-prependJavaScript-and-JQuery-Animation-in-IE8-tp4662008p4662010.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: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Hans Lesmeister 2 wrote
 Same behavior with jQuery 1.10.1. Okay, then I will create a ticket with a
 quick start then.
 Thanks for helping so far.


https://issues.apache.org/jira/browse/WICKET-5397




-
-- 
Regards, 
Hans 

http://cantaa.de 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/target-prependJavaScript-and-JQuery-Animation-in-IE8-tp4662008p4662012.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: target.prependJavaScript and JQuery-Animation in IE8

2013-10-28 Thread Hans Lesmeister 2
Martin Grigorov-4 wrote
 AFAIK it is not known.
 The code looks pretty simple for IE8 to break.
 Which version of jQuery do you use ?


Hans Lesmeister 2 wrote
 It is 1.8.3., the one that is shipped with Wicket 6.8.
 I will try with Wicket 6.11 which is shipped with jQuery 1.10.1

Same behavior with jQuery 1.10.1. Okay, then I will create a ticket with a
quick start then.
Thanks for helping so far.




-
-- 
Regards, 
Hans 

http://cantaa.de 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/target-prependJavaScript-and-JQuery-Animation-in-IE8-tp4662008p4662011.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