jquery-ui icon indicating copy to clipboard operation
jquery-ui copied to clipboard

The official jQuery user interface library.

Results 174 jquery-ui issues
Sort by recently updated
recently updated
newest added

Improve the handle detection when they overlap in slider ranges. With this change when you click on the slider it will check if you click over the current overlapping value...

Needs tests
Needs info

This bug is causing me problems, and can also clearly be seen on the demo at the bottom of https://api.jqueryui.com/menu/. In a nutshell, a menu item with a submenu is...

Comp: Menu
Behavior shared with 1.12

If I select the "from" date then select the "to" date as the same date as the "from" date, I now can not select the "from" date to any date...

Bug
Comp: Datepicker
Needs info

Are there any plans to improve the date picker accessibility for screen readers? Right now if you tab through each day in the calendar using the keyboard, the day and...

Comp: Datepicker
Needs info
Accessibility

After upgrading from version 1.12.1 to 1.13.2 the method datepicker( "destroy" ) do not close and destroy the calendar ui. I have prepared an example at the link below. https://jsfiddle.net/7kdwvgp8/...

Bug
Comp: Datepicker
Behavior different from 1.12

This bug might be related to [#9460](https://bugs.jqueryui.com/ticket/9460), but its fix does not fix this issue. If you make a sortable, which "containment" element is placed in an element that is...

Comp: Sortable
Behavior shared with 1.12

Fixes issue #2153 Tooltip stays visible if it's target element is removed by clicking it

Needs info

[issue link](https://stackoverflow.com/questions/70857293/jquery-ui-tab-interactive-controls-must-not-be-nested) The axe-core DevTools accessibility checker flags a "serious" problem with this code: "Interactive controls must not be nested", with the explanation "Interactive control elements must not have focusable...

Comp: Tabs
Behavior shared with 1.12

When show datepicker in a dialog. The created _dialogInput is behind the dialog. But If I made the dialog draggable and move it. The _dialogInput will not following the dialog....

Comp: Datepicker
Comp: Draggable
Behavior shared with 1.12

I want to be able to clone the main draggable elements and be able to drag the cloned element as well. You can run the code here: https://jsfiddle.net/2qatpe47/ CSS: ```...

Comp: Draggable
Behavior shared with 1.12