| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes gh-2249
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* add `tests/lib/vendor/**/*` to `.eslintignore`
* move `qunit-composite` to `tests/lib` so that we can modify it
* move `qunit-assert-classes` to `tests/lib` so that we can modify it
* move `qunit-assert-close` to `tests/lib` so that we can modify it
* replace `assert.push` with `assert.pushResult`
* remove usage of `QUnit.extend`
Closes gh-2157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jQuery UI 1.13.0 changed the logic attaching the `_untrackClassesElement`
listener in the `_classes` widget method; one of the side effects was calling
`this._on` for each node that needed the listener. That caused a severe
performance degradation for large comboboxes as each `_on` jQuery UI call
causes a jQuery `add` call that calls Sizzle's `uniqueSort` underneath.
Instead, collect the nodes that need the listener and then, outside of the loop,
create a jQuery object out of them and attach the listener once. That's still
slower than the jQuery 1.12 version but only slightly: 936 ms to 1.03s on a very
large list on a recent MacBook Pro, compared to ~30 seconds before this patch.
Fixes gh-2014
Closes gh-2037
|
|
|
|
|
|
|
|
|
| |
This fixes the issue caused by https://bugs.jqueryui.com/ticket/9357.
We now empty the live region instead of appending to it, and we do so
after a brief timeout so the live region isn't updated on every mousemove
event or when quickly traversing through options.
Fixes gh-2002
Closes gh-2031
|
|
|
|
|
| |
Fixes #15393
Closes gh-1958
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps fix issues that make tooltip tests sometimes fail when run against
jQuery 3.2 or newer due to timing differences.
Details:
* Add the `moduleAfterEach` function ensuring no timers are running.
* Attach this function via `common.testWidget`.
* Attach this function to most test suites.
* Add a tooltip test helper cleaning up leftover timers.
* Rename legacy `setup`/`teardown` hooks to `beforeEach`/`afterEach`.
Closes gh-1920
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This ensures that the menu will close if the user interacts with a
draggable, resizable, etc. element since those interactions don't
change focus.
Ref #6642
Closes gh-1614
|
|
|
|
|
| |
Ref #14246
Ref gh-1588
|
|
|
|
| |
Ref #13885
|
| |
|
|
|
|
|
| |
It appears that we must load require.js via a standard script tag in order
for it to work properly in IE8.
|
|
|
|
| |
Ref gh-1528
|
|
|
|
|
| |
Ref #10119
Ref gh-1528
|
|
|
|
|
|
| |
This module was created from our existing implementation.
Closes gh-1532
|
| |
|
|
|
|
|
| |
Ref #7053
Ref gh-1411
|
|
|
|
|
| |
Fixes #7053
Closes gh-1411
|
| |
|
|
|
|
|
| |
As pointed out by jscs, after a esformatter run. The latter doesn't
address these, so fixing them manually.
|
|
|
|
|
|
|
|
| |
So far we were using ui-state-active on active parent items,
ui-state-focus on active child items. The theme update highlighted the
visual inconsistency. With this change, only ui-state-active is used.
Fixes #10692
|
| |
|
|
|
|
| |
Fixes #10563
|
| |
|
| |
|
|
|
|
|
| |
Fixes #9790
Closes gh-1190
|
|
|
|
|
|
|
| |
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
|
|
|
|
|
| |
Fixes #7434
Closes gh-1238
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This fixes an issue where contenteditable text was getting overwritten when
wrapping past the bottom or top of the autocomplete menu.
Fixes #9771
Closes gh-1184
|
|
|
|
|
|
|
| |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;
Fixes #9464
Closes gh-1029
|
|
|
|
| |
Fixes #9762
|
|
|
|
| |
Fixes #9755
|
|
|
|
|
| |
Fixes #9631
Closes gh-1153
|
|
|
|
| |
#9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers
|
|
|
|
| |
anchors in elements
|
|
|
|
|
| |
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
|
|
|
|
| |
Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
|
| |
|
| |
|
|
|
|
| |
Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
|
|
|
|
| |
differences in .html() return values.
|
|
|
|
| |
Autocomplete: .replaceWith() fails to replace.
|
|
|
|
| |
widget implementations.
|
|
|
|
|
|
|
|
|
|
| |
disabled option.
Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #6039 - Droppable: disabled should not have ui-state-disabled
This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
|
|
|
|
|
|
| |
setting disabled option." This needs to wait for a major release.
This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
|