Commit Graph

6528 Commits

Author SHA1 Message Date
Scott González
8dfc67d468 Build: Update authors list 2015-02-11 07:45:11 -05:00
Marcus Warren
fa460f36dc Sortable: Add support for iframes
Fixes #9604
Closes gh-1443
(cherry picked from commit 17c7f698a2)
2015-02-09 12:06:37 -05:00
Mike Sherov
0a0db09378 Resizable: correct width when grid approaches zero
Fixes #10590
(cherry picked from commit 9493839f23)
2015-02-09 12:06:02 -05:00
Mike Sherov
105f4a5cb0 Resizable: Whitespace Cleanup
(cherry picked from commit 337e4110b0)
2015-02-09 12:05:56 -05:00
Luke Page
da67914465 Docs: Clarify PHP Usage
Clarify that PHP is not required for testing, add a link to the
CONTRIBUTING page and tidy up.

Closes gh-1418
(cherry picked from commit 8cc636dd44)
2015-02-09 12:00:49 -05:00
Jyoti Deka
dfa3a9f8c9 Slider: Fix max calculation, when step is float
Fixes #10721
Closes gh-1398
(cherry picked from commit ae1d6d5f90)
2015-02-09 11:59:38 -05:00
Jörn Zaefferer
fcb26aaded Tests: Fix jQuery version references to match files in external/
(cherry picked from commit a3b43eeb58)
2015-02-09 11:59:15 -05:00
Jörn Zaefferer
66b31b3e62 Tests: Fix jquery reference in unit index file
(cherry picked from commit d3bb0f7bdb)
2015-02-09 11:59:11 -05:00
Luke Page
76ebe0882b DatePicker: increase date range so that tests still pass through 2015
(cherry picked from commit 0566e99457)
2015-02-09 11:58:47 -05:00
Luke Page
ad121b28cd DatePicker: Fix tests to have unique names
(cherry picked from commit c21700742b)
2015-02-09 11:58:40 -05:00
Adam Foster
7ff9b28de3 Resizable: Match on exact node name
Fixes #10748
Closes gh-1417
(cherry picked from commit faefab842b)
2015-02-09 11:58:13 -05:00
Adam Foster
f1345e3900 Core: Match on exact node name for :focusable and :tabbable
Fixes #10747
Ref gh-1417
(cherry picked from commit c66842b45e)
2015-02-09 11:58:03 -05:00
Thomas Meyer
9db405798d Position: Add unit tests for bug 8710
Ref #8710
Closes gh-1071
(cherry picked from commit 4de983c6d5)
2015-02-09 11:57:15 -05:00
Thomas Meyer
276cd5cd8c Position: Restore old flip collision handling
This reverts commit 7f808b2047.

Fixes #8710
Ref gh-1071
(cherry picked from commit ebaaca7206)
2015-02-09 11:56:59 -05:00
Scott González
dc2b17d62f Accordion: Set aria-expanded when collapsing
Fixes #10703
Closes gh-1413
(cherry picked from commit ab798cb464)
2015-02-09 11:56:15 -05:00
Anne-Gaelle Colom
727a9151d2 Build: Remove dates from copyright notice
Closes gh-1403
(cherry picked from commit c89cb74893)
2015-02-09 11:54:31 -05:00
Giovanni Giacobbi
69bd7a7a75 Widget: Improve readability in $.widget.bridge()
Closes gh-1409
(cherry picked from commit 713688dccd)
2015-02-09 11:51:52 -05:00
Anne-Gaelle Colom
311696715e Easing: Fixed small typo in easing demo
(cherry picked from commit fe75984e53)
2015-02-09 11:51:10 -05:00
Scott González
28ab47ca6c Widget: Fix typos
Closes gh-1386
(cherry picked from commit 347b2a5ecd)
2015-02-09 11:50:48 -05:00
Scott González
9dd1e733f3 Tabs: Suppress automatic activation when navigating with COMMAND
Fixes #9621
Closes gh-1383
(cherry picked from commit 6a242ab4eb)
2015-02-09 11:50:05 -05:00
Scott González
dc2c948dd6 Selectmenu: Properly parse value from options
Fixes #10684
(cherry picked from commit 809cc0f8d0)

Conflicts:

	ui/selectmenu.js
2015-02-09 11:45:11 -05:00
TJ VanToll
468645874e Tests: Adding missing dependency
(cherry picked from commit ae577ae108)
2015-02-05 09:03:24 -05:00
Mohammed Alshehri
9afe0f7b8a Datepicker: Fixed month names and firstDay value in Arabic locale
Fixes #10035
Closes gh-1246
(cherry picked from commit 06231cf762)
2015-02-05 09:01:04 -05:00
Scott González
c3dcf4eacc Selectmenu: Remove broken tabindex code
(cherry picked from commit 1fb08790a6)
2015-02-05 09:00:46 -05:00
Scott González
7b4d70635c Dialog: Remove leftover backcompat flag in tests
(cherry picked from commit b2a477f1bf)
2015-02-05 08:57:29 -05:00
Bruno Pérel
152c2d1b35 Demos: Remove duplicate CSS properties
Closes gh-1363
(cherry picked from commit 14c4eae324)
2015-02-05 08:56:36 -05:00
Bruno Pérel
c303f7e073 Autocomplete: Remove duplicate array key in demo
Ref gh-1363
(cherry picked from commit 0fccf94113)
2015-02-05 08:56:12 -05:00
Chen Eshchar
47ceff8dbd DatePicker: datepicker_instActive released on instance destroy
Fixes #10668
Closes gh-1362
(cherry picked from commit e5e3ca4240)
2015-02-05 08:54:39 -05:00
Scott González
27a88c8094 Build: Update links to AUTHORS.txt and LICENSE.txt in package.json 2014-11-03 17:59:56 -05:00
Scott González
0231e5862b Build: Updating the master version to 1.11.3-pre. 2014-10-16 08:44:07 -04:00
Scott González
d4a437e4b0 Selectmenu: Preserve text selection and button focus on click
Fixes #10639
Closes gh-1358
2014-10-16 08:13:53 -04:00
Scott González
73cdc09e9a Build: Update authors list 2014-10-14 15:56:41 -04:00
Scott González
8825d93dc8 Tooltip: Properly track hiding and closing for delegated tooltips
Fixes #10602
Closes gh-1353
2014-10-09 10:40:58 -04:00
Jyoti Deka
6833a31697 Slider: Don't allow a slider's value to exceed its max
Fixes #9376
Closes gh-1016
2014-10-08 09:04:41 -04:00
Scott González
d85016abf0 Datepicker: Fix test for French locale
Ref #10651
2014-10-07 11:21:04 -04:00
Scott González
02c37d3aef Datepicker: Fix French locale
Thanks Jérémy M

Fixes #10651
Closes gh-1357
2014-10-07 10:53:49 -04:00
Trisha Crowley
c48b18b388 Menu: Typeahead now accounts for leading whitespace
Fixes #10649
Closes gh-1356
2014-10-07 07:45:01 -04:00
TJ VanToll
29c72fc256 Menu: Remove a redundant check
Closes gh-1355
2014-10-03 10:03:12 -04:00
TJ VanToll
6b6b49f678 Menu: Maintain focus on already selected item during typeahead
Fixes #10644
Closes gh-1354
2014-10-03 09:30:49 -04:00
Simen Bekkhus
e3e5a9ffa6 Menu: Filter out non-items when typing
Fixes #10571
Closes gh-1329
2014-09-29 14:36:46 -04:00
Scott González
b20387ab36 Datepicker: Fix currentText in Greek locale
Thanks Nikos Kalogridis

Fixes #10620
Closes gh-1349
2014-09-22 09:44:03 -04:00
TJ VanToll
1c08e882ab Menu: Adding a demo showing how to create category headers
Closes gh-1347
2014-09-19 15:16:38 -04:00
Mike Sherov
da02b2ea4c Effects Demos: Fix typeErrors on puff and size demos 2014-09-10 09:49:20 -05:00
Mike Sherov
d8a79a5e0e Effects tests: Add clip visual test
Closes gh-1338
2014-09-03 14:46:52 -04:00
Richard Gibson
96fa593047 CONTRIBUTING: Close parenthesis
Closes gh-1337
2014-09-03 14:34:25 -04:00
Scott González
be3b2b2d8b Tests: Cleanup 2014-09-03 08:37:51 -04:00
Mike Sherov
7f82fffbe9 Effects Tests: Add shake visual test
Closes gh-1328
2014-09-02 19:24:48 -04:00
Mike Sherov
6c4367b45e Effects Tests: Fix and format scale visual test 2014-09-02 19:24:18 -04:00
Alexander Schmitz
304c00d0e8 Widget: modify this.window test to support IE8 window equality quirk
Comparing this.window with strict equality fails in IE8
2014-08-27 19:33:38 -04:00
Scott González
392d402d6f Tabs: Fix description in ajax demo
Closes jquery/jqueryui.com#90
2014-08-27 14:09:04 -04:00