basti
ea38e15e20
build: removes disturbing error outputs on which call
...
By calling `which node nodejs` which reports an error even if there's an existing nodejs installation in $PATH.
It silently ignores that non existing issue now.
Before: http://imagebin.org/181889
After: http://imagebin.org/181890
2011-11-01 11:53:06 +01:00
Scott González
e31adf039b
Tests (Simulate): Added focus and blur support.
2011-10-31 17:28:00 -04:00
Scott González
79105eeb56
Tests (Simulate): Whitespace cleanup.
2011-10-31 15:06:05 -04:00
Scott González
dcac8c1f29
Tests: Added ability to run tests against minified files via ?min=1
2011-10-28 15:58:33 -04:00
Scott González
94b852f115
Merge pull request #505 from midlis/globaljsfix
...
Demos: replace global.js with globalize.js.
2011-10-25 16:34:42 -07:00
midlis
3b4e73e5f9
Demos: replace global.js with globalize.js.
2011-10-25 23:47:32 +01:00
ddstreet
e3156ea286
Effects Core: Do not overwrite css or class changes that aren't animated during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost
2011-10-25 17:40:37 -05:00
Scott González
4cc61b459d
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.
2011-10-25 17:19:26 -04:00
Scott González
6625060d83
Widget: Use parentWindow if defaultView doesn't exist.
...
Thanks ronchalant
2011-10-21 09:26:07 -04:00
Scott González
a0856efef3
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
2011-10-20 16:57:47 -04:00
Scott González
c145f1698a
Button: Create text span in correct document.
2011-10-20 13:28:31 -04:00
Corey Frang
2f89f35643
Widget: Refactoring setOptions loop to remove unnesecary closure / that reference
2011-10-19 12:54:08 -05:00
kborchers
1d69181746
Menu: Added the new trigger option to the defaults unit test
2011-10-19 10:18:33 -05:00
kborchers
164ebf8202
Popup: Remove any references to "that" and use _delay instead of setTimeout.
2011-10-19 10:13:05 -05:00
Jörn Zaefferer
68fe23d335
Merge branch 'master' of github.com:jquery/jquery-ui
2011-10-19 12:40:07 +02:00
Hans Hillen
3c258bfa3c
Rewrite popup/menu interaction to make popup managed by menu (adds trigger option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
2011-10-19 12:05:37 +02:00
kborchers
ab3e1c5a44
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
2011-10-18 21:11:03 -05:00
Corey Frang
bd71f24f5d
Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes per build, and actually produces slightly smaller files
2011-10-18 12:09:38 -05:00
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
Corey Frang
d871fe46aa
Build: For some reason, using parallel for gzip is causing some truncation issues
2011-10-17 17:04:23 -05:00
Corey Frang
f6c12849f1
Build: Fixing the sizer script to handle this many files
2011-10-17 15:32:01 -05:00
Corey Frang
d2764d88ca
Build: whitespace
...
(cherry picked from commit 6cd672b660
)
2011-10-17 14:58:54 -05:00
Corey Frang
264139b225
Build: ant size
will now give you a report detailing differences in size since the last time you ran the report
2011-10-17 14:37:36 -05:00
Scott González
bdd602e21b
Spinner: Re-enable autocomplete if the page is unloaded so the browser will remember the current value when navigating through history.
2011-10-17 10:12:35 -04:00
Scott González
81b2ef4a60
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.
2011-10-17 09:25:36 -04:00
Scott González
63374dcb52
Autocomplete: Avoid handling keypress when keydown modified the search term. Fixes #7799 - Autocomplete regression - Cannot type '&' in IE and Chrome.
2011-10-17 08:11:23 -04:00
Corey Frang
d4d8d74b10
Scale: We can't detect this reliably currently, so assume all elements are positioned with left and top
2011-10-14 10:24:01 -05:00
Florian Gutmann
42d33f2f86
Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - Small memory leak in ui dialog.
2011-10-14 11:18:48 -04:00
Scott González
26bcf972e6
Spinner: Fixed mousewheel stop timer.
2011-10-13 16:47:01 -04:00
Scott González
4694f85d4c
Spinner: Adjust height check for IE 6 rendering.
2011-10-13 16:39:14 -04:00
Scott González
ae96ef7754
Merge pull request #497 from dmethvin/fix-7788-ui-autocomplete
...
Autocomplete tests: Fix #7788 , incorrect selector in autoFocus test.
2011-10-13 10:23:58 -07:00
Dave Methvin
9b3ada43d3
Autocomplete tests: Fix #7788 , incorrect selector in autoFocus test.
...
jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here.
2011-10-13 13:18:30 -04:00
kborchers
9a274c0675
Menu: Check if menu is scrolling to prevent inadvertent mouseover events from being fired on scroll
2011-10-12 16:13:34 -05:00
Scott González
75415b35ea
Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires.
2011-10-12 16:25:59 -04:00
Scott González
84e99650bf
Autocomplete: Added missing semicolon.
2011-10-12 13:58:02 -04:00
Scott González
d8b0ce8db2
Autocomplete: Use strict equality check.
2011-10-12 13:53:50 -04:00
Scott González
ea19645c20
Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur should not change the value of the input.
2011-10-12 13:38:38 -04:00
Scott González
56bcf885c6
Tooltip tests: Adjust test to deal with blurring being async in IE.
2011-10-12 10:26:51 -04:00
kborchers
f24ab94f86
Popup: Removed the focusout and focusin handlers which are nolonger necessary. Also updated the tooltip style demo to have a little more interactive content.
2011-10-11 00:06:09 -05:00
Scott González
fa26847f91
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs resolving immediately in IE.
2011-10-10 15:34:47 -04:00
Scott González
8961508128
Spinner: Simulate keyup at the end of incremental tests to stop the repeat timer.
2011-10-10 14:01:12 -04:00
Scott González
647bab506e
Tooltip demo: Use position option in tracking demo.
2011-10-08 07:36:48 -04:00
kborchers
bbcbd6899a
Popup: Added tooltip style demo and link to demos index
2011-10-06 22:58:19 -05:00
Marian Rudzynski
8d09f750a4
Menubar: moved mouseleave _bind call into existing _bind block, added the mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all
2011-10-01 10:56:49 -04:00
Scott González
5dcaacca1a
Merge pull request #484 from david/master
...
Fix for autocomplete on contenteditable divs.
2011-10-01 04:36:46 -07:00
David Leal
663719863f
Autocomplete: Fix stray reference to element.val().
2011-10-01 12:06:40 +01:00
Scott González
1e395ecf08
Accordion: Fixed nested accordions.
2011-09-30 17:06:22 -04:00
Corey Frang
e8ba367a58
Effects: fixing an animateClass issue when the class was empty
2011-09-29 20:45:23 -04:00
Corey Frang
dda67fc171
Effect core: Making animate class cross-frame safe, style guidence
2011-09-29 18:55:58 -04:00
kborchers
ac8a19b62d
Menubar: Fixed an issue with autoExpand binding that caused the menu to close on fast mouseenter by changing to _bind on the parent menubar item
2011-09-29 14:23:26 -05:00