Commit Graph

21 Commits

Author SHA1 Message Date
Richard D. Worth
1856a84d59 Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough 2011-11-09 08:45:10 -05:00
Scott González
a0856efef3 Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties. 2011-10-20 16:57:47 -04:00
kborchers
164ebf8202 Popup: Remove any references to "that" and use _delay instead of setTimeout. 2011-10-19 10:13:05 -05:00
Hans Hillen
3c258bfa3c Rewrite popup/menu interaction to make popup managed by menu (adds trigger option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon). 2011-10-19 12:05:37 +02:00
kborchers
f24ab94f86 Popup: Removed the focusout and focusin handlers which are nolonger necessary. Also updated the tooltip style demo to have a little more interactive content. 2011-10-11 00:06:09 -05:00
Jörn Zaefferer
cb372b7c20 Popup: Make menu dependency actually optional, cleanup demos 2011-09-21 22:54:29 +02:00
Jörn Zaefferer
a3866bf057 Popup: Use duration:fast for default animations. Also fix two missing semicolons. 2011-09-21 22:48:55 +02:00
kborchers
2196b74a31 Popup: Added show/hide animations and a demo 2011-09-21 10:42:07 -05:00
Jörn Zaefferer
45ed8d8447 Popup: Replace var that with this and _delay 2011-09-13 00:27:54 +02:00
Jörn Zaefferer
02c821da6e Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded. 2011-09-05 17:59:36 +02:00
Scott González
19a9de7e66 Merge branch 'master' into core-1.6.1
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
2011-07-25 11:53:14 -04:00
Scott González
0080f2d581 Use .attr() for boolean ARIA attributes. 2011-07-12 11:36:34 -04:00
Jörn Zaefferer
3315502ba4 Merge remote branch 'hanshillen/popup-hh' 2011-06-10 12:17:12 +02:00
Hans Hillen
7ccb0e52c4 Use of _bind, maintain original tabindex value for popup 2011-06-10 11:42:43 +02:00
Scott González
da84672db8 .attr() -> .prop() 2011-06-08 17:02:57 -04:00
Hans Hillen
6d01873dd8 Fix various pull request comments and coding standards issues 2011-05-30 23:37:14 +02:00
Scott González
6a5b21fda2 All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances. 2011-05-28 15:39:55 -04:00
Hans Hillen
ab2bbd3bab Key event fix 2011-05-26 00:31:16 +02:00
Hans Hillen
f45fc08f86 wrapping tab order for popup 2011-05-25 14:58:26 +02:00
Jörn Zaefferer
24c0d9195a Popup: Fix keyboard handling to prevent scrolling on keydown 2011-05-07 16:23:31 +02:00
Jörn Zaefferer
cd92ad09f5 Promote menubar and popup to their own top level files 2011-05-07 16:22:04 +02:00