[Seaside-dev] Problem with JQSliderFunctionalTest

GallegO fxgallego at gmail.com
Thu Sep 24 21:48:01 UTC 2009


Lukas:

I found that in the JQuery-UI-36 is missing JQSlider>>value. I have a
2.9-alpha3 image in which that method is defined as:

value
	"Gets or sets the value of the slider. For single handle sliders."
	
	self action: 'value'

I added this to my code in Dolphin and Pharo and now the slider works
well. The error is hidden by the fact that #value is inherited from
Object.

I have looked the sources for 37 and 38 versions on Monticello and the
method is missing too.

The JS call generated without JQSlider>>value is:
$(this).slider()

while when #value is present is:
$(this).slider("value")

that appears to be right.

Cheers
  Sebastian

2009/9/23 Lukas Renggli <renggli at gmail.com>:
>> halting the callback for the slider value on the renderContentOn: of
>> the test shows the problem.
>
> I cannot reproduce this. For me the callback block is only evaluated
> with strings like '12'.
>
>> I'm apologize if this was resolved or reported previously.
>> Someone that can give me a link to a seaside-dev find list page?
>
> Bugs are normally logged in the bug-tracker, but I don't remember one
> related to the slider:
>
>    http://code.google.com/p/seaside/issues/list
>
> The address of this mailing list is at the bottom of every mail.
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>


More information about the seaside-dev mailing list