Skip to main content

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 );

Attachments (0)
Change History (4)

Changed July 06, 2010 12:19PM UTC by scottgonzalez comment:2

milestone: → 1.9
resolution: → fixed
status: newclosed

Fixed in 92b7722. Thanks tzkuei.

Changed August 04, 2010 01:31AM UTC by scottgonzalez comment:3

milestone: 1.91.8.3

Changed November 19, 2010 06:25PM UTC by tzkuei comment:4

Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Redundant call to _normValueFromMouse

Changeset: 92b7722fffc68dbb124e5b171cd0169f95da241b