Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in method .set 's "initAction" of EZSlider #126

Closed
jleben opened this issue May 6, 2012 · 0 comments
Closed

Error in method .set 's "initAction" of EZSlider #126

jleben opened this issue May 6, 2012 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@jleben
Copy link
Member

jleben commented May 6, 2012

[Issue migrated from SourceForge | ID: 2990870 | Submitted by 'nobody']
[http://sourceforge.net/support/tracker.php?aid=2990870]

On Apr 21, 2010, at 6:35 PM, TomD wrote:

Hi, It seems to me that in the EZSlider's ".set " method parameter, "initAction" doesn't work (when set to 'true')... Can anyone confirm before I report it on the Tracker ? Or did it change in the last version (which I don't use for the moment) ?

As far as I can see, this...

if (initAction) {
this.value = initVal;
}{

should be...

if (initAction) {
this.valueAction_(initVal);
}{

But it's been like this for a long time, at least since rev. 8254, 15 months ago.
hjh

: H. James Harkins
: jamshark70@dewdrop-world.net
: http://www.dewdrop-world.net
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman

@jleben jleben closed this as completed May 6, 2012
mossheim pushed a commit that referenced this issue Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

1 participant