Scott González
2121a1008a
Sortable demo (portlets): Cleanup.
2013-05-16 10:08:47 -04:00
Scott González
d500e945a4
Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
2013-05-16 08:34:04 -04:00
Scott González
0da5f9946d
Revert "Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues."
...
This reverts commit 1d3b8ff78e
.
2013-05-16 08:32:58 -04:00
Scott González
1d3b8ff78e
Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
2013-05-16 06:26:03 -04:00
Toshi MARUYAMA
ce73a2688d
Datepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: Incorrect settings for Lithuanian locale.
2013-05-10 10:37:05 -04:00
Scott González
9db5e164bd
Remove environment-specific files from .gitignore.
2013-05-09 12:11:21 -04:00
Scott González
ce8f4da4e7
Autocomplete: Remove handling for NUMPAD_ENTER.
2013-05-06 15:04:14 -04:00
Scott González
ddf03b39f3
Updated AUTHORS.txt.
2013-05-02 09:36:17 -04:00
Scott González
274ed73cd7
Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes.
2013-05-02 09:13:19 -04:00
Scott González
562f884722
Release: Ability to provide a different repo for testing.
2013-04-30 16:56:24 -04:00
Kris Borchers
a74b69e7c2
Progressbar: Add new download dialog demo
2013-04-30 10:08:56 -05:00
Scott González
7af03b73ea
Autocomplete tests: Cleanup.
2013-04-30 10:27:22 -04:00
Scott González
72f82df577
Whitespace.
2013-04-30 10:23:29 -04:00
Rafael Xavier de Souza
2daf09d671
Build: Fix effect demo url (typo)
2013-04-29 19:29:51 -03:00
Jörn Zaefferer
5c0a6aaeb7
Build: Fix version in package.json, oversight when branching 1-10-stable
2013-04-26 18:10:47 +02:00
Jörn Zaefferer
45f85cce56
Build: Change the homepage and demo URLs to the main effects page. Fixes #9247 - Build: Incorrect links in effect manifests
2013-04-26 18:09:00 +02:00
Jason Moon
f5f0879153
Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
2013-04-25 13:17:21 -04:00
Scott González
cc378433ab
Position demo: Fixed usage of center positioning.
2013-04-25 12:58:53 -04:00
Scott González
947d738c0b
Autocomplete: Refactored _response() so that requestIndex is defined closer to where it's used.
2013-04-25 10:59:35 -04:00
TJ VanToll
64a39d9b0d
Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus
2013-04-22 23:41:47 -04:00
Scott González
fadf2b312a
All: Remove inline JSHint settings.
2013-04-22 12:35:21 -04:00
Scott González
7033544cdd
Sortable: Don't create functions inside loops.
2013-04-22 12:33:35 -04:00
Mike Sherov
71a332e8b8
Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur
2013-04-14 18:47:29 -04:00
Mike Sherov
b75e4f7d27
Datepicker Tests: fix failing oldIE tests by creating new inputs to focus when necessary for focus tests.
2013-04-14 17:07:24 -04:00
Mike Sherov
7c939aadf8
Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test cases for old Opera and old Safari.
2013-04-14 12:58:42 -04:00
Mike Sherov
d345a0d7db
Draggable: allow draggable to defer destroying itself upon DOM removal until after stop is fired. Fixes #6889 - Draggable: Cursor doesn't revert to pre-dragging state after revert action when original element is removed.
2013-04-12 14:45:48 -04:00
Scott González
dd58f9832b
Grunt: Allow tabs tests to run in PhantomJS.
2013-04-12 09:05:48 -04:00
Scott González
445ffd0acc
Autocomplete demo: Use custom namespace for combobox.
2013-04-11 20:54:49 -04:00
Mike Sherov
530d1b7c8c
Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in all browsers without having to rely on timeouts.
2013-04-11 20:48:05 -04:00
Scott González
0d0b05ec7c
Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
2013-04-11 14:03:51 -04:00
TJ VanToll
2de31fdbf4
Button: On form reset only call refresh on current button widgets. Fixed #9213 : Button: timeout in formResetHandler causing refresh to be called on non-widgets
2013-04-09 22:45:46 -04:00
Scott González
5b9e6a44d8
Tests: Renamed TestSwarm jobs.
2013-04-09 14:22:37 -04:00
Scott González
cdff8de18f
Upgrade grunt-contrib-jshint to 0.4.1.
2013-04-08 15:02:54 -04:00
Scott González
8f9310609a
Updated .jshintrc settings.
2013-04-08 15:02:12 -04:00
Scott González
d7ea0e5e51
Draggable tests: Wrap IIFE in parens.
2013-04-08 14:45:09 -04:00
Scott González
b8efbd6c07
Build: Change single quotes to double quotes.
2013-04-08 14:44:24 -04:00
Mike Sherov
ab84e037ed
Datepicker Tests: use simulated events for focus and blur.
2013-04-07 15:15:04 -04:00
Mike Sherov
2f7a4c669d
Datepicker Tests: fix IE7 test failures by ensuring the datepicker is hidden before showing it.
2013-04-07 14:40:26 -04:00
Mike Sherov
1c1b64fcf0
Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur and by correctly not double focusing a programmatically focused date picker.
...
A partial fix was implemented to resolve #6694 , and this commit completes the fix so we can programmatically focus a date picker without focus being fired twice.
2013-04-07 14:16:31 -04:00
Mike Sherov
58d9130ba3
Draggable Tests: style guide conformance for TestHelpers
2013-04-07 12:31:21 -04:00
Mike Sherov
d4d9e14161
Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 tests by accounting for a bug in $.contains on disconnected Elements.
2013-04-07 12:17:19 -04:00
Mike Sherov
3c1a3ca252
Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests by accounting for a bug in $.contains on disconnected Elements.
2013-04-07 12:10:59 -04:00
Mike Sherov
6a3bf605ba
Draggable Tests: fix copypasta'd assertion messages.
2013-04-06 22:59:56 -04:00
Scott González
16deadfb90
Mailmap: Change Corey Frang's email address.
2013-04-05 16:41:07 -04:00
Scott González
e11cfce801
Datepicker: Remove unused _getBorders() method.
2013-04-03 16:19:39 -04:00
Scott González
cb42ba6fd6
Datepicker: Remove unnecessary global variable now that we don't use inline event handlers anymore.
2013-04-03 16:12:50 -04:00
Scott González
504b100a1a
Datepicker: Fixed date format for Serbian locales. Fixes #7347 - Datepicker: Wrong date format for Serbian localization.
2013-04-03 16:06:15 -04:00
Mike Sherov
49c7b7200e
Draggable: Don't cache parent offset if the parent position is fixed. Fixes #5009 - Draggable: scroll not working with parent's position fixed
2013-04-03 12:26:39 -04:00
Mike Sherov
a88d645140
Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #6258 - Draggable: not following mouse when scrolled and using overflow-y: scroll.
2013-04-02 19:51:36 -04:00
Scott González
09b3533910
Sortable: Copy the cell structure when sorting a table row. Fixes #9185 - Sortable: Placeholder breaks table-layout: fixed.
2013-04-02 10:42:21 -04:00