Page 1 of 1

Message error on dynamic item

PostPosted: 29 Oct 2013 16:00
by O.Germeau
I use JQMultiSelect with Items create and delete on select user choice.
I have activate IWCGJQCommon.CGJSErrorHandler.
When i delete items, i obtain :

Url : http://127.0.0.1:8888/$/js/IWBase__ECA03229F.js
Line : 39
Message : TypeError: a.selected.listElement.data(...) is not a function

Url : http://127.0.0.1:8888/$/js/IWBase__ECA03229F.js
Line : 39
Message : TypeError: a.selected.listElement.data(...) is not a function

On the RerenderAjax.
Except the messages, all work well.

How remove this problem ?

Re: Message error on dynamic item

PostPosted: 29 Oct 2013 16:12
by Alexander Bulei
Hi Germeau,

O.Germeau wrote:I use JQMultiSelect with Items create and delete on select user choice.
I have activate IWCGJQCommon.CGJSErrorHandler.
When i delete items, i obtain :

Url : http://127.0.0.1:8888/$/js/IWBase__ECA03229F.js
Line : 39
Message : TypeError: a.selected.listElement.data(...) is not a function

Url : http://127.0.0.1:8888/$/js/IWBase__ECA03229F.js
Line : 39
Message : TypeError: a.selected.listElement.data(...) is not a function

On the RerenderAjax.
Except the messages, all work well.

How remove this problem ?


Can you provide us simple demo?

Best Regards.

Demo

PostPosted: 29 Oct 2013 17:29
by O.Germeau
The problem occure with multiple JQMultiSelect on a frame

Re: Message error on dynamic item

PostPosted: 29 Oct 2013 19:50
by Alexander Bulei
Hi Germeau,

Fixed in next release.
It was jquery plugin issue.

Best Regards.

Re: Message error on dynamic item

PostPosted: 30 Oct 2013 10:47
by O.Germeau
I confirm : version 1.8.0.3093 solve this problem.

Thanks