wiquery ajaxslider

2012-10-08 Thread Lemke, Michael SZ/HZA-ZSW
Hi,

I've a problem with AjaxSlider in wiquery-jquery-ui.  Sorry if this is 
the wrong place to report it but I can't use Google groups.

Version: Wicket 6.0.0, wiquery-jquery-ui: 6.0.0

The setAjaxStopEvent never fires.  Looking at the generated js it's
obvious that it can't:

$('#slider11').slider({min: 0.0, max: 500.0, stop: function(event, ui) {
var url = 
'../page?1-1.IBehaviorListener.0-sliderForm-slider1sliderEvent=ajaxStopEventsliderValue='+ui.value+'sliderValues='+ui.values;
  
Wicket.Ajax.ajax({u:../page?1-1.IBehaviorListener.0-sliderForm-slider1,c:slider11});
}});;

The variable url is never used.

My code works fine with Wicket 1.5.8 and wiquery-jquery-ui 1.5.7


Thanks,
Michael


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



Re: wiquery ajaxslider

2012-10-08 Thread Martin Grigorov
Hi,

This is the currently active forum! :-)
But you better file this problem at
https://github.com/WiQuery/wiquery/issues so it got fixed for the next
release.

On Mon, Oct 8, 2012 at 3:39 PM, Lemke, Michael  SZ/HZA-ZSW
lemke...@schaeffler.com wrote:
 Hi,

 I've a problem with AjaxSlider in wiquery-jquery-ui.  Sorry if this is
 the wrong place to report it but I can't use Google groups.

 Version: Wicket 6.0.0, wiquery-jquery-ui: 6.0.0

 The setAjaxStopEvent never fires.  Looking at the generated js it's
 obvious that it can't:

 $('#slider11').slider({min: 0.0, max: 500.0, stop: function(event, ui) {
 var url = 
 '../page?1-1.IBehaviorListener.0-sliderForm-slider1sliderEvent=ajaxStopEventsliderValue='+ui.value+'sliderValues='+ui.values;
   
 Wicket.Ajax.ajax({u:../page?1-1.IBehaviorListener.0-sliderForm-slider1,c:slider11});
 }});;

 The variable url is never used.

 My code works fine with Wicket 1.5.8 and wiquery-jquery-ui 1.5.7


 Thanks,
 Michael


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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



RE: wiquery ajaxslider

2012-10-08 Thread Lemke, Michael SZ/HZA-ZSW
On Monday, October 08, 2012 3:11 PM
Martin Grigorov wrote:

Hi,

This is the currently active forum! :-)
But you better file this problem at
https://github.com/WiQuery/wiquery/issues so it got fixed for the next
release.

Thanks, done.  Issue #6.

Didn't realize it is on github.

Michael


On Mon, Oct 8, 2012 at 3:39 PM, Lemke, Michael  SZ/HZA-ZSW
lemke...@schaeffler.com wrote:
 Hi,

 I've a problem with AjaxSlider in wiquery-jquery-ui.  Sorry if this is
 the wrong place to report it but I can't use Google groups.

 Version: Wicket 6.0.0, wiquery-jquery-ui: 6.0.0

 The setAjaxStopEvent never fires.  Looking at the generated js it's
 obvious that it can't:

 $('#slider11').slider({min: 0.0, max: 500.0, stop: function(event, ui) {
 var url = 
 '../page?1-1.IBehaviorListener.0-sliderForm-slider1sliderEvent=ajaxStopEventsliderValue='+ui.value+'sliderValues='+ui.values;
   
 Wicket.Ajax.ajax({u:../page?1-1.IBehaviorListener.0-sliderForm-slider1,c:slider11});
 }});;

 The variable url is never used.

 My code works fine with Wicket 1.5.8 and wiquery-jquery-ui 1.5.7


 Thanks,
 Michael


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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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