aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #505 from midlis/globaljsfixScott González2011-10-251-2/+2
|\ | | | | Demos: replace global.js with globalize.js.
| * Demos: replace global.js with globalize.js.midlis2011-10-251-2/+2
| |
* | Effects Core: Do not overwrite css or class changes that aren't animated ↵ddstreet2011-10-253-75/+103
|/ | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost
* Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ↵Scott González2011-10-251-1/+3
| | | | Fixes #7513 - Autocomplete: long text wraps in Firefox.
* Widget: Use parentWindow if defaultView doesn't exist.Scott González2011-10-211-1/+1
| | | | Thanks ronchalant
* Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵Scott González2011-10-208-19/+19
| | | | document and window properties.
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
|
* Widget: Refactoring setOptions loop to remove unnesecary closure / that ↵Corey Frang2011-10-191-4/+5
| | | | reference
* Menu: Added the new trigger option to the defaults unit testkborchers2011-10-191-0/+1
|
* Popup: Remove any references to "that" and use _delay instead of setTimeout.kborchers2011-10-191-16/+12
|
* Merge branch 'master' of github.com:jquery/jquery-uiJörn Zaefferer2011-10-191-1/+1
|\
| * Menu: Update visual test to remove bottom scroll bar in scrolling menus in ↵kborchers2011-10-181-1/+1
| | | | | | | | IE6 and IE7
* | Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵Hans Hillen2011-10-194-59/+157
|/ | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
* Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes ↵Corey Frang2011-10-189-65/+8804
| | | | per build, and actually produces slightly smaller files
* Upgraded jQuery to 1.6.4.Scott González2011-10-18270-430/+18585
|
* Build: For some reason, using parallel for gzip is causing some truncation ↵Corey Frang2011-10-171-11/+9
| | | | issues
* Build: Fixing the sizer script to handle this many filesCorey Frang2011-10-171-9/+11
|
* Build: whitespaceCorey Frang2011-10-171-98/+89
| | | | (cherry picked from commit 6cd672b6608089907445fbd553b9186bf42b4694)
* Build: `ant size` will now give you a report detailing differences in size ↵Corey Frang2011-10-173-122/+191
| | | | since the last time you ran the report
* Spinner: Re-enable autocomplete if the page is unloaded so the browser will ↵Scott González2011-10-171-0/+9
| | | | remember the current value when navigating through history.
* Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵Scott González2011-10-171-0/+10
| | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.
* Autocomplete: Avoid handling keypress when keydown modified the search term. ↵Scott González2011-10-171-0/+14
| | | | Fixes #7799 - Autocomplete regression - Cannot type '&' in IE and Chrome.
* Scale: We can't detect this reliably currently, so assume all elements are ↵Corey Frang2011-10-142-18/+5
| | | | positioned with left and top
* Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - ↵Florian Gutmann2011-10-141-6/+5
| | | | Small memory leak in ui dialog.
* Spinner: Fixed mousewheel stop timer.Scott González2011-10-131-1/+1
|
* Spinner: Adjust height check for IE 6 rendering.Scott González2011-10-131-1/+2
|
* Merge pull request #497 from dmethvin/fix-7788-ui-autocompleteScott González2011-10-131-1/+1
|\ | | | | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.
| * Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.Dave Methvin2011-10-131-1/+1
|/ | | | jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here.
* Menu: Check if menu is scrolling to prevent inadvertent mouseover events ↵kborchers2011-10-121-4/+12
| | | | from being fired on scroll
* Autocomplete: Don't react to the escape key if the menu isn't open. Fixes ↵Scott González2011-10-121-2/+4
| | | | #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires.
* Autocomplete: Added missing semicolon.Scott González2011-10-121-1/+1
|
* Autocomplete: Use strict equality check.Scott González2011-10-121-1/+1
|
* Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur ↵Scott González2011-10-121-8/+0
| | | | should not change the value of the input.
* Tooltip tests: Adjust test to deal with blurring being async in IE.Scott González2011-10-121-1/+3
|
* Popup: Removed the focusout and focusin handlers which are nolonger ↵kborchers2011-10-112-23/+5
| | | | necessary. Also updated the tooltip style demo to have a little more interactive content.
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵Scott González2011-10-102-12/+21
| | | | cached XHRs resolving immediately in IE.
* Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵Scott González2011-10-101-0/+3
| | | | timer.
* Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
|
* Popup: Added tooltip style demo and link to demos indexkborchers2011-10-062-0/+67
|
* Menubar: moved mouseleave _bind call into existing _bind block, added the ↵Marian Rudzynski2011-10-011-11/+12
| | | | mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all
* Merge pull request #484 from david/masterScott González2011-10-011-1/+1
|\ | | | | Fix for autocomplete on contenteditable divs.
| * Autocomplete: Fix stray reference to element.val().David Leal2011-10-011-1/+1
|/
* Accordion: Fixed nested accordions.Scott González2011-09-301-5/+5
|
* Effects: fixing an animateClass issue when the class was emptyCorey Frang2011-09-291-1/+1
|
* Effect core: Making animate class cross-frame safe, style guidenceCorey Frang2011-09-291-3/+3
|
* Menubar: Fixed an issue with autoExpand binding that caused the menu to ↵kborchers2011-09-291-16/+9
| | | | close on fast mouseenter by changing to _bind on the parent menubar item
* Spinner: Added culture option.Scott González2011-09-284-2/+31
|
* Effects tests: Ignore leading/trailing whitespace when comparing style ↵Scott González2011-09-281-2/+2
| | | | properties.
* Tooltip: Fixed defaults in tests.Scott González2011-09-281-1/+1
|
* Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵Scott González2011-09-271-1/+1
| | | | can flow out of wrapper div.