#13359 closed bug (fixed)
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): http://jsfiddle.net/zxe5z90s/17/
Change History (3)
comment:1 Changed 17 months ago by bleshik
comment:2 Changed 7 months ago by jzaefferer
- Owner set to jzaefferer
- Resolution set to fixed
- Status changed from new to closed
In a240251:
comment:3 Changed 7 months ago by jzaefferer
- Milestone changed from none to 1.12.0
Note: See
TracTickets for help on using
tickets.
See the fix here https://github.com/jquery/jquery-ui/pull/1570