Ticket #7564 (closed bug: fixed)
alignValue Global Scope
| Reported by: | be.davestein | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.15 |
| Component: | ui.slider | Version: | 1.8.14 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
_trimAlignValue is returning alignValue, but never uses a var statement within the function. Found it while reviewing my code in the DOM tab of Firebug.
Change History
comment:1 Changed 22 months ago by rdworth
- Status changed from new to closed
- Resolution set to invalid
comment:2 Changed 22 months ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution invalid deleted
This is definitely broken in 1.8.x.
comment:3 Changed 22 months ago by Scott González
- Status changed from reopened to closed
- Resolution set to fixed
Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.
Changeset: 8d43fe7e3428e4fb4e5d9ca9e76a0d5078dfe708
Note: See
TracTickets for help on using
tickets.


step, valModStep and alignValue all share a single var statement. See lines 578-580