#13359 closed bug (fixed)
jQuery Selectable Scrolling Bug with "autoRefresh: false"
Reported by: | bleshik | Owned by: | Jörn Zaefferer |
---|---|---|---|
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): http://jsfiddle.net/zxe5z90s/17/
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 7 years ago by
Owner: | set to Jörn Zaefferer |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In a240251:
comment:3 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
See the fix here https://github.com/jquery/jquery-ui/pull/1570