aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.popup.js
Commit message (Collapse)AuthorAgeFilesLines
* Popup: increased delay between focusout and focusin/mouseup as it was ↵Richard D. Worth2011-11-091-1/+1
| | | | sometimes not high enough
* Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵Scott González2011-10-201-1/+1
| | | | document and window properties.
* 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-191-37/+112
| | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
* 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.
* 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
|
* Popup: Replace var that with this and _delayJörn Zaefferer2011-09-131-6/+4
|
* Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded.Jörn Zaefferer2011-09-051-2/+2
|
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-34/+68
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Merge remote branch 'hanshillen/popup-hh'Jörn Zaefferer2011-06-101-34/+68
| |\
| | * Use of _bind, maintain original tabindex value for popupHans Hillen2011-06-101-18/+21
| | |
| | * Fix various pull request comments and coding standards issuesHans Hillen2011-05-301-62/+60
| | |
| | * Key event fixHans Hillen2011-05-261-1/+1
| | |
| | * wrapping tab order for popupHans Hillen2011-05-251-12/+45
| | |
* | | Use .attr() for boolean ARIA attributes.Scott González2011-07-121-8/+8
| | |
* | | .attr() -> .prop()Scott González2011-06-081-8/+8
|/ /
* / All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-0/+1
|/ | | | version numbers on instances.
* Popup: Fix keyboard handling to prevent scrolling on keydownJörn Zaefferer2011-05-071-0/+2
|
* Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-071-0/+172