Commit Graph

57 Commits

Author SHA1 Message Date
Scott González
77568347cf Demos: Fixed titles. 2012-10-08 17:42:56 -04:00
Scott González
a638acb583 Upgrade jQuery to 1.8.2. 2012-09-20 21:41:47 -04:00
Scott González
303f20e1b3 Demos: Cleanup. 2012-09-10 11:33:46 -04:00
Scott González
e318e5b224 Tooltip demo: Remove leftover styles from popup widget. 2012-08-26 18:07:04 -04:00
Scott González
1e6b2b2298 Upgrade jQuery to 1.8.0. 2012-08-13 09:19:09 -04:00
Scott González
92fb5567a2 Effects: Renamed all files. 2012-06-15 12:47:12 -04:00
Jörn Zaefferer
5c2cf39dff Tooltip: Add track option 2012-06-14 12:38:13 -04:00
Scott González
a47f5dc4f2 Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened on hover. Don't let the positioning of one tooltip affect other tooltips. 2012-06-13 05:07:26 -04:00
Jörn Zaefferer
f76fbb8901 Tooltip: Make demos more accessible (and less stupid, in case of the forms demo). Fixes #7842 2012-05-09 22:14:55 +02:00
Scott González
0f575e03bb Merge branch 'master' into position-notification
Conflicts:
	tests/unit/position/position_core_within.js
2012-04-23 16:33:34 -04:00
Jörn Zaefferer
878eb54a14 Fix various issues in our html files, first batch 2012-04-23 18:29:35 +02:00
Jörn Zaefferer
db592b787e Tooltip: Update custom-style demo, remove the ugly padding that was hiding layout issues, use new position feedback API instead of position callout in more then just one place 2012-04-17 09:57:17 +02:00
Scott González
89ff5c5232 Upgrade jQuery to 1.7.2. 2012-03-22 09:45:22 -04:00
Jörn Zaefferer
85348eeebe Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them. 2012-01-04 16:42:16 +01:00
Scott González
54fb1441fe Upgrade jQuery to 1.7.1. 2011-11-22 08:43:09 -05:00
Jörn Zaefferer
b81259652b Tooltip: Add demo with custom tooltip style. 2011-11-16 18:42:38 +01:00
Scott González
50dab05784 Upgrade jQuery to 1.7. 2011-11-09 10:18:33 -05:00
Scott González
efe964d86e Upgraded jQuery to 1.6.4. 2011-10-18 09:38:27 -04:00
Scott González
647bab506e Tooltip demo: Use position option in tracking demo. 2011-10-08 07:36:48 -04:00
Scott González
daadc343be Upgrade jQuery to 1.6.2. 2011-07-25 11:46:45 -04:00
Scott González
2a27499ee4 Tooltip demos: Renamed delgation mixbag. 2011-05-30 19:07:40 -04:00
Scott González
e530d06c98 Tooltip: Pass the tooltip element in the open and close events. 2011-05-30 18:42:06 -04:00
Scott González
e5186dc930 Tooltip demo: Use static map instead of interactive map. 2011-05-30 15:55:59 -04:00
Scott González
76586076ec Tooltip demo: Removing stray periods. 2011-05-29 20:15:24 -04:00
Scott González
ade1fe1887 Tooltip demo: Add note about interactive tooltips. 2011-05-29 17:32:09 -04:00
Scott González
608bc9513f Tooltip demo: Small tweaks. 2011-05-29 13:50:53 -04:00
Scott González
0bc1c8cfdb Tooltip: New delegation mixbag demo (still needs better name). 2011-05-29 12:31:06 -04:00
Scott González
2a92b3ad8e Tooltip: Change default collision detection to 'flip fit' since the default vertical positioning is centered and can't flip 2011-05-29 12:29:11 -04:00
Scott González
a1f9ca7248 Tooltip video player demo: Close tooltip on click of popup button. 2011-05-29 09:13:35 -04:00
Scott González
c2ae4e3fe4 Tooltip demos: Better tooltip content for custom animations. 2011-05-28 17:14:42 -04:00
Scott González
d4f6f17c8d Tooltip: Changed custom animation demo and changed the logic for showing tooltips so custom position options can perform animations. 2011-05-28 10:18:39 -04:00
Scott González
c34a814a4b Tooltip demos: Cleanup. 2011-05-27 20:52:13 -04:00
Jörn Zaefferer
cd92ad09f5 Promote menubar and popup to their own top level files 2011-05-07 16:22:04 +02:00
Jörn Zaefferer
a2674a2c6b Tooltip/Popup: Improve video-player demo 2011-05-07 15:18:29 +02:00
Jörn Zaefferer
2cf85da23f Popup/Tooltip: Fix tab order and add notifications (on select) in
video-player demo.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
b96126b398 Popup: Rename _close to close and use it when selecting something within a popup. 2011-05-04 11:14:32 +02:00
Jörn Zaefferer
0496a50238 Tooltip: Replace offset property with inline my+offset to make it easier
to override the offset. Fixes the odd offset in the video player demo.
Also doesn't need units.
2011-05-02 18:22:00 +02:00
Jörn Zaefferer
56a1b18246 Tooltip: update video player demo with custom animations 2011-05-02 13:15:54 +02:00
Jörn Zaefferer
d8e60e9a8a Merge branch 'master' into tooltip-animations 2011-05-02 13:12:36 +02:00
Jörn Zaefferer
a03c222f05 Tooltip: Overhaul widget animations code to allow delay with plain show/hide 2011-05-02 13:11:58 +02:00
Jörn Zaefferer
0c674ca7e3 Tooltip: Update demo description 2011-05-02 13:01:27 +02:00
Jörn Zaefferer
0f24c5a5c9 Tooltip: Custom styles for video player demo 2011-05-02 12:43:22 +02:00
Jörn Zaefferer
f270d48786 Tooltip: Add video player demo 2011-05-02 12:34:26 +02:00
jzaefferer
3bb9ab2626 Tooltip: Add support for delaying showing/hiding. Still need to figure
out how to combine that with non-animated show/hide.
2011-04-21 14:30:42 +02:00
jzaefferer
e609bebaae Custom tooltip animations based on widget-animations branch. 2011-04-15 16:49:29 +02:00
jzaefferer
67d49f593b Overhaul tooltip implementation. Avoid queuing and other problems by
creating the tooltip element on the fly, never reusing it.
Use aria-describedby attribute to find the associated tooltip again.
Allows customizing animations much easier (just replace fadeIn/fadeOut),
still open.
Updated demos and visual test to replace now-missing .widget() method.
Added tooltipClass for that.
2011-04-13 14:01:46 +02:00
Richard Worth
593799d6e3 Switched to latest stable jQuery 1.5.1 2011-03-02 20:49:20 -05:00
jzaefferer
0479ab6af6 Merge remote branch 'origin/tooltip'
Conflicts:
	demos/autocomplete/combobox.html
	demos/index.html
	tests/unit/index.html
2010-12-22 18:58:57 +01:00
jzaefferer
48a5977d33 Tooltip: Implementing event delegation support. 2010-10-26 17:07:22 +02:00
jzaefferer
4d6770fe13 Tooltip: Added demo for custom animations 2010-10-26 14:47:31 +02:00