#7331 closed bug (worksforme)
Suggestions scrolling minor fix
Reported by: | michal.pokrywka | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Autocomplete with scrollable results has visual imperfection when using keyboard.
To reproduce: set menu (ul) max height to integer multiply of item (li a) height, add border to menu, scroll suggestions using keyboard up and down.
Test: http://jsfiddle.net/Q5VmF/2/
Proposed fix included in jsfiddle
Change History (5)
comment:1 follow-up: 2 Changed 12 years ago by
Status: | new → open |
---|
comment:2 follow-up: 4 Changed 12 years ago by
Looks like it is fixed in master,
I modifed jsfiddle http://jsfiddle.net/Q5VmF/3/
to load jqueryui from github and "glitch" is no longer present.
Consider this report as invalid.
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
comment:4 follow-up: 5 Changed 12 years ago by
Replying to michal.pokrywka:
Looks like it is fixed in master,
I modifed jsfiddle http://jsfiddle.net/Q5VmF/3/
to load jqueryui from github and "glitch" is no longer present.Consider this report as invalid.
try this with jq1.6 or 1.6.1 - scrolling to active item does not work anymore. works fine in 1.5.
comment:5 Changed 12 years ago by
Replying to wuzz:
try this with jq1.6 or 1.6.1 - scrolling to active item does not work anymore. works fine in 1.5.
That's a completely unrelated problem. Please file a new ticket. Thanks.
Thanks, would you mind sending a pull request with this patch? You would need to apply the patch to jquery.ui.menu.js in master.