Posted
almost 10 years
ago
by
roko
Bug appear in Firefox browser. Not in Chrome nor IE. (Didn't test other browsers).
Once you use some jquery sortable functions:
$( "#sortable" ).sortable();
$( "#sortable" ).disableSelection();
on html elements like (i.e. td or li)
The css
|
Posted
almost 10 years
ago
by
SimenB
Can be reproduced on the official examples: http://jqueryui.com/autocomplete/#maxheight
Using IE8, 9, 10 or 11 and autocomplete: Getting so few results that no scrollbar appears, if you mouseover the last result, a scrollbar appears. It's only
|
Posted
almost 10 years
ago
by
cmruser
I try to make sortable nested containers but I have an issue with the jQuery UI Sortable plugin and I can not find a suitable solution.
You can try here : http://jsfiddle.net/cmruser/ycafdu0r/
Drag the nested drop container out side container and
|
Posted
almost 10 years
ago
by
scott.gonzalez
A much more accurate description of the problem then is that tabs do not receive focus on click when they're sortable. They keyboard functionality isn't broken at all.
This is actually intentional behavior for all interactions: we prevent click
|
Posted
almost 10 years
ago
by
Jörn Zaefferer
fixed:
Release: Publish to npm
Fixes #11101
Changeset: ab0bb87634c19a47211d9e46afc0c09fbf49ee29
|
Posted
almost 10 years
ago
by
scott.gonzalez
|
Posted
almost 10 years
ago
by
scott.gonzalez
worksforme:
I'm not seeing that. I do see that if you sort the currently focused tab, it loses focus, but the keyboard functionality continues to work fine once a tab is focused again.
|
Posted
almost 10 years
ago
by
cbowen84
Adding either sortable or draggable to a tabs widget disables the keyboard functionality. This is easy to see using the example of tabs with sortable on the jQueryUI site. You can't use the keyboard to move between tabs and all accessibility is
|
Posted
almost 10 years
ago
by
Scott González
fixed:
Widget: Call ._setOptionDisabled() on init if the widget is disabled
Fixes #9151
Ref gh-1599
Changeset: 7dde5c9d75148cdca7cf86ff0c6e310fdc5a4054
|
Posted
almost 10 years
ago
by
scott.gonzalez
duplicate:
Duplicate of #6844.Nothing has changed.
|