]>
source.dussan.org Git - jquery-ui.git/log
David Murdoch [Thu, 26 May 2011 00:53:16 +0000 (00:53 +0000)]
Now takes scrollbar width into account in collision detection
David Murdoch [Mon, 16 May 2011 23:46:21 +0000 (23:46 +0000)]
Removing unnecessary variables, caching 'within' in tests where its beneficial, and making some other changes based on the code review
David Murdoch [Fri, 13 May 2011 22:21:52 +0000 (22:21 +0000)]
Update core visual test to allow testing while the window is scrolled.
David Murdoch [Fri, 13 May 2011 21:57:16 +0000 (21:57 +0000)]
position now passes all tests! 0/
David Murdoch [Fri, 13 May 2011 20:54:25 +0000 (20:54 +0000)]
Update position to work properly when window and/or within element is scrolled.
David Murdoch [Fri, 13 May 2011 20:53:25 +0000 (20:53 +0000)]
Update test to make things a bit easier to test
David Murdoch [Fri, 13 May 2011 19:17:42 +0000 (19:17 +0000)]
Update var name to avoid confusion
David Murdoch [Thu, 12 May 2011 21:07:09 +0000 (21:07 +0000)]
The qunit-fixture were preventing the results from being clicked. Make the results appear on top of the qunit-fixture
David Murdoch [Thu, 12 May 2011 20:51:49 +0000 (20:51 +0000)]
Another whitespace fix
David Murdoch [Thu, 12 May 2011 20:50:16 +0000 (20:50 +0000)]
Add tests for position's `within`
David Murdoch [Thu, 12 May 2011 20:48:01 +0000 (20:48 +0000)]
Whitespace fix
David Murdoch [Thu, 12 May 2011 20:44:24 +0000 (20:44 +0000)]
Fix typos in original tests
David Murdoch [Thu, 12 May 2011 14:29:27 +0000 (14:29 +0000)]
Update title to reflect test
David Murdoch [Thu, 12 May 2011 14:27:29 +0000 (14:27 +0000)]
Add a new visual test for position
David Murdoch [Thu, 12 May 2011 13:28:01 +0000 (13:28 +0000)]
Replace comma with semi-colon. How'd that get there?
David Murdoch [Wed, 11 May 2011 23:52:43 +0000 (16:52 -0700)]
fix spacing and add in a missing comma
David Murdoch [Wed, 11 May 2011 23:44:20 +0000 (16:44 -0700)]
Fix issue when window is "within".
David Murdoch [Wed, 11 May 2011 23:30:21 +0000 (16:30 -0700)]
Fix #5645 - Position: Allow for arbitrary element to be containing element
Scott González [Wed, 11 May 2011 12:24:16 +0000 (08:24 -0400)]
Autocomplete scrollable demo: Added missing menu dependency.
Scott González [Tue, 10 May 2011 18:04:50 +0000 (14:04 -0400)]
Tabs: Fixed select event.
Scott González [Tue, 10 May 2011 17:56:59 +0000 (13:56 -0400)]
Tabs: Fixed show event.
Scott González [Tue, 10 May 2011 16:35:19 +0000 (12:35 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui
Jörn Zaefferer [Tue, 10 May 2011 15:43:21 +0000 (17:43 +0200)]
Autocomplete: Add comment to fix for #7269
Jörn Zaefferer [Tue, 10 May 2011 15:40:49 +0000 (17:40 +0200)]
Merge remote branch 'treyhunner/topic/arrow-keys'
Jörn Zaefferer [Tue, 10 May 2011 15:33:32 +0000 (17:33 +0200)]
Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size
Jörn Zaefferer [Tue, 10 May 2011 15:27:55 +0000 (17:27 +0200)]
Combobox demo: Set tooltip class via option
Jörn Zaefferer [Tue, 10 May 2011 15:19:56 +0000 (17:19 +0200)]
Merge remote branch 'kzys/trac-7197'
Scott González [Tue, 10 May 2011 15:11:33 +0000 (11:11 -0400)]
Merge remote branch 'gnarf37/effects-visual-test'
Jörn Zaefferer [Tue, 10 May 2011 15:10:45 +0000 (17:10 +0200)]
Merge remote branch 'origin/master'
Scott González [Tue, 10 May 2011 15:00:14 +0000 (11:00 -0400)]
Merge remote branch 'gnarf37/ticket-7067'
Jörn Zaefferer [Tue, 10 May 2011 14:59:26 +0000 (16:59 +0200)]
Merge remote branch 'kborchers/unitTest_bug_7024'
Jörn Zaefferer [Tue, 10 May 2011 14:59:22 +0000 (16:59 +0200)]
Merge remote branch 'kborchers/bug_7024'
kborchers [Tue, 10 May 2011 14:54:13 +0000 (09:54 -0500)]
Autocomplete: Added unit test to check for preventing value change when an unintended mouseover event (Firefox) is fired before blur. Proposed fix is in pull request 236
Scott González [Tue, 10 May 2011 14:52:28 +0000 (07:52 -0700)]
Merge pull request #234 from carsonmcdonald/issue6948
Resizable: Skip autohide hover action when resizable is disabled. Fix #69
Scott González [Tue, 10 May 2011 13:16:16 +0000 (09:16 -0400)]
Tabs: Remvoed spinner image from tests.
Scott González [Tue, 10 May 2011 13:15:08 +0000 (09:15 -0400)]
Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.
Scott González [Tue, 10 May 2011 12:47:00 +0000 (08:47 -0400)]
Tabs: Moved tests out of tickets file.
Scott González [Mon, 9 May 2011 21:41:43 +0000 (17:41 -0400)]
Tabs: Updated tests for destroy method.
Scott González [Mon, 9 May 2011 21:38:34 +0000 (17:38 -0400)]
Tabs: Added tests for beforeload event on init.
kborchers [Mon, 9 May 2011 21:22:11 +0000 (16:22 -0500)]
Autocomplete: Added check to determine if menu has just been created to override mouseover event and reset that variable from autocomplete on close. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved
Scott González [Mon, 9 May 2011 21:10:36 +0000 (17:10 -0400)]
Tabs: Updated tests for disabled option.
Scott González [Mon, 9 May 2011 21:01:11 +0000 (17:01 -0400)]
Tabs: Added tests for event option.
Scott González [Mon, 9 May 2011 20:54:51 +0000 (16:54 -0400)]
Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.
Scott González [Mon, 9 May 2011 20:04:33 +0000 (16:04 -0400)]
Tabs: Only trigger tabsload on success.
David Petersen [Mon, 9 May 2011 19:42:24 +0000 (15:42 -0400)]
Tabs: Add tabsload event tests.
Jörn Zaefferer [Mon, 9 May 2011 19:42:44 +0000 (21:42 +0200)]
Readme update: Some instructions for cherry-picking from pull requests
Scott González [Mon, 9 May 2011 19:04:01 +0000 (15:04 -0400)]
Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
Scott González [Mon, 9 May 2011 18:45:57 +0000 (14:45 -0400)]
Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
Thanks gnarf for the unit test idea.
Scott González [Mon, 9 May 2011 17:10:17 +0000 (10:10 -0700)]
Merge pull request #235 from kborchers/bug_4333_2
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
Scott González [Mon, 9 May 2011 16:52:00 +0000 (12:52 -0400)]
Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.
kborchers [Mon, 9 May 2011 16:43:45 +0000 (11:43 -0500)]
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
Scott González [Mon, 9 May 2011 15:31:01 +0000 (11:31 -0400)]
Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).
Carson McDonald [Mon, 9 May 2011 15:00:12 +0000 (11:00 -0400)]
Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 - Resizable autoHide Doesn't Work With Resizable's disable
Richard D. Worth [Mon, 9 May 2011 13:50:19 +0000 (06:50 -0700)]
Merge pull request #229 from kzys/strange-whitespace
'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
Richard D. Worth [Mon, 9 May 2011 12:06:48 +0000 (05:06 -0700)]
Merge pull request #231 from itsadok/patch-1
fix: delete runaway backslash
Jörn Zaefferer [Sun, 8 May 2011 18:41:21 +0000 (20:41 +0200)]
Popup and Menubar demos
itsadok [Sun, 8 May 2011 09:37:33 +0000 (02:37 -0700)]
fix: delete runaway backslash
Jörn Zaefferer [Sat, 7 May 2011 14:23:31 +0000 (16:23 +0200)]
Popup: Fix keyboard handling to prevent scrolling on keydown
Jörn Zaefferer [Sat, 7 May 2011 14:22:04 +0000 (16:22 +0200)]
Promote menubar and popup to their own top level files
Jörn Zaefferer [Sat, 7 May 2011 13:18:50 +0000 (15:18 +0200)]
Popup: Better key handling on trigger, along with a few more TODO comments
Jörn Zaefferer [Sat, 7 May 2011 13:18:29 +0000 (15:18 +0200)]
Tooltip/Popup: Improve video-player demo
Kato Kazuyoshi [Sat, 7 May 2011 07:02:06 +0000 (16:02 +0900)]
Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
Kato Kazuyoshi [Fri, 6 May 2011 23:40:38 +0000 (08:40 +0900)]
Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 - Combobox: not valid value is set.
Jörn Zaefferer [Fri, 6 May 2011 17:49:50 +0000 (19:49 +0200)]
Popup: Improve key handling
Jörn Zaefferer [Fri, 6 May 2011 17:43:47 +0000 (19:43 +0200)]
Popup/Tooltip: Fix tab order and add notifications (on select) in
video-player demo.
Jörn Zaefferer [Fri, 6 May 2011 17:28:18 +0000 (19:28 +0200)]
Popup: If popup is a menu, focus the first menu item, as menubar does.
Jörn Zaefferer [Fri, 6 May 2011 17:21:13 +0000 (19:21 +0200)]
Popup: Fix the reopens-issue when clicking the trigger while popup is
visible, while still handling an actualy blur properly.
Scott González [Fri, 6 May 2011 17:29:02 +0000 (10:29 -0700)]
Merge pull request #218 from kborchers/bug_6775
Datepicker: Moved the setting of _datepickerShowing to after postProcess. Fixed #6775
eddiemonge [Thu, 5 May 2011 22:51:48 +0000 (15:51 -0700)]
Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need to have execute permissions.
kborchers [Fri, 6 May 2011 15:40:43 +0000 (10:40 -0500)]
Datepicker: Moved the setting of _datepickerShowing to after postProcess to prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out
Scott González [Thu, 5 May 2011 12:48:58 +0000 (05:48 -0700)]
Merge pull request #207 from eikes/bug-5945
Button: stop disabled button from firing click events. fixes #5945.
Eike Send [Thu, 5 May 2011 12:45:06 +0000 (14:45 +0200)]
Button: stop disabled button from firing click events. fixes #5945. Behavior was inconsisten between BUTTON and A elements.
Jörn Zaefferer [Thu, 5 May 2011 12:20:56 +0000 (14:20 +0200)]
Popup: Rename open flag to isOpen to avoid name conflict with open method.
gnarf [Thu, 5 May 2011 04:40:16 +0000 (23:40 -0500)]
effects.test: adding a test for size using toggle
gnarf [Thu, 5 May 2011 02:04:28 +0000 (21:04 -0500)]
effects.tests: Adding 'size' effect to the visual effect tests
Scott González [Wed, 4 May 2011 21:09:37 +0000 (14:09 -0700)]
Merge pull request #200 from kzys/trac-6704-2
Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
Scott González [Wed, 4 May 2011 21:00:20 +0000 (14:00 -0700)]
Merge pull request #201 from kzys/trac-7062
Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings.
Scott González [Wed, 4 May 2011 20:55:05 +0000 (13:55 -0700)]
Merge pull request #202 from kzys/trac-6734
Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
Kato Kazuyoshi [Wed, 4 May 2011 20:29:13 +0000 (05:29 +0900)]
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
Kato Kazuyoshi [Wed, 4 May 2011 20:06:27 +0000 (05:06 +0900)]
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings.
Kato Kazuyoshi [Wed, 4 May 2011 19:07:43 +0000 (04:07 +0900)]
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
Jörn Zaefferer [Wed, 4 May 2011 09:50:07 +0000 (11:50 +0200)]
Menubar: Code formatting. A bit of cleanup: Replace self with that;
replace an unnecessary each.
Jörn Zaefferer [Wed, 4 May 2011 09:21:30 +0000 (11:21 +0200)]
Popup: Also expose open method
Jörn Zaefferer [Wed, 4 May 2011 09:20:04 +0000 (11:20 +0200)]
Popup: Prevent SPACE key event on trigger from scrolling the page
Jörn Zaefferer [Wed, 4 May 2011 09:14:32 +0000 (11:14 +0200)]
Popup: Rename _close to close and use it when selecting something within a popup.
Jörn Zaefferer [Wed, 4 May 2011 09:06:32 +0000 (11:06 +0200)]
Popup: Partial fix for closing popup when trigger is clicked again.
Jörn Zaefferer [Wed, 4 May 2011 06:31:14 +0000 (08:31 +0200)]
Menubar review
Jörn Zaefferer [Wed, 4 May 2011 06:21:57 +0000 (08:21 +0200)]
Tooltip: Also close on click. Essential for tooltips on menu buttons.
Jörn Zaefferer [Wed, 4 May 2011 06:20:41 +0000 (08:20 +0200)]
Popup: Update popup test
Jörn Zaefferer [Tue, 3 May 2011 20:42:35 +0000 (22:42 +0200)]
Popup: Add a non-menu popup example
Jörn Zaefferer [Tue, 3 May 2011 19:57:25 +0000 (21:57 +0200)]
Menu: Restore _destroy - remove tabIndex (gets added), don't remove ID
(can get generated, but removing only generated ideas hopefully isn't
necessary). May have to fix that later.
gnarf [Tue, 3 May 2011 15:48:00 +0000 (10:48 -0500)]
effects.pulsate: tweaking 'times' - if showing / hiding the animation has an extra 'half' time as opposed to removing a 'half' time
gnarf [Tue, 3 May 2011 13:51:53 +0000 (08:51 -0500)]
effects.bounce: Fixing hide bounce distance calculation
gnarf [Tue, 3 May 2011 13:45:21 +0000 (08:45 -0500)]
effect.bounce: ignoring the margins for the height calc
gnarf [Tue, 3 May 2011 13:39:02 +0000 (08:39 -0500)]
effect.bounce: fixing default distance to be 1/3 the size of the bouncing box - thx @scott_gonzalez for catching this
gnarf [Tue, 3 May 2011 13:16:30 +0000 (09:16 -0400)]
Effects (blind): direction now accepts up/down/left/right as well as vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
gnarf [Tue, 3 May 2011 12:22:34 +0000 (07:22 -0500)]
effects.pulsate: set default mode to 'effect'
Scott González [Tue, 3 May 2011 11:48:08 +0000 (07:48 -0400)]
Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate select method.
Scott González [Tue, 3 May 2011 11:14:33 +0000 (07:14 -0400)]
Tabs: Clean up some tests.
Scott González [Tue, 3 May 2011 11:14:19 +0000 (07:14 -0400)]
Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selected option to active.