Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Popup: increased delay between focusout and focusin/mouseup as it was ↵ | Richard D. Worth | 2011-11-09 | 1 | -1/+1 |
| | | | | sometimes not high enough | ||||
* | Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵ | Scott González | 2011-10-20 | 1 | -1/+1 |
| | | | | document and window properties. | ||||
* | Popup: Remove any references to "that" and use _delay instead of setTimeout. | kborchers | 2011-10-19 | 1 | -16/+12 |
| | |||||
* | Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵ | Hans Hillen | 2011-10-19 | 1 | -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 ↵ | kborchers | 2011-10-11 | 1 | -13/+0 |
| | | | | necessary. Also updated the tooltip style demo to have a little more interactive content. | ||||
* | Popup: Make menu dependency actually optional, cleanup demos | Jörn Zaefferer | 2011-09-21 | 1 | -3/+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 | 1 | -8/+15 |
| | |||||
* | Popup: Replace var that with this and _delay | Jörn Zaefferer | 2011-09-13 | 1 | -6/+4 |
| | |||||
* | Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded. | Jörn Zaefferer | 2011-09-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -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 Zaefferer | 2011-06-10 | 1 | -34/+68 |
| |\ | |||||
| | * | Use of _bind, maintain original tabindex value for popup | Hans Hillen | 2011-06-10 | 1 | -18/+21 |
| | | | |||||
| | * | Fix various pull request comments and coding standards issues | Hans Hillen | 2011-05-30 | 1 | -62/+60 |
| | | | |||||
| | * | Key event fix | Hans Hillen | 2011-05-26 | 1 | -1/+1 |
| | | | |||||
| | * | wrapping tab order for popup | Hans Hillen | 2011-05-25 | 1 | -12/+45 |
| | | | |||||
* | | | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 1 | -8/+8 |
| | | | |||||
* | | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -8/+8 |
|/ / | |||||
* / | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -0/+1 |
|/ | | | | version numbers on instances. | ||||
* | Popup: Fix keyboard handling to prevent scrolling on keydown | Jörn Zaefferer | 2011-05-07 | 1 | -0/+2 |
| | |||||
* | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 1 | -0/+172 |