Opened 9 years ago
Closed 8 years ago
#9728 closed bug (wontfix)
Slider: Scroll Demo - screwed up on window resize
Reported by: | csinfosystems | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.slider | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jqueryui.com/slider/#side-scroll
Leave scroll bar in center (or just away from ends of scroll pane) and re-size browser window down (smaller), then move bar handle to some place other than at ends of scroll length, then re-maximize. Try sliding handle. Repeat whole process until on re-maximize the scroll bar handle will not slide the entire length of the scroll pane but seems to have "padding" at the left and the right of the horizontal scroll length. As repeat, problem gets worse ( "padding" gets larger and larger on left and right scroll length, so available scrollable length gets smaller and smaller).
Change History (2)
comment:1 Changed 9 years ago by
Component: | ui.core → ui.slider |
---|---|
Status: | new → open |
Summary: | Slider: Scroll Demo - Sliding Length Available Gets Smaller on Repeated Browser Window "Restore Down and then Re-Maximize" → Slider: Scroll Demo - screwed up on window resize |
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
We decided to just delete that demo since it isn't something people should be doing. This is gone in master and will be gone from jqueryui.com with the next release.
Thanks csinfosystems.
This is easier to see on the demo resource directly: http://jqueryui.com/resources/demos/slider/side-scroll.html.
Something about this
window.resize()
handler isn't working as intended: https://github.com/jquery/jquery-ui/blob/a343d83a4268d35b9072b3092b079248a86545ca/demos/slider/side-scroll.html#L87.