You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just made some tests and it seems it's related to the fact the element needs to have the focus so key mapping properly works (even is not triggered if no focus).
So this is something users can fix by calling the Jquery focus() function on the list when displaying the list.
For me, it looks like: $("#filter_zone_"+filter_name+ " .ms-list").focus();
filter_zone_xxx being the container of my list.
Yet please note that there is still an issue if you have your mouse arrow on your list while using keyboard (similar to the one described above).
Also, as a side note, I removed $elems.removeClass('ms-hover'); from the function selectHighlighted to be able to select multiple elements with space bar without losing focus.
(I'm using latest version of Google Chrome)
Pressing down arrow makes the slection randomly jump to the top.
Here in this screencast, I just keep pressing down key:
http://www.screencast.com/users/Mojodk/folders/Snagit/media/8272a34a-d2c2-441c-a419-2fdd794d807b/embed
The text was updated successfully, but these errors were encountered: