Commit Graph

5004 Commits

Author SHA1 Message Date
Scott González
2ed34e4f1f Menu: Cleanup from 019dcc26e3. 2012-07-10 08:36:39 -04:00
kborchers
db3fabedb4 Menu: Expose the submenu indicator icon as an icon option 2012-07-10 00:14:54 -05:00
kborchers
1a22a675d8 Menu: Remove unnecessary returns from expand and collapse 2012-07-10 00:14:54 -05:00
kborchers
22d078aac6 Menu: Move regular expression creation outside of the loops 2012-07-10 00:14:54 -05:00
kborchers
019dcc26e3 Menu: Remove incorrect scroll check behavior from focus event handler 2012-07-10 00:14:53 -05:00
Scott González
a79d09a905 Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lowercase pseudo selectors. 2012-07-09 16:02:43 -04:00
Scott González
0fc3afb2a1 Tests: Add jQuery 1.6.2 to testswarm-multi-jquery grunt task. 2012-07-09 12:57:28 -04:00
Scott González
1991a9073d Menu: Remove extraneous spaces from selector. 2012-07-09 12:57:01 -04:00
Scott González
5085981241 Effects: Update jQuery Color. 2012-07-09 11:46:37 -04:00
Scott González
83ec5e2077 Let's not pretend that manifest names are configurable... 2012-07-09 10:19:17 -04:00
Timmy Willison
2d643032c5 Core: Adjust data pseudo creation to use new Sizzle pseudo creation for pseudos with arguments. 2012-07-07 14:28:52 -04:00
Scott González
10984c012f Accidentally removed licenses. 2012-07-06 12:47:44 -04:00
Scott González
d369417f7e Minor manifest updates. 2012-07-06 12:39:17 -04:00
Lee Rowlands
5a952856a0 Dialog: Prevent tabbing out of modal dialog. Partial fix for #7862 - Dialog: modal accessibility. 2012-07-05 21:23:39 -04:00
Scott González
a6e6a0504f Tabs tests: Added tests for show and hide options. 2012-07-05 21:07:49 -04:00
Scott González
c6567ba880 Tabs tests: Add tests for accessibility of ajax tabs. 2012-07-05 20:49:00 -04:00
Scott González
7f859e4c73 Initial implementation for generating manifest files. 2012-07-05 20:11:52 -04:00
Scott González
ab260f7062 Update AUTHORS.txt. 2012-07-05 16:16:49 -04:00
Scott González
c2a488903f Allow newer 0.3.x releases of grunt. 2012-07-05 14:34:56 -04:00
Scott González
7716c3d461 Grunt: Use grunt-git-authors plugin to generate authors list. 2012-07-05 14:34:15 -04:00
Scott González
be58dcf708 Menu: Added missing position dependency to header comment. 2012-07-05 14:17:56 -04:00
Scott González
d46c27ab57 Update AUTHORS.txt. 2012-07-05 10:14:52 -04:00
Scott González
02676a8810 Update package.json to contain more information. 2012-07-05 09:20:42 -04:00
Scott González
a4534bb993 Update copyright to jQuery Foundation. 2012-07-04 09:08:08 -04:00
Scott González
c942575ed7 Setting version back to 1.9.0pre. 2012-06-28 06:19:56 -07:00
Scott González
6d22ee597b Tagging version 1.9.0-beta.1. 2012-06-28 06:18:52 -07:00
Scott González
730446edca Effects: Update jquery-color. 2012-06-28 05:45:25 -07:00
Scott González
7ce30694fd Updated AUTHORS.txt. 2012-06-28 05:41:39 -07:00
Scott González
25d5aa1fa1 Menu tests: Split out markup structure and accessibility assertions. 2012-06-28 05:38:08 -07:00
Scott González
5ae668fdb6 Tests: Enable QUnit.config.requireExpects. 2012-06-27 11:32:48 -04:00
Scott González
9b6c1c5cdb Menu tests: Cleanup. 2012-06-27 09:49:56 -04:00
Scott González
90050c7cee Datepicker: Remove styles specifically for IE5. 2012-06-27 08:49:27 -04:00
Scott González
722f488e46 jshint: Add boss: true to suppot jquery-color. 2012-06-25 20:28:19 -04:00
Scott González
13d560b8f0 Upgrade to jquery-color 2.0pre. Fixes #6910 - Trying to animate the background color of a document fragment can easily fail. Fixes #5215 - Effects color: Add support for rgba animations. Fixes #4372 - Animate backgroundColor to 'transparent'. Fixes #5393 - getColor reports inaccurate color for transparent elements in Webkit. Fixes #3806 - Feature request: expose getRGB and getColor. 2012-06-25 19:25:27 -04:00
Scott González
abbf6a79a9 Tests: Update support comments. 2012-06-25 14:51:51 -04:00
Scott González
0e550f16bb Core tests: Updated support comments. 2012-06-25 14:46:45 -04:00
Scott González
f612a41b18 Effects tests: Convert step callback to a no-op after first call in animateClass test. 2012-06-25 13:05:01 -04:00
Scott González
ab39099f66 Autocomplete: More verbose checking for multi-line to work around IE treating inputs as contentEditable. 2012-06-25 11:59:35 -04:00
Scott González
405cbefe5c Autocomplete: Check for contenteditable via isContentEditable property rather than [contenteditable] selector. Properly accounts for properties vs. attributes and 'inherit'. 2012-06-25 11:41:24 -04:00
Mike Hollis
535ef2a01c Button: Trim button text before setting as title attribute. 2012-06-25 09:52:42 -04:00
Jörn Zaefferer
0fcf37fba6 Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined attribute is returned as empty string 2012-06-19 17:12:38 +02:00
Jörn Zaefferer
8f6c656c28 Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is returned as empty string 2012-06-19 17:08:38 +02:00
Steven Roussey
392423ca51 jQuery may be redefined or not exist do to noConflict, so using the global is bad, instead use the scoping function's $ 2012-06-18 15:09:28 -07:00
Scott González
156f07b48a Menu tests: Saner output for log helper. 2012-06-18 13:38:16 -04:00
Scott González
f92f8bb56b Menu tests: Cleanup. 2012-06-18 13:26:46 -04:00
Scott González
35f7a67c09 Menu demos: Cleanup. 2012-06-18 12:43:55 -04:00
Scott González
378dacfda1 Menu: Cleanup. 2012-06-18 12:33:52 -04:00
Jörn Zaefferer
4f3c1e9796 Revert "Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean task"
This reverts commit 38aac3770c.

As long as grunt-contrib has a coffeescript dependency, we won't use it.
2012-06-16 14:39:46 +02:00
Scott González
7c74af7b22 Button tests: Use domEqual() to test destroy(). 2012-06-16 08:24:29 -04:00
Scott González
67540fd539 Effects tests: Don't use internal jQuery properties to detect support for fixed positioning. 2012-06-16 08:19:41 -04:00