Commit Graph

4429 Commits

Author SHA1 Message Date
Scott González
55e13692ee Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating semicolon. 2012-04-18 16:41:53 -04:00
Scott González
84ac716fbf Build: Removed ant build. 2012-04-18 16:31:30 -04:00
Scott González
7475763474 Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @VERSION replacement incomplete. 2012-04-18 16:17:21 -04:00
kborchers
d5cde2043b Menu: Update divider width 2012-04-17 21:41:30 -05:00
kborchers
fac809f9e5 Menu: Fixed typo in comment 2012-04-16 07:05:02 -05:00
kborchers
9a6392033a Menu: Add aria-disabled attribute to disabled items, namespace and cleanup the currentEventTarget click event 2012-04-16 07:02:38 -05:00
Scott González
6da7278e87 Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element. 2012-04-15 14:27:15 -04:00
kborchers
e2a6cdd525 Menu: Check that the event object is defined before checking type 2012-04-14 16:00:19 -04:00
kborchers
26d6952bd2 Menu: Remove most event.stopImmediatePropagation() to allow proper event bubbling 2012-04-14 15:34:00 -04:00
Rick Waldron waldron.rick@gmail.com
d22edc8d05 Remove compare_size; defer to plugin.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-04-12 13:32:11 -04:00
Scott González
92c74818ff Menu: Cleanup. 2012-04-10 08:39:18 -04:00
Scott González
218bd47ecd Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0). 2012-04-07 20:37:12 -04:00
kborchers
9e9baad46f Merge branch 'menuDividers' into master 2012-04-07 17:43:23 -05:00
kborchers
44ef35eb6f Menu: Add dividers using empty list items 2012-04-07 15:38:27 -05:00
Scott González
c0f5db5394 Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Tabs: Don't forcefully remove filter attribute. 2012-04-06 09:03:04 -04:00
kborchers
cd90e57f22 Merge branch 'positionWithin' 2012-04-04 22:12:11 -05:00
Jörn Zaefferer
343375b623 Build: Get grunt default task to pass. Fix lint errors inside grunt.js file itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css 2012-04-04 11:14:03 +02:00
Jörn Zaefferer
79f1eea6dc Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix lint in those remaining 2012-04-04 11:02:08 +02:00
kborchers
e7701e2efa Position: Fixed issue with offsets using the within option which caused flips to not happen when the containing element had been scrolled. 2012-04-03 21:08:34 -05:00
Scott González
a505192420 Tabs: Coding standards. 2012-04-03 19:59:08 -04:00
Scott González
96f9c84b7b Autocomplete: Move race condition logic from ajax requests to general response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. 2012-04-03 16:47:14 -04:00
Scott González
4ade13450e Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker is stuck open if label is clicked from open state. 2012-04-03 15:36:33 -04:00
Scott González
e0616aaf74 Autocomplete: Add header protection which was accidentally removed. 2012-04-03 07:15:09 -04:00
Jörn Zaefferer
037db084f2 Position: Extend main visual test page with simple 'arrow' callouts, as a starting pointing for a better collision notification API 2012-04-03 10:49:34 +02:00
Jörn Zaefferer
b2f8814d0a Tooltip: Remove old callout test page. Completely broken at this point, not worth fixing 2012-04-03 10:35:42 +02:00
Scott González
0624c74929 Effects core: Properly handle defaults for effects that are called with a single hash. 2012-04-02 22:35:42 -04:00
Scott González
ea4345db06 Grunt: Removed newcap option from jshint task. 2012-04-02 22:20:18 -04:00
Scott González
639afa5954 Lint fixes. 2012-04-02 19:12:21 -04:00
Scott González
3e6877a892 Grunt: Fixed jshint options. 2012-04-02 19:12:10 -04:00
Scott González
ccbfd45924 A few lint fixes. 2012-04-02 15:55:50 -04:00
Scott González
3876c874e3 Grunt: Whitelist js and css files for @version replacement instead of blacklisting png. 2012-04-02 13:15:54 -04:00
Scott González
585ef702ef Grunt: Copy jquery from root regardless of version; fix include list for minified CSS files. 2012-04-02 11:12:49 -04:00
Jörn Zaefferer
83756a1d87 Build/grunt: Strip existing (protected) headers from to-be-minified CSS files 2012-04-02 16:05:59 +02:00
Jörn Zaefferer
8769798cb3 Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now 2012-04-02 15:59:32 +02:00
Jörn Zaefferer
b3374b9063 Build/grunt: grunt.file.copy now expects options as third argument. Fixes the version replacing 2012-04-02 15:49:34 +02:00
Jo Liss
37dcc3e21d Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
2012-04-02 15:21:06 +02:00
Jörn Zaefferer
1f0e0b2bb1 Merge branch 'master' into grunt 2012-04-02 15:20:37 +02:00
Simon
48e5c853f9 Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header. 2012-04-02 08:47:29 -04:00
Scott González
ff72467038 Grunt: Move common modules to top, along with lists of files. 2012-03-30 13:32:23 -04:00
Scott González
45a5a24dfe Tooltip: Store the title in ui-tooltip-title data only if the element has a title. 2012-03-30 09:06:06 -04:00
Scott González
56de22eead Tooltip: Avoid infinite recursion when disabling a tooltip on close. 2012-03-29 18:36:38 -04:00
Jörn Zaefferer
748702c29a Build/grunt: Add download_docs task for 1.8 2012-03-29 16:29:27 +02:00
Amir E. Aharoni
a51451dc1b Datepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization. 2012-03-29 09:51:43 -04:00
Jörn Zaefferer
3e7504156a Build/grunt: Use grunt.loadNpmTasks, now that its actually working 2012-03-29 12:48:21 +02:00
Jörn Zaefferer
08aaa225ce Build/grunt: Accept more grunt-css versions 2012-03-28 19:58:11 +02:00
Jörn Zaefferer
6813543129 Bump version 2012-03-28 18:50:57 +02:00
Jörn Zaefferer
a1f88869ab Tagging 1.9m7 2012-03-28 18:50:22 +02:00
Jörn Zaefferer
cd020af627 Build/grunt: Extract css related tasks, use grunt-css instead 2012-03-28 11:45:27 +02:00
Scott González
4a6692a57a Accordion: Added animation tests. 2012-03-27 18:05:51 -04:00
Scott González
6634e40053 Accordion: Fixed post-init changes to event option and added tests for keyboard support. 2012-03-27 16:49:05 -04:00