Search and Top Navigation
#13359 closed bug (fixed)
Opened July 01, 2015 05:19PM UTC
Closed April 21, 2016 02:12PM UTC
Last modified April 21, 2016 02:13PM UTC
jQuery Selectable Scrolling Bug with "autoRefresh: false"
Reported by: | bleshik | Owned by: | jzaefferer |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.selectable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The documentation says, that you have to call the refresh method manually, if there are too many elements. This was exactly my case. However, it turned out, that the plugin does not handle inner scrolling: it uses coordinates relative to the document (the jquery's offset method).
Test case (just try to scroll down and select items):
Attachments (0)
Change History (3)
Changed July 02, 2015 03:47AM UTC by comment:1
Changed April 21, 2016 02:12PM UTC by comment:2
owner: | → jzaefferer |
---|---|
resolution: | → fixed |
status: | new → closed |
In [changeset:"a240251b36081ddbc24c13e0c3e129332c1d8d45" a240251]:
#!CommitTicketReference repository="" revision="a240251b36081ddbc24c13e0c3e129332c1d8d45" Selectable: Proper handling of inner scrolling Fixes #13359 Closes gh-1570
Changed April 21, 2016 02:13PM UTC by comment:3
milestone: | none → 1.12.0 |
---|
See the fix here https://github.com/jquery/jquery-ui/pull/1570