]>
source.dussan.org Git - jquery-ui.git/log
jzaefferer [Mon, 28 Feb 2011 21:53:06 +0000 (22:53 +0100)]
Menubar: Close menu on input click when already open
jzaefferer [Mon, 28 Feb 2011 21:49:49 +0000 (22:49 +0100)]
Menubar: Remove dependency on button and simplify CSS accordingly.
jzaefferer [Mon, 28 Feb 2011 21:38:06 +0000 (22:38 +0100)]
Menu: Cleanup
jzaefferer [Mon, 28 Feb 2011 21:36:41 +0000 (22:36 +0100)]
Menu: Move addClass(active) call to _open to make it work for both mouse
and keyboard interactions
Scott González [Sat, 26 Feb 2011 14:06:06 +0000 (15:06 +0100)]
Tooltip: Make sure we have a target before trying to open the tooltip.
Scott González [Sat, 26 Feb 2011 14:04:33 +0000 (15:04 +0100)]
Tooltip: Rename _show to _open.
Scott González [Sat, 26 Feb 2011 12:31:45 +0000 (13:31 +0100)]
Widget tests: Work around a bug in jQuery core in IE 9rc.
jzaefferer [Sat, 26 Feb 2011 11:10:52 +0000 (12:10 +0100)]
Spinner: Ignore delta of 0 from triggered mousewheel event. Verified
that mousewheel scrolling actually works fine in IE6.
jzaefferer [Sat, 26 Feb 2011 10:48:56 +0000 (11:48 +0100)]
Accordion: Improve unit test to get consistent results on mobile devices
jzaefferer [Sat, 26 Feb 2011 10:23:37 +0000 (11:23 +0100)]
Position: Test for window scrollTop support and run scrolled window test
only when support is there. Should exclude mobile devices, getting the
position testsuite to produce more useful results.
Scott González [Sat, 26 Feb 2011 10:13:00 +0000 (11:13 +0100)]
Button: Only add text classes if there is text. Fixes #7040 - button class change breaks icon only buttons.
jzaefferer [Fri, 25 Feb 2011 22:09:58 +0000 (23:09 +0100)]
Autocomplete: Update combobox menu to point out limits and link to
explaining it.
jzaefferer [Fri, 25 Feb 2011 17:58:44 +0000 (18:58 +0100)]
Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty
string values
jzaefferer [Fri, 25 Feb 2011 10:33:48 +0000 (11:33 +0100)]
Adding a domEqual assertion to our testsuite for more sane DOM
comparisons. Comparing innerHTML is too dependent on random browser
quirks like IE only sometimes rendering closing tags.
jzaefferer [Fri, 25 Feb 2011 10:12:21 +0000 (11:12 +0100)]
Position: Drop offset-as-a-setter from position, 1.9 won't support core
1.3 anymore
jzaefferer [Fri, 25 Feb 2011 09:43:06 +0000 (10:43 +0100)]
Menu: Cleanup unit test page
Scott González [Fri, 25 Feb 2011 09:41:52 +0000 (10:41 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González [Fri, 25 Feb 2011 09:40:36 +0000 (10:40 +0100)]
Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add Tajikistan localization.
jzaefferer [Thu, 24 Feb 2011 22:03:58 +0000 (23:03 +0100)]
Menu: Optimize menu positioning in menubar
jzaefferer [Thu, 24 Feb 2011 21:57:44 +0000 (22:57 +0100)]
Menu: Add ui-state-active to active menu bar button
Scott González [Thu, 24 Feb 2011 21:54:54 +0000 (22:54 +0100)]
Autocomplete tests: Fixed various bugs in various versions of IE.
maggiewachs [Thu, 24 Feb 2011 21:00:56 +0000 (16:00 -0500)]
Merge branch 'master' of github.com:jquery/jquery-ui
maggiewachs [Thu, 24 Feb 2011 21:00:32 +0000 (16:00 -0500)]
Added two options to set the button style and add down arrow icons
maggiewachs [Thu, 24 Feb 2011 21:00:01 +0000 (16:00 -0500)]
Added a second example to show a menubar with buttons and icons and one without (default)
jzaefferer [Thu, 24 Feb 2011 20:29:48 +0000 (21:29 +0100)]
Menu: Fix testsuite, new option
maggiewachs [Thu, 24 Feb 2011 16:46:51 +0000 (11:46 -0500)]
Removed active state when menu closes
maggiewachs [Thu, 24 Feb 2011 16:44:47 +0000 (11:44 -0500)]
Added active state toggle to items with submenus to provide "breadcrumb" feedback
maggiewachs [Thu, 24 Feb 2011 16:35:34 +0000 (11:35 -0500)]
Added another nested list for testing
maggiewachs [Thu, 24 Feb 2011 16:16:15 +0000 (11:16 -0500)]
Line 58: document click function was missing event parameter
maggiewachs [Thu, 24 Feb 2011 16:06:47 +0000 (11:06 -0500)]
Added menubar styles and removed ui-widget-header class from markup
maggiewachs [Thu, 24 Feb 2011 16:06:12 +0000 (11:06 -0500)]
Added ui-* classes to widget container
maggiewachs [Thu, 24 Feb 2011 16:05:24 +0000 (11:05 -0500)]
Added menubar styles
jzaefferer [Thu, 24 Feb 2011 15:39:08 +0000 (16:39 +0100)]
Menu: Update menubar to use menu instead of removed flyoutmenu.
jzaefferer [Thu, 24 Feb 2011 14:57:02 +0000 (15:57 +0100)]
Menu: Outline outline on focussed menu
jzaefferer [Thu, 24 Feb 2011 14:51:51 +0000 (15:51 +0100)]
Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html
testmenu into contextmenu.html
jzaefferer [Thu, 24 Feb 2011 11:05:20 +0000 (12:05 +0100)]
Menu: Update autocomplete to use deactivate and check for focus class
jzaefferer [Thu, 24 Feb 2011 10:13:37 +0000 (11:13 +0100)]
Menu: Refactoring flyout menu in prepartion for merging into menu
jzaefferer [Thu, 24 Feb 2011 09:50:08 +0000 (10:50 +0100)]
Menu: Fix filter matching to work with flyout menu
jzaefferer [Thu, 24 Feb 2011 09:40:12 +0000 (10:40 +0100)]
Menu: Move item matching code into menu
Scott González [Thu, 24 Feb 2011 09:22:51 +0000 (10:22 +0100)]
Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autocomplete: Support contenteditable.
jzaefferer [Thu, 24 Feb 2011 09:22:50 +0000 (10:22 +0100)]
Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymore
jzaefferer [Thu, 24 Feb 2011 09:12:20 +0000 (10:12 +0100)]
Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks
the same.
jzaefferer [Thu, 24 Feb 2011 09:07:24 +0000 (10:07 +0100)]
Menu: Update unit test to use focus instead of activate method
jzaefferer [Thu, 24 Feb 2011 09:06:08 +0000 (10:06 +0100)]
Menu: Rename activate to focus and deactivate to blur method
jzaefferer [Wed, 23 Feb 2011 16:01:19 +0000 (17:01 +0100)]
Menu: Add some testing for ensure that id-attributes aren't overwritten.
Gilmore Davidson [Sun, 13 Feb 2011 07:11:40 +0000 (18:11 +1100)]
Fixed #6979 - Several components are leaking variables into the global scope
jzaefferer [Wed, 23 Feb 2011 11:46:13 +0000 (12:46 +0100)]
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
jzaefferer [Wed, 23 Feb 2011 11:39:25 +0000 (12:39 +0100)]
Drop unused tests/unit/defaults.html. If any, we need to composite suite
that runs everything, not just defaults.
jzaefferer [Wed, 23 Feb 2011 11:26:43 +0000 (12:26 +0100)]
Menu: Test page for table-based menu (hackity hack)
jzaefferer [Wed, 23 Feb 2011 11:12:29 +0000 (12:12 +0100)]
Menu: Introducing position option into flyout menu
jzaefferer [Tue, 22 Feb 2011 15:15:11 +0000 (16:15 +0100)]
Menu: Rename nested.html to flyoutmenu.html, updated headers
jzaefferer [Tue, 22 Feb 2011 14:14:12 +0000 (15:14 +0100)]
Menu: Overhauled menubar, again starting with Michael Lang's fork. Added
working keyboard navigation, including nested menus. Still need to
properly style the menu buttons, e.g. highlight the button of the
currently open menu.
jzaefferer [Tue, 22 Feb 2011 11:09:03 +0000 (12:09 +0100)]
Menu: Escape characters for RegExp matching for keyboard item matching.
jzaefferer [Tue, 22 Feb 2011 10:51:08 +0000 (11:51 +0100)]
Menu: Overhauled nested menu via flyoutmenu.js backported from Michael
Lang's fork. Changed key input handling by setting focus to menu,
getting rid of input option.
jzaefferer [Mon, 21 Feb 2011 21:45:19 +0000 (22:45 +0100)]
Spinner: Use jQuery's focus() method instead of DOM method to set focus
to input. Fixes testsuite in IE6.
jzaefferer [Mon, 21 Feb 2011 21:27:06 +0000 (22:27 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Mon, 21 Feb 2011 21:26:38 +0000 (22:26 +0100)]
Disable dialog tests on TestSwarm until we can get some running in IE6
without freezing the browser.
Scott González [Mon, 21 Feb 2011 19:50:22 +0000 (20:50 +0100)]
Updating the master version to 1.9pre
Scott González [Mon, 21 Feb 2011 19:49:11 +0000 (20:49 +0100)]
Tagging the 1.9m4 release.
jzaefferer [Mon, 21 Feb 2011 16:09:02 +0000 (17:09 +0100)]
Unit tests: Add QUnit toolbar for hiding passed tests
Scott González [Mon, 21 Feb 2011 15:07:42 +0000 (16:07 +0100)]
Accordion: Handle changing the event option. Fixes #6740 - Dynamically changing accordion's event handler doesn't actually change the behaviour.
jzaefferer [Mon, 21 Feb 2011 13:45:54 +0000 (14:45 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Mon, 21 Feb 2011 09:38:30 +0000 (10:38 +0100)]
Menu: Fix visual test to use select event (was selected)
Richard Worth [Sat, 19 Feb 2011 14:54:15 +0000 (09:54 -0500)]
Datepicker i18n: Changed all html named character entities to unicode hex entities. Fixed #7008 - Chromium-Browser does not support html-entities in datePicker i18n-translation
adam j. sontag [Fri, 18 Feb 2011 16:45:44 +0000 (11:45 -0500)]
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019 - Hungarian Localisation has month-date in wrong order
jzaefferer [Fri, 18 Feb 2011 15:08:17 +0000 (16:08 +0100)]
Fix datepicker tests to pass in Chrome and run faster by letting QUnit
handle the staggered proessing (renders at least once per second, faster
then rendering after each test). Disabled broken manual-entry tests
after confirming its only an issue in the test, not the impl.
Scott González [Wed, 16 Feb 2011 18:15:14 +0000 (13:15 -0500)]
Datepicker: Account for daylight saving when calculating number of days in a month. Fixes #6978 - In Calender for march 2011 dates showing till 5th only.
Thanks jomyjohn
William Kevin Manire [Wed, 16 Feb 2011 08:28:32 +0000 (00:28 -0800)]
Widget: modified widget to throw exception on attempt to call private methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object
jzaefferer [Mon, 14 Feb 2011 11:06:04 +0000 (12:06 +0100)]
Menu: Remove ui-state-hover class from menu items on destroy
Dan Heberden [Tue, 15 Feb 2011 18:15:46 +0000 (10:15 -0800)]
Datepicker: prevent datepicker initialization on empty jquery collection and add unit test. Fixed #6976 - datepicker creates extra dom element with empty object
Scott González [Tue, 15 Feb 2011 15:00:25 +0000 (10:00 -0500)]
Merge remote branch 'msolli/master'
David Petersen [Tue, 8 Feb 2011 00:32:32 +0000 (19:32 -0500)]
Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pass original event.
Scott González [Tue, 15 Feb 2011 13:38:09 +0000 (08:38 -0500)]
Datepicker: Properly handle datepickers attached to inputs that are hidden using CSS. Fixes #6988 - Datepicker: Treat all hidden text fields the same.
Martin Solli [Mon, 14 Feb 2011 13:49:33 +0000 (05:49 -0800)]
Datepicker: improved translation of Norwegian names for days and months. Fixed #6986 - Improved translation of day and month names
jzaefferer [Fri, 11 Feb 2011 15:01:23 +0000 (16:01 +0100)]
Tooltip: Added missing items test
jzaefferer [Fri, 11 Feb 2011 14:44:56 +0000 (15:44 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer [Fri, 11 Feb 2011 14:42:44 +0000 (15:42 +0100)]
Menu: Fix unit tests and set the right menu1-activedescendant attribute
Richard Worth [Fri, 11 Feb 2011 14:36:14 +0000 (09:36 -0500)]
Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit tests to run correctly on swarm.jquery.org
Scott González [Fri, 11 Feb 2011 13:53:43 +0000 (08:53 -0500)]
Widget: Handle super calls when method calls go up and down the inheritance chain.
Alex Dovenmuehle [Fri, 11 Feb 2011 03:11:59 +0000 (22:11 -0500)]
Button: Batched class changes to improve performance. Fixes #6934. Button: Batch class changes to improve performance.
Scott González [Fri, 11 Feb 2011 02:32:33 +0000 (21:32 -0500)]
Widget: Only create _super and _superApply once per method, then assign on every execution.
Scott González [Fri, 11 Feb 2011 02:25:50 +0000 (21:25 -0500)]
Widget: Fixed super methods with deep inheritance chains.
Scott González [Tue, 8 Feb 2011 21:13:18 +0000 (16:13 -0500)]
Accordion: Reset overflow on both content panels being animated, not just the one being shown. Fixes #6957 - .ui-accordion-content's overflow value does not change back to auto in IE 6.
Scott González [Tue, 8 Feb 2011 14:22:45 +0000 (09:22 -0500)]
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González [Tue, 8 Feb 2011 14:21:35 +0000 (09:21 -0500)]
Accordion: Added note about using ui-accordion-header-active class.
jzaefferer [Mon, 7 Feb 2011 19:37:06 +0000 (20:37 +0100)]
Spinner: Fix time spinner demo; workaround for _super issue.
jzaefferer [Mon, 7 Feb 2011 17:50:19 +0000 (18:50 +0100)]
Spinner: Fix unnecessary var
jzaefferer [Mon, 7 Feb 2011 17:45:10 +0000 (18:45 +0100)]
Fix spinner demos to latest jquery-global API. Also cleanup.
Scott González [Sat, 5 Feb 2011 04:50:49 +0000 (23:50 -0500)]
Accordion: Reduced some code in _toggle().
Scott González [Sat, 5 Feb 2011 03:37:29 +0000 (22:37 -0500)]
Accordion: Simplify _toggle() implementation.
Scott González [Sat, 5 Feb 2011 02:52:09 +0000 (21:52 -0500)]
Accordion: Always have _activate delegate to _eventHandler.
Scott González [Fri, 4 Feb 2011 04:02:46 +0000 (23:02 -0500)]
Accordion: First pass at cleaning up activation/event handling code.
Scott González [Thu, 3 Feb 2011 21:37:17 +0000 (16:37 -0500)]
Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - Widget: Allow redefining a widget to create extensions.
Scott González [Thu, 3 Feb 2011 19:14:13 +0000 (14:14 -0500)]
Accordion: Updated demos to use the new API.
Scott González [Thu, 3 Feb 2011 17:01:26 +0000 (12:01 -0500)]
Added version property to plugins that were missing them.
Scott González [Thu, 3 Feb 2011 16:04:22 +0000 (11:04 -0500)]
Accordion: Cleaned up destroy and refresh methods.
Scott González [Thu, 3 Feb 2011 15:11:00 +0000 (10:11 -0500)]
Accordion: Added tests for custom header option.
Scott González [Thu, 3 Feb 2011 15:04:40 +0000 (10:04 -0500)]
Accordion: Update active option when programmatically collapsing the accordion.
Scott González [Thu, 3 Feb 2011 14:59:05 +0000 (09:59 -0500)]
Accordion: Handle negative values for active option on init.
Scott González [Thu, 3 Feb 2011 14:54:11 +0000 (09:54 -0500)]
Accordion: Properly handle collapsible: false and active: false by changing active to 0.