Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 270 | -430/+18585 |
| | |||||
* | Build: For some reason, using parallel for gzip is causing some truncation ↵ | Corey Frang | 2011-10-17 | 1 | -11/+9 |
| | | | | issues | ||||
* | Build: Fixing the sizer script to handle this many files | Corey Frang | 2011-10-17 | 1 | -9/+11 |
| | |||||
* | Build: whitespace | Corey Frang | 2011-10-17 | 1 | -98/+89 |
| | | | | (cherry picked from commit 6cd672b6608089907445fbd553b9186bf42b4694) | ||||
* | Build: `ant size` will now give you a report detailing differences in size ↵ | Corey Frang | 2011-10-17 | 3 | -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ález | 2011-10-17 | 1 | -0/+9 |
| | | | | remember the current value when navigating through history. | ||||
* | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵ | Scott González | 2011-10-17 | 1 | -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ález | 2011-10-17 | 1 | -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 Frang | 2011-10-14 | 2 | -18/+5 |
| | | | | positioned with left and top | ||||
* | Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - ↵ | Florian Gutmann | 2011-10-14 | 1 | -6/+5 |
| | | | | Small memory leak in ui dialog. | ||||
* | Spinner: Fixed mousewheel stop timer. | Scott González | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Spinner: Adjust height check for IE 6 rendering. | Scott González | 2011-10-13 | 1 | -1/+2 |
| | |||||
* | Merge pull request #497 from dmethvin/fix-7788-ui-autocomplete | Scott González | 2011-10-13 | 1 | -1/+1 |
|\ | | | | | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | ||||
| * | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | Dave Methvin | 2011-10-13 | 1 | -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 ↵ | kborchers | 2011-10-12 | 1 | -4/+12 |
| | | | | from being fired on scroll | ||||
* | Autocomplete: Don't react to the escape key if the menu isn't open. Fixes ↵ | Scott González | 2011-10-12 | 1 | -2/+4 |
| | | | | #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires. | ||||
* | Autocomplete: Added missing semicolon. | Scott González | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Use strict equality check. | Scott González | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur ↵ | Scott González | 2011-10-12 | 1 | -8/+0 |
| | | | | should not change the value of the input. | ||||
* | Tooltip tests: Adjust test to deal with blurring being async in IE. | Scott González | 2011-10-12 | 1 | -1/+3 |
| | |||||
* | Popup: Removed the focusout and focusin handlers which are nolonger ↵ | kborchers | 2011-10-11 | 2 | -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ález | 2011-10-10 | 2 | -12/+21 |
| | | | | cached XHRs resolving immediately in IE. | ||||
* | Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵ | Scott González | 2011-10-10 | 1 | -0/+3 |
| | | | | timer. | ||||
* | Tooltip demo: Use position option in tracking demo. | Scott González | 2011-10-08 | 1 | -6/+8 |
| | |||||
* | Popup: Added tooltip style demo and link to demos index | kborchers | 2011-10-06 | 2 | -0/+67 |
| | |||||
* | Menubar: moved mouseleave _bind call into existing _bind block, added the ↵ | Marian Rudzynski | 2011-10-01 | 1 | -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/master | Scott González | 2011-10-01 | 1 | -1/+1 |
|\ | | | | | Fix for autocomplete on contenteditable divs. | ||||
| * | Autocomplete: Fix stray reference to element.val(). | David Leal | 2011-10-01 | 1 | -1/+1 |
|/ | |||||
* | Accordion: Fixed nested accordions. | Scott González | 2011-09-30 | 1 | -5/+5 |
| | |||||
* | Effects: fixing an animateClass issue when the class was empty | Corey Frang | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Effect core: Making animate class cross-frame safe, style guidence | Corey Frang | 2011-09-29 | 1 | -3/+3 |
| | |||||
* | Menubar: Fixed an issue with autoExpand binding that caused the menu to ↵ | kborchers | 2011-09-29 | 1 | -16/+9 |
| | | | | close on fast mouseenter by changing to _bind on the parent menubar item | ||||
* | Spinner: Added culture option. | Scott González | 2011-09-28 | 4 | -2/+31 |
| | |||||
* | Effects tests: Ignore leading/trailing whitespace when comparing style ↵ | Scott González | 2011-09-28 | 1 | -2/+2 |
| | | | | properties. | ||||
* | Tooltip: Fixed defaults in tests. | Scott González | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵ | Scott González | 2011-09-27 | 1 | -1/+1 |
| | | | | can flow out of wrapper div. | ||||
* | Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵ | Richard D. Worth | 2011-09-27 | 1 | -10/+9 |
| | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended | ||||
* | Autocomplete: Delay option just delays request, doesn't clear existing ↵ | Jörn Zaefferer | 2011-09-24 | 1 | -1/+2 |
| | | | | timeout, therefore not preventing unncessary requests. Calling abort() on existing requests has no effect for JSONP, but even then its unncessary to start a request if the user is still typing. Works fine in 1-8-stable. | ||||
* | Spinner: Fix the IE6-height-fix to not break the spinner when initialized ↵ | Jörn Zaefferer | 2011-09-24 | 1 | -1/+1 |
| | | | | while not visible | ||||
* | Menu: Refactoring the collapseAll to deal with some issues selecting - ↵ | Corey Frang | 2011-09-22 | 3 | -24/+32 |
| | | | | Updating unit tests. Thanks @kborchers | ||||
* | Popup: Make menu dependency actually optional, cleanup demos | Jörn Zaefferer | 2011-09-21 | 3 | -27/+4 |
| | |||||
* | Popup: Use duration:fast for default animations. Also fix two missing ↵ | Jörn Zaefferer | 2011-09-21 | 1 | -5/+11 |
| | | | | semicolons. | ||||
* | Popup: Added show/hide animations and a demo | kborchers | 2011-09-21 | 3 | -8/+112 |
| | |||||
* | Merge remote branch 'kborchers/menu_notJustUL' | Jörn Zaefferer | 2011-09-19 | 6 | -15/+210 |
|\ | |||||
| * | Menu: Add support for structures other than UL/LI plus visual and unit tests | kborchers | 2011-09-14 | 6 | -15/+210 |
| | | |||||
* | | Position: Check to also make sure to only flip if more of the element is ↵ | kborchers | 2011-09-16 | 1 | -2/+2 |
| | | | | | | | | inside "within" | ||||
* | | Position demo: Updated sizes of elements. | Scott González | 2011-09-16 | 1 | -4/+11 |
| | | |||||
* | | Merge remote branch 'kborchers/bug_7686' | Scott González | 2011-09-16 | 1 | -15/+14 |
|\ \ | |||||
| * | | Datepicker: Added additional check to checkExternalClick to work when ↵ | kborchers | 2011-09-12 | 1 | -15/+14 |
| | | | | | | | | | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar | ||||
* | | | Updating the master version to 1.9pre. | Scott González | 2011-09-14 | 1 | -1/+1 |
| | | |