aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Popup: Remove any references to "that" and use _delay instead of setTimeout.kborchers2011-10-191-16/+12
|
* Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵Hans Hillen2011-10-192-38/+142
| | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
* 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-141-18/+3
| | | | 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
|
* 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.
* Popup: Removed the focusout and focusin handlers which are nolonger ↵kborchers2011-10-111-13/+0
| | | | 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-101-11/+19
| | | | cached XHRs resolving immediately in IE.
* 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
* 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-281-2/+4
|
* 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-221-22/+24
| | | | Updating unit tests. Thanks @kborchers
* Popup: Make menu dependency actually optional, cleanup demosJörn Zaefferer2011-09-211-3/+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-211-8/+15
|
* Merge remote branch 'kborchers/menu_notJustUL'Jörn Zaefferer2011-09-191-11/+12
|\
| * Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-11/+12
| |
* | Position: Check to also make sure to only flip if more of the element is ↵kborchers2011-09-161-2/+2
| | | | | | | | inside "within"
* | 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
* | | 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-141-19/+36
| |/ |/| | | | | | | | | 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-131-21/+19
| | | | | | | | unneeded temp vars
* | Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-121-16/+29
|\ \
| * | Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-121-16/+29
| | |
* | | Menu: Get rid of `var self`, replacing with `that` or calls to _delayJörn Zaefferer2011-09-121-47/+41
| | |