Search and Top Navigation
#5796 closed bug (fixed)
Opened July 05, 2010 09:46PM UTC
Closed July 06, 2010 12:19PM UTC
Last modified November 19, 2010 06:25PM UTC
Redundant call to _normValueFromMouse
Reported by: | tzkuei | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.3 |
Component: | ui.slider | Version: | 1.8.2 |
Keywords: | normValue, _normValueFromMouse | Cc: | |
Blocked by: | Blocking: |
Description
In the _mouseCapture function in jquery.ui.slider.js, the second call to _normValueFromMouse(); is redundant.
See line 270:
normValue = this._normValueFromMouse( position );
and line 313:
normValue = this._normValueFromMouse( position );
http://github.com/tzkuei/jquery-ui/blob/c575373d6075c697d69350c6e919e9e0624a7dce/ui/jquery.ui.slider.js