aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵Richard D. Worth2011-09-271-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 Zaefferer2011-09-241-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 Zaefferer2011-09-241-1/+1
| | | | while not visible
* Menu: Refactoring the collapseAll to deal with some issues selecting - ↵Corey Frang2011-09-223-24/+32
| | | | Updating unit tests. Thanks @kborchers
* Popup: Make menu dependency actually optional, cleanup demosJörn Zaefferer2011-09-213-27/+4
|
* Popup: Use duration:fast for default animations. Also fix two missing ↵Jörn Zaefferer2011-09-211-5/+11
| | | | semicolons.
* Popup: Added show/hide animations and a demokborchers2011-09-213-8/+112
|
* Merge remote branch 'kborchers/menu_notJustUL'Jörn Zaefferer2011-09-196-15/+210
|\
| * Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-146-15/+210
| |
* | Position: Check to also make sure to only flip if more of the element is ↵kborchers2011-09-161-2/+2
| | | | | | | | inside "within"
* | Position demo: Updated sizes of elements.Scott González2011-09-161-4/+11
| |
* | Merge remote branch 'kborchers/bug_7686'Scott González2011-09-161-15/+14
|\ \
| * | Datepicker: Added additional check to checkExternalClick to work when ↵kborchers2011-09-121-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ález2011-09-141-1/+1
| | |
* | | Tagging the 1.9m6 release.1.9m6Scott González2011-09-141-1/+1
| | |
* | | Spinner: Fixed map demo.Scott González2011-09-141-4/+5
| | |
* | | Spinner: Work around a bug in IE 6 with the height of the buttons.Scott González2011-09-141-1/+7
| | |
* | | Spinner: Added missing dependency to header comment.Scott González2011-09-141-0/+1
| | |
* | | Spinner: Fix step mismatches whenever stepping, paging or using the value ↵Scott González2011-09-144-39/+58
| |/ |/| | | | | | | | | setter. Thanks Nate Ferrero
* | Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - ↵Richard D. Worth2011-09-131-1/+1
| | | | | | | | Hungarian translation
* | Datepicker i18n hu: Corrected some spellings and abbreviations as well as ↵Richard D. Worth2011-09-131-6/+6
| | | | | | | | dateFormat. Fixes #7714 - Hungarian translation
* | Spinner: Replace var that with this and _delayJörn Zaefferer2011-09-131-3/+2
| |
* | Popup: Replace var that with this and _delayJörn Zaefferer2011-09-131-6/+4
| |
* | Menu: Refactor to get rid of var that. Cleanup some odd formattings and ↵Jörn Zaefferer2011-09-132-27/+25
| | | | | | | | unneeded temp vars
* | Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-122-16/+48
|\ \
| * | Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-122-16/+48
| | |
* | | Menu: Get rid of `var self`, replacing with `that` or calls to _delayJörn Zaefferer2011-09-121-47/+41
| | |
* | | Widget: return timer value from _delayJörn Zaefferer2011-09-122-4/+6
| | |
* | | Widget: Get rid of `var self`Jörn Zaefferer2011-09-121-2/+2
| | |
* | | Widget: Add a _delay method. Will be used in various places to replace ↵Jörn Zaefferer2011-09-122-0/+33
| | | | | | | | | | | | setTimeout with custom binding (mostly getting rid of var self/that)
* | | Widget: Tests code cleanupJörn Zaefferer2011-09-122-20/+19
| | |
* | | Menu: Replace regular bind call with _bindJörn Zaefferer2011-09-121-94/+94
| | |