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

Adds support for cookies, and the ability to make cross domain requests.

Bug
Comp: Autocomplete

Since scrolling position may change while dragging, so are the absolute coordinates of the snapElements. Fixes #14694

Bug
Comp: Draggable
Needs tests

Kabyle localization

Feature
Localization

if there is no real function definition in the AMD define, r.js won't generate an entry for the core.js in the generated bundle, which will make errors if some project...

Bug
Comp: Build
Comp: Core

Still needs tests, but I wanted to make sure the team is good with adding this option. See [ticket 15121](https://bugs.jqueryui.com/ticket/15121).

Feature
Comp: Dialog

- Remove code that made the false assumption that if dragging an element out of the greedy child, it is always over the parent. This is not always true, as...

Bug
Comp: Droppable

As per discussion in https://bugs.jqueryui.com/ticket/14477, current code submit contains Base text direction support for UI widgets. New option is introduced for relevant widgets 'textDir' with values: 'ltr' - Left-to-right text...

Feature

We encountered a problem where the datepicker position would be incorrect for a date input inside a Bootstrap modal. The datepicker would end up offscreen, far below the actual input...

Behavior shared with 1.12

I am having some issues with my project when trying to import JQuery UI css files. I have added the following to my projects' App.scss file. @import url("../node_modules/jquery-ui/themes/base/all.css"); When I...

Behavior shared with 1.12