CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 02:22:28 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jqueryui.com/ticket/6643/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 02:22:29 GMT
Content-Type: text/html
Last-Modified: Thu, 19 Sep 2024 13:59:19 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66ec2e37-30dd"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#6643 (using range and step options makes jquery change min and max) - jQuery UI - Bug Tracker
jQuery UI issues have moved to GitHub. This site is now a static archive of the old Trac bugs site.
Some functions and pages are no longer available.
Some functions and pages are no longer available.
Skip to main content
Search and Top Navigation
#6643 closed bug (fixed)
Opened November 09, 2010 05:22PM UTC
Closed December 06, 2010 03:06PM UTC
Last modified December 08, 2010 06:37PM UTC
using range and step options makes jquery change min and max
Reported by: | poplix | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.slider | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if i set
{range: true, min: 5845,max: 12345,step:500}
(note [12345-5845] % 500 =0]
the slider is initialized with 12500 as max and 6000 as min
Attachments (0)
Change History (4)
Changed December 03, 2010 08:57PM UTC by poplix comment:1
Changed December 03, 2010 09:31PM UTC by scottgonzalez comment:2
milestone: | TBD → 1.9 |
---|---|
status: | new → open |
Replying to [comment:1 poplix]:
issue fixed https://github.com/jquery/jquery-ui/pull/62
That's an invalid fix.
Changed December 06, 2010 03:06PM UTC by poplix comment:3
resolution: | → fixed |
---|---|
status: | open → closed |
Slider: Changed _trimAlignValue function to return the correct inclusive value between min and max. Fixes #6643 - using range and step options makes jquery change min and max.
Changeset: 0d0969ca2b6ad5c8937313cc3868d8a21335d748
Changed December 08, 2010 06:37PM UTC by scottgonzalez comment:4
milestone: | 1.9 → 1.8.7 |
---|
issue fixed
https://github.com/jquery/jquery-ui/pull/62