Jörn Zaefferer
a5fc9eb7db
Position: Expose target and element dimensions to allow further customization, like calculating the angle between the two elements
2012-04-13 16:05:29 +02:00
Jörn Zaefferer
e1a80d5900
Position: Cleanup feedback test page
2012-04-12 17:10:32 +02:00
Jörn Zaefferer
d077f9b360
Position: Improve feedback API by giving the center/middle position more weight. Also removed themeswitcher from test pages, now load faster
2012-04-12 01:32:30 +02:00
Jörn Zaefferer
260261255b
Position: Extend feedback test page to include two mouse-positioned elements, highlights the 0px center/middle limitation
...
Also rename the demo file to match the variables names, 'feedback', instead of 'notification'
2012-04-11 15:20:56 +02:00
Jörn Zaefferer
e5ba731019
Position: Use a separate object and argument for the feedback information, keeping position props as they were
2012-04-10 22:16:38 +02:00
Jörn Zaefferer
479530bb61
Position: First draft for a new notification API, via using callback, telling you were the of-element is, not just when something flipped. New test page demonstrates usage
2012-04-10 18:15:30 +02:00
kborchers
44ef35eb6f
Menu: Add dividers using empty list items
2012-04-07 15:38:27 -05:00
Jörn Zaefferer
037db084f2
Position: Extend main visual test page with simple 'arrow' callouts, as a starting pointing for a better collision notification API
2012-04-03 10:49:34 +02:00
Jörn Zaefferer
b2f8814d0a
Tooltip: Remove old callout test page. Completely broken at this point, not worth fixing
2012-04-03 10:35:42 +02:00
Scott González
89ff5c5232
Upgrade jQuery to 1.7.2.
2012-03-22 09:45:22 -04:00
Scott González
3f56f8dfc6
Accordion: Added visual tests for nested accordions with differing icons options.
2012-02-26 21:57:48 -05:00
Jörn Zaefferer
58a5e23a78
Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped elements.
2012-02-23 19:39:43 +01:00
Scott González
4f909c50ba
Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
2012-02-12 09:14:36 -05:00
kborchers
87dc9ce24a
Menu: Prevent navigating to disabled menu items with the keyboard.
2012-02-06 14:12:56 -06:00
kborchers
48ad0994a0
Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items.
2012-02-03 16:12:37 -06:00
Scott González
519985f612
Visual tests: Cleaned up dialog tests.
2012-02-01 20:35:31 -05:00
kborchers
aa8c4770a9
Menu: Update the default visual test to use the new menus option that replaced the items option
2011-12-07 14:51:46 -06:00
Scott González
54fb1441fe
Upgrade jQuery to 1.7.1.
2011-11-22 08:43:09 -05:00
Scott González
50dab05784
Upgrade jQuery to 1.7.
2011-11-09 10:18:33 -05:00
Scott González
416101b464
Tests: Removed unnecessary visual tests for button.
2011-11-03 09:01:15 -04:00
Scott González
95d7314bd9
Tests: Removed visual tests for plugins that are being rewritten.
2011-11-03 08:45:23 -04:00
kborchers
ab3e1c5a44
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
2011-10-18 21:11:03 -05:00
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
kborchers
9e617bbad1
Menu: Add support for structures other than UL/LI plus visual and unit tests
2011-09-14 10:29:36 -05:00
Jörn Zaefferer
e1ec6f8ebb
Menu: Refactor to get rid of var that. Cleanup some odd formattings and unneeded temp vars
2011-09-13 00:24:43 +02:00
kborchers
80bbebd489
Position: Added better collision detection for flip and fit, added visual tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
2011-08-12 22:19:52 -05:00
Scott González
1e9e0ed700
Tests: Removed some visual tests.
2011-08-03 10:50:20 -04:00
Jörn Zaefferer
a40182917e
Finish jquery-1.6.2 migration
2011-07-27 15:41:38 +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
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Richard D. Worth
b8af0d1f75
Datepicker: show inline datepicker setting explicit display:block instead of using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height
2011-07-19 07:59:21 -04:00
Jörn Zaefferer
927857ce84
Position: Cleanup up position demo CSS and add it to the within-visual-test
2011-07-12 11:15:33 -04:00
gnarf
db96e2a51f
Tests: Adding visual/unit tests for scale effect.
2011-06-14 15:11:43 -05:00
Jörn Zaefferer
7281f9f229
Update menubar to forward menu option to nested menus, update default demo to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults
2011-06-09 17:14:21 +02:00
David Murdoch
40c0088721
Fix visual test in IE6 and move the new helper functions for getting scrollbar properties to $.position
2011-05-26 14:22:12 +00:00
David Murdoch
f798b046e0
Update core visual test to allow testing while the window is scrolled.
2011-05-13 22:21:52 +00:00
David Murdoch
2bf45db9a5
Update test to make things a bit easier to test
2011-05-13 20:53:25 +00:00
David Murdoch
dc66f02601
Add tests for position's within
2011-05-12 20:50:16 +00:00
David Murdoch
0bda22f443
Update title to reflect test
2011-05-12 14:29:27 +00:00
David Murdoch
396ed559a4
Add a new visual test for position
2011-05-12 14:27:29 +00:00
Scott González
7e239e2ab2
Merge remote branch 'gnarf37/effects-visual-test'
2011-05-10 11:11:33 -04:00
Scott González
b546f316be
Merge remote branch 'gnarf37/ticket-7067'
2011-05-10 11:00:14 -04:00
Jörn Zaefferer
e6d1ab7bf4
Popup and Menubar demos
2011-05-08 20:41:21 +02: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
5973b4fa3f
Popup: Better key handling on trigger, along with a few more TODO comments
2011-05-07 15:18:50 +02:00
Jörn Zaefferer
f7e8331e26
Popup: Improve key handling
2011-05-07 00:43:07 +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
fbe982b9fb
Popup: If popup is a menu, focus the first menu item, as menubar does.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
28017052a4
Popup: Fix the reopens-issue when clicking the trigger while popup is
...
visible, while still handling an actualy blur properly.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
993d37af1d
Popup: Rename open flag to isOpen to avoid name conflict with open method.
2011-05-05 14:21:26 +02:00
gnarf
d4bdd19429
effects.test: adding a test for size using toggle
2011-05-04 23:41:42 -05:00
gnarf
c73e40adbe
effects.tests: Adding 'size' effect to the visual effect tests
2011-05-04 21:07:12 -05:00
Jörn Zaefferer
fd1b4f84fe
Menubar: Code formatting. A bit of cleanup: Replace self with that;
...
replace an unnecessary each.
2011-05-04 11:50:07 +02:00
Jörn Zaefferer
c7459df062
Popup: Also expose open method
2011-05-04 11:21:30 +02:00
Jörn Zaefferer
018590064f
Popup: Prevent SPACE key event on trigger from scrolling the page
2011-05-04 11:20:04 +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
bba4cb2be6
Popup: Partial fix for closing popup when trigger is clicked again.
2011-05-04 11:06:32 +02:00
Jörn Zaefferer
f519bc0ebb
Menubar review
2011-05-04 08:31:14 +02:00
Jörn Zaefferer
8201c13928
Popup: Update popup test
2011-05-04 08:20:41 +02:00
Jörn Zaefferer
f5ee22c74a
Popup: Add a non-menu popup example
2011-05-03 22:42:35 +02:00
gnarf
1f3f7bf787
Effects (blind): direction now accepts up/down/left/right as well as vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
2011-05-03 09:16:30 -04:00
Jörn Zaefferer
94b7e6bf18
Tooltip: Add drop effect to tooltip animations test
2011-05-02 14:56:53 +02:00
Jörn Zaefferer
804a6ca7bf
Tooltip: Add visual testpage for animations
2011-05-02 14:40:26 +02:00
Jörn Zaefferer
cd61fb1b55
Merge branch 'master' into menubar
...
Conflicts:
ui/jquery.ui.menu.js
2011-04-26 22:05:44 +02:00
Hans Hillen
f7d2fdbab8
removed unbind for focusin and focusout
2011-04-23 17:35:03 +02:00
Hans Hillen
54795b5650
change self.open to this.open
2011-04-23 17:31:25 +02:00
Hans Hillen
42e11d8e41
Fix error for Escape key on menubar item
2011-04-22 23:11:53 +02:00
Hans Hillen
45c418d293
Added focusin & focusout handler for menubar
2011-04-22 20:22:16 +02:00
Hans Hillen
03132f93fc
Fix menubar escape key + minor css fix
2011-04-20 20:15:26 +02:00
jzaefferer
34e3a2401a
Menu: Add icons support
2011-04-20 17:18:15 +02:00
Hans Hillen
d77185a5a1
Fix "menubar does not collapse when clicking on other menubar" + minor changes
2011-04-18 23:05:50 +02:00
jzaefferer
5076f233db
Close popup when blurred and make sure that shift-tab when popup is open
...
skips the trigger.
2011-04-18 17:07:08 +02:00
Hans Hillen
e448cd0761
Added icon removal to _destroy
2011-04-15 20:31:43 +02:00
Hans Hillen
c6cbd8143b
Updated menubar test to use UL elements rather than DIVs
2011-04-15 19:19:27 +02:00
Hans Hillen
8a0df90bf1
Accessibility / bug fixes for menubar
2011-04-15 19:18:58 +02:00
jzaefferer
00559b388a
Update popup utility: Defer _open call and let click event propagate.
...
Fixes other popups to close. Also update aria usage.
2011-04-13 18:37:32 +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
jzaefferer
9d9e1ce122
Adding popup utility prototype to visual menu tests
2011-04-08 15:31:06 +02:00
Richard Worth
54016b8469
Sortable: Reverted 56b0da59d7
as #4551 is invalid.
2011-04-07 09:08:48 -04:00
Scott González
91c2f3eca0
Visual tests: Removed index page. A directory listing of all files is more useful than an incomplete listing of tests.
2011-03-29 18:21:04 -04:00
Scott González
6c6a64c40c
Dialog: Removed unnecessary visual test files.
2011-03-29 18:18:21 -04:00
gnarf
504e599569
effects.tests: changing the way the effects test runs - using delay() instead of callbacks can help us see if we have places where we destroyed the queue
2011-03-27 06:32:04 -05:00
Scott González
a2015497fc
Progressbar: Removed visual test pages.
2011-03-23 10:31:12 -04:00
Scott González
928c7e4e9a
Tabs: Removed visual test pages.
2011-03-23 10:30:08 -04:00
Scott González
6af1e7a51d
Autocomplete: Removed visual test pages.
2011-03-23 10:28:54 -04:00
Scott González
d847a1ee20
Accordion: Removed visual test pages.
2011-03-23 10:26:10 -04:00
jzaefferer
c0f7afd160
Menubar: Don't close active menu on mouseenter of associated button
2011-03-17 15:47:56 +01:00
jzaefferer
80d6d358f2
Menubar: on a single-button menubar, ignore reopening the same menu
2011-03-17 15:44:09 +01:00
jzaefferer
cb17d6d209
Menubar: Another fix for tab/focus handling
2011-03-17 15:37:27 +01:00
jzaefferer
24d1952045
Menubar: Fix closing with escape key
2011-03-17 15:26:06 +01:00
jzaefferer
133137b39b
Menubar: Focus/tab handling, improved much
2011-03-17 15:10:25 +01:00
jzaefferer
d4a81ec043
Menubar: Put focus back to button when closing menu
2011-03-17 14:23:35 +01:00
jzaefferer
b53f242d2c
Menubar: Close submenus on Escape first, only close all when on top-level
2011-03-17 13:58:57 +01:00
jzaefferer
37fee24ea6
Menubar: Handle cursor UP/DOWN to open menu
2011-03-17 12:04:22 +01:00
jzaefferer
2e38e04535
Menubar: Handle ESCAPE to close and refactor document-click code to also use _bind
2011-03-17 12:00:37 +01:00
jzaefferer
4f8c913b4a
Menu: menubar cleanup
2011-03-17 11:51:38 +01:00
jzaefferer
4a04ad2019
Menu: Fix menubar tab and focus handling
2011-03-17 11:50:21 +01:00
jzaefferer
2ddf83faf3
Menu: More test markup
2011-03-17 10:35:18 +01:00
jzaefferer
5bc57a82c8
Menu: Add menubar-with-one-button-in-table example.
2011-03-11 18:17:28 +01:00
jzaefferer
5a5a809e7f
Menu: Improve CSS on testpage
2011-03-11 18:17:28 +01:00