]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agotabs: comment about failing options-defaults-test
Jörn Zaefferer [Tue, 15 Sep 2009 08:39:47 +0000 (08:39 +0000)]
tabs: comment about failing options-defaults-test

15 years agoslider: fixed defaults test to include cancel-callback
Jörn Zaefferer [Tue, 15 Sep 2009 08:39:28 +0000 (08:39 +0000)]
slider: fixed defaults test to include cancel-callback

15 years agoselectable test cleanup: border and margin helpers were never used, missing semicolon...
Jörn Zaefferer [Tue, 15 Sep 2009 08:39:11 +0000 (08:39 +0000)]
selectable test cleanup: border and margin helpers were never used, missing semicolons caused a parser error

15 years agoprogessbar: comments about failing aria-disabled attr test (in IE), no idea why that...
Jörn Zaefferer [Tue, 15 Sep 2009 08:38:37 +0000 (08:38 +0000)]
progessbar: comments about failing aria-disabled attr test (in IE), no idea why that happens

15 years agoprogressbar: option-test fails for non-numeric values, so anything non-numeric is...
Jörn Zaefferer [Tue, 15 Sep 2009 08:38:11 +0000 (08:38 +0000)]
progressbar: option-test fails for non-numeric values, so anything non-numeric is now normalized to 0

15 years agodraggable: tests cleanup, put all elements into #main
Jörn Zaefferer [Tue, 15 Sep 2009 08:37:22 +0000 (08:37 +0000)]
draggable: tests cleanup, put all elements into #main

15 years agocore tests: a few comments about failing tests, a few fixes for existing tests, mostl...
Jörn Zaefferer [Tue, 15 Sep 2009 08:35:46 +0000 (08:35 +0000)]
core tests: a few comments about failing tests, a few fixes for existing tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core

15 years agoaccordion: remove deprecated alwaysOpen option (collapsible was introduced in last...
Jörn Zaefferer [Tue, 15 Sep 2009 08:33:28 +0000 (08:33 +0000)]
accordion: remove deprecated alwaysOpen option (collapsible was introduced in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless

15 years agocommon widget tests: improve handling of functions (even same() can't compare two...
Jörn Zaefferer [Tue, 15 Sep 2009 08:26:59 +0000 (08:26 +0000)]
common widget tests: improve handling of functions (even same() can't compare two functions by their "content")

15 years agoslider tests: fixing variable scopes
Jörn Zaefferer [Tue, 15 Sep 2009 08:25:00 +0000 (08:25 +0000)]
slider tests: fixing variable scopes

15 years agoresizable: make global _store variable local
Jörn Zaefferer [Tue, 15 Sep 2009 08:21:20 +0000 (08:21 +0000)]
resizable: make global _store variable local

15 years agodatepicker: fixed two global variables
Jörn Zaefferer [Tue, 15 Sep 2009 08:14:11 +0000 (08:14 +0000)]
datepicker: fixed two global variables

15 years agodialog: fixed dragStop test (was using dragStart instead of dragStop, copy&paste...
Jörn Zaefferer [Mon, 14 Sep 2009 14:54:15 +0000 (14:54 +0000)]
dialog: fixed dragStop test (was using dragStart instead of dragStop, copy&paste FTF)

15 years agoprogressbar: implemented missing tests
Jörn Zaefferer [Fri, 11 Sep 2009 18:47:34 +0000 (18:47 +0000)]
progressbar: implemented missing tests

15 years agoremoved code that created testsuite markup; QUnit handles that
Jörn Zaefferer [Fri, 11 Sep 2009 18:31:15 +0000 (18:31 +0000)]
removed code that created testsuite markup; QUnit handles that

15 years agochange script ordering to load testswarm agent after QUnit
Jörn Zaefferer [Fri, 11 Sep 2009 18:30:23 +0000 (18:30 +0000)]
change script ordering to load testswarm agent after QUnit

15 years agoinject testswarm agent when the test is run by testswarm
Jörn Zaefferer [Fri, 11 Sep 2009 18:22:52 +0000 (18:22 +0000)]
inject testswarm agent when the test is run by testswarm

15 years agoWidget factory: Namespace the remove event handler.
Scott González [Sun, 6 Sep 2009 16:19:30 +0000 (16:19 +0000)]
Widget factory: Namespace the remove event handler.

15 years agoeffects easing: typo
Jörn Zaefferer [Wed, 2 Sep 2009 19:41:18 +0000 (19:41 +0000)]
effects easing: typo

15 years agofixed a little issue in Chrome, Safari
Richard Worth [Wed, 2 Sep 2009 19:30:46 +0000 (19:30 +0000)]
fixed a little issue in Chrome, Safari

15 years agoFixed a bug in the drawing of all the graphs, especially visible in easeout curves...
Richard Worth [Wed, 2 Sep 2009 19:23:38 +0000 (19:23 +0000)]
Fixed a bug in the drawing of all the graphs, especially visible in easeout curves. Added a top line to each graph. Added support for linear graph and preview. Slowed animation down a bit, to aid in preview.

15 years agomoving test.html file to child dir for testswarm compability
Jörn Zaefferer [Tue, 1 Sep 2009 08:26:53 +0000 (08:26 +0000)]
moving test.html file to child dir for testswarm compability

15 years agomoving all*.html to tests/unit for testswarm compability
Jörn Zaefferer [Tue, 1 Sep 2009 08:25:29 +0000 (08:25 +0000)]
moving all*.html to tests/unit for testswarm compability

15 years agorename modules for testswarm compability
Jörn Zaefferer [Tue, 1 Sep 2009 08:16:10 +0000 (08:16 +0000)]
rename modules for testswarm compability

15 years agoupdate to lastest QUnit
Jörn Zaefferer [Sun, 30 Aug 2009 10:46:20 +0000 (10:46 +0000)]
update to lastest QUnit

15 years agoDialog demo: Use the ui-state-highlight class instead of a hard-coded color. Fixes...
Scott González [Sat, 29 Aug 2009 02:12:56 +0000 (02:12 +0000)]
Dialog demo: Use the ui-state-highlight class instead of a hard-coded color.  Fixes #4808 - Modal dialog form validation demo - error message uses hard-coded color.

15 years agoadded rule to negate outlines on :active state, so the outlines won't appear as much...
Scott Jehl [Fri, 28 Aug 2009 16:12:39 +0000 (16:12 +0000)]
added rule to negate outlines on :active state, so the outlines won't appear as much during mouse interaction.

15 years agoremoved outline: none; resets from our interaction styles so focus will receive nativ...
Scott Jehl [Fri, 28 Aug 2009 16:11:23 +0000 (16:11 +0000)]
removed outline: none; resets from our interaction styles so focus will receive native outline styling.

15 years agoWidget factory: Added support for deep extending multiple option hashes on init.
Scott González [Fri, 28 Aug 2009 00:39:43 +0000 (00:39 +0000)]
Widget factory: Added support for deep extending multiple option hashes on init.

15 years agoWidget factory: Support passing multiple option hashes on init. Fixes #4784.
Scott González [Wed, 26 Aug 2009 02:06:19 +0000 (02:06 +0000)]
Widget factory: Support passing multiple option hashes on init.  Fixes #4784.

15 years agoDialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioning for...
Scott González [Wed, 26 Aug 2009 01:40:01 +0000 (01:40 +0000)]
Dialog: Moved positioning and overflow to CSS.  Fixes #2848 - Fixed positioning for dialogs.

15 years agodraggable, sortable: include originalPosition in ui hash, implements #3782
Paul Bakaus [Sun, 23 Aug 2009 17:40:44 +0000 (17:40 +0000)]
draggable, sortable: include originalPosition in ui hash, implements #3782

15 years agosortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991
Paul Bakaus [Sat, 22 Aug 2009 13:58:36 +0000 (13:58 +0000)]
sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991

15 years agosortable: toArray/serialize should not include the placeholder, fixes #4138
Paul Bakaus [Sat, 22 Aug 2009 13:48:04 +0000 (13:48 +0000)]
sortable: toArray/serialize should not include the placeholder, fixes #4138

15 years agodroppable: greedy childs that dont accept the draggable dont block propagation anymor...
Paul Bakaus [Sat, 22 Aug 2009 12:25:50 +0000 (12:25 +0000)]
droppable: greedy childs that dont accept the draggable dont block propagation anymore, fixes #4570

15 years agodraggable: scope option failed when no droppables within that scope exist, fixes...
Paul Bakaus [Sat, 22 Aug 2009 11:48:48 +0000 (11:48 +0000)]
draggable: scope option failed when no droppables within that scope exist, fixes #4289

15 years agodraggable: position and offset were undefined in start callback, fixes #4380
Paul Bakaus [Sat, 22 Aug 2009 08:10:19 +0000 (08:10 +0000)]
draggable: position and offset were undefined in start callback, fixes #4380

15 years agodraggable: made stack accept a selector instead of a complex hash, min value is autod...
Paul Bakaus [Sat, 22 Aug 2009 07:59:09 +0000 (07:59 +0000)]
draggable: made stack accept a selector instead of a complex hash, min value is autodetermined now, implements #4365

15 years agodraggable: direct removal of draggable element on drop event doesnt make used plugins...
Paul Bakaus [Fri, 21 Aug 2009 14:13:47 +0000 (14:13 +0000)]
draggable: direct removal of draggable element on drop event doesnt make used plugins fire an error anymore, fixes #4550

15 years agoDatepicker: Add yearSuffix value for Chinese/Korean. fixes #4793
Chi Cheng [Wed, 19 Aug 2009 16:33:32 +0000 (16:33 +0000)]
Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793

15 years agoWorkaround for #4786, improved
Jörn Zaefferer [Tue, 18 Aug 2009 19:23:49 +0000 (19:23 +0000)]
Workaround for #4786, improved

15 years agoWorkaround for #4786
Jörn Zaefferer [Tue, 18 Aug 2009 19:22:25 +0000 (19:22 +0000)]
Workaround for #4786

15 years agosortable accordion: formatting
Jörn Zaefferer [Tue, 18 Aug 2009 19:07:26 +0000 (19:07 +0000)]
sortable accordion: formatting

15 years agoTabs: Fix for #4785, improving styles
Jörn Zaefferer [Tue, 18 Aug 2009 18:37:33 +0000 (18:37 +0000)]
Tabs: Fix for #4785, improving styles

15 years agoTabs: Fix for #4785, mime-type
Jörn Zaefferer [Tue, 18 Aug 2009 18:26:45 +0000 (18:26 +0000)]
Tabs: Fix for #4785, mime-type

15 years agoTabs: Fix for #4785
Jörn Zaefferer [Tue, 18 Aug 2009 18:25:27 +0000 (18:25 +0000)]
Tabs: Fix for #4785

15 years agoposition: improved default demo to use position:absolute instead of fixed - with...
Jörn Zaefferer [Sun, 16 Aug 2009 09:09:48 +0000 (09:09 +0000)]
position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll

15 years agoposition: added demo to demos/index.html
Jörn Zaefferer [Sun, 16 Aug 2009 09:08:47 +0000 (09:08 +0000)]
position: added demo to demos/index.html

15 years agoset trunk version to 1.8pre
Richard Worth [Thu, 13 Aug 2009 02:04:57 +0000 (02:04 +0000)]
set trunk version to 1.8pre

15 years agoset trunk version to 1.8a1 1.8a1
Richard Worth [Thu, 13 Aug 2009 02:03:33 +0000 (02:03 +0000)]
set trunk version to 1.8a1

15 years agodialog unit tests: added position and stackfix
Richard Worth [Wed, 12 Aug 2009 08:20:57 +0000 (08:20 +0000)]
dialog unit tests: added position and stackfix

15 years agodialog visual tests: added position and stackfix
Richard Worth [Wed, 12 Aug 2009 08:18:51 +0000 (08:18 +0000)]
dialog visual tests: added position and stackfix

15 years agoaccordion: Fix for #4695, refactored
Jörn Zaefferer [Tue, 11 Aug 2009 19:08:23 +0000 (19:08 +0000)]
accordion: Fix for #4695, refactored

15 years agoaccordion: Fix for #4695
Jörn Zaefferer [Tue, 11 Aug 2009 19:01:08 +0000 (19:01 +0000)]
accordion: Fix for #4695

15 years agoaccordion: Fix for #4695
Jörn Zaefferer [Tue, 11 Aug 2009 18:58:03 +0000 (18:58 +0000)]
accordion: Fix for #4695

15 years agoaccordion: fix for #4436
Jörn Zaefferer [Tue, 11 Aug 2009 18:46:00 +0000 (18:46 +0000)]
accordion: fix for #4436

15 years agoAccordion: added a couple failing tests for option active: init and collapsed
Richard Worth [Tue, 11 Aug 2009 00:57:50 +0000 (00:57 +0000)]
Accordion: added a couple failing tests for option active: init and collapsed

15 years agoFixed accordion option active getter and setter. Normalized getter to number, 0-based...
Richard Worth [Tue, 11 Aug 2009 00:45:01 +0000 (00:45 +0000)]
Fixed accordion option active getter and setter. Normalized getter to number, 0-based index.

15 years agoRemoved jquery.simulate from external/ as it's being removed from jqueryjs.googlecode...
Richard Worth [Mon, 10 Aug 2009 09:38:14 +0000 (09:38 +0000)]
Removed jquery.simulate from external/ as it's being removed from jqueryjs.googlecode.com/svn/trunk/plugins

15 years agoslider option visual tests
Richard Worth [Sat, 8 Aug 2009 12:18:02 +0000 (12:18 +0000)]
slider option visual tests

15 years agoaccordion: visual testcase and fix for #4444; probably fixes a few other issues,...
Jörn Zaefferer [Thu, 6 Aug 2009 18:57:44 +0000 (18:57 +0000)]
accordion: visual testcase and fix for #4444; probably fixes a few other issues, too, eg. less flickering

15 years agoaccordion: fix for #4754; related tests were failing before, fixed them, too (checked...
Jörn Zaefferer [Thu, 6 Aug 2009 18:44:36 +0000 (18:44 +0000)]
accordion: fix for #4754; related tests were failing before, fixed them, too (checked to correct sizes in Firebug)

15 years agoaccordion: visual testcase for #4322, improved the browser default stylings for a...
Jörn Zaefferer [Thu, 6 Aug 2009 18:34:51 +0000 (18:34 +0000)]
accordion: visual testcase for #4322, improved the browser default stylings for a better comparsion

15 years agoaccordion: visual testcase for #4322
Jörn Zaefferer [Thu, 6 Aug 2009 18:19:40 +0000 (18:19 +0000)]
accordion: visual testcase for #4322

15 years agoinclude position plugin in demos/index.html - especially annoying when that is missin...
Jörn Zaefferer [Thu, 6 Aug 2009 18:12:28 +0000 (18:12 +0000)]
include position plugin in demos/index.html - especially annoying when that is missing because position() isn't undefined when ui.position.js is missing

15 years agodraggable: inline comment to clarify some odd check
Jörn Zaefferer [Thu, 6 Aug 2009 18:10:10 +0000 (18:10 +0000)]
draggable: inline comment to clarify some odd check

15 years agodatepicker i18n: missing comma (syntax checking editors are great)
Jörn Zaefferer [Thu, 6 Aug 2009 17:32:55 +0000 (17:32 +0000)]
datepicker i18n: missing comma (syntax checking editors are great)

15 years agoAdded zIndex method. Fixes #4709 - Add zIndex setter/getter method.
Scott González [Wed, 5 Aug 2009 13:30:55 +0000 (13:30 +0000)]
Added zIndex method.  Fixes #4709 - Add zIndex setter/getter method.

15 years agovisual test : Accordion option navigation true - added a note about needing to refres...
Richard Worth [Wed, 5 Aug 2009 12:25:12 +0000 (12:25 +0000)]
visual test : Accordion option navigation true - added a note about needing to refresh the page after clicking a navigation link.

15 years agoeol-style and mime-type
Richard Worth [Wed, 5 Aug 2009 12:17:35 +0000 (12:17 +0000)]
eol-style and mime-type

15 years agoAccordion visual test: option navigation true
Richard Worth [Wed, 5 Aug 2009 12:16:43 +0000 (12:16 +0000)]
Accordion visual test: option navigation true

15 years agoSlider: Create a copy of the options.values array for the return value of _value...
Scott González [Tue, 4 Aug 2009 23:35:08 +0000 (23:35 +0000)]
Slider: Create a copy of the options.values array for the return value of _value().  Fixes #4751 - Dragging slider modifies values, even if callback returns false.

Thanks bkrausz.

15 years agoResizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize.
Scott González [Tue, 4 Aug 2009 02:02:57 +0000 (02:02 +0000)]
Resizable: Don't allow resizing when disabled.  Fixes #4743 - Disable Resize.

15 years agoDialog: Support hash, array, string for cursorAt option. Use position plugin. Parti...
Scott González [Mon, 3 Aug 2009 14:28:54 +0000 (14:28 +0000)]
Dialog: Support hash, array, string for cursorAt option.  Use position plugin.  Partial fix for #2525 - Standardised way to pass coordinates to plugins.

15 years agoPosition: fixed comment wording.
Scott González [Mon, 3 Aug 2009 13:17:56 +0000 (13:17 +0000)]
Position: fixed comment wording.

15 years agoSortable: Support hash, array, string for cursorAt option. Partial fix for #2525...
Scott González [Mon, 3 Aug 2009 13:17:00 +0000 (13:17 +0000)]
Sortable: Support hash, array, string for cursorAt option.  Partial fix for #2525 - Standardised way to pass coordinates to plugins.

15 years agoDraggable: Support hash, array, string for cursorAt option. Partial fix for #2525...
Scott González [Mon, 3 Aug 2009 13:13:13 +0000 (13:13 +0000)]
Draggable: Support hash, array, string for cursorAt option.  Partial fix for #2525 - Standardised way to pass coordinates to plugins.

15 years agoPosition: set "at" option while align to cursor, fixes collision:flip not work with...
Chi Cheng [Sun, 2 Aug 2009 16:17:07 +0000 (16:17 +0000)]
Position: set "at" option while align to cursor, fixes collision:flip not work with default value

15 years agoPosition: set "at" option while align to cursor, fixes collision:flip not work with...
Chi Cheng [Sun, 2 Aug 2009 14:02:32 +0000 (14:02 +0000)]
Position: set "at" option while align to cursor, fixes collision:flip not work with default value

15 years agoBuild: download document for Position and Stackfix
Chi Cheng [Sun, 2 Aug 2009 08:31:54 +0000 (08:31 +0000)]
Build: download document for Position and Stackfix

15 years agoAccordion: Don't stop propagation when clicking in headers. Fixes #4732 - accordion...
Scott González [Fri, 31 Jul 2009 00:23:41 +0000 (00:23 +0000)]
Accordion: Don't stop propagation when clicking in headers.  Fixes #4732 - accordion steals header clicks.

15 years agoPosition: Removed default options hash.
Scott González [Fri, 31 Jul 2009 00:15:36 +0000 (00:15 +0000)]
Position: Removed default options hash.

15 years agoPosition: Allow without "at" option passed. (Not need it when align to cursor.)
Chi Cheng [Thu, 30 Jul 2009 14:06:31 +0000 (14:06 +0000)]
Position: Allow without "at" option passed. (Not need it when align to cursor.)

15 years agoPosition: Allow without "at" option passed. (Not need it when align to cursor.)
Chi Cheng [Thu, 30 Jul 2009 13:21:21 +0000 (13:21 +0000)]
Position: Allow without "at" option passed. (Not need it when align to cursor.)

15 years agoDatepicker: Fixed #4131 Could week numbers [be] added to the Datepicker
Keith Wood [Wed, 29 Jul 2009 08:33:33 +0000 (08:33 +0000)]
Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker

15 years agoDatepicker: Default duration changed
Keith Wood [Wed, 29 Jul 2009 08:27:31 +0000 (08:27 +0000)]
Datepicker: Default duration changed

15 years agoeol-style and mime-type
Richard Worth [Tue, 28 Jul 2009 13:39:11 +0000 (13:39 +0000)]
eol-style and mime-type

15 years agosortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!)
Paul Bakaus [Tue, 28 Jul 2009 05:50:23 +0000 (05:50 +0000)]
sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!)

15 years agoDialog: Include stackfix in default demo.
Scott González [Tue, 28 Jul 2009 02:34:35 +0000 (02:34 +0000)]
Dialog: Include stackfix in default demo.

15 years agoDialog tests: Switch bgiframe to stackfix.
Scott González [Mon, 27 Jul 2009 23:53:58 +0000 (23:53 +0000)]
Dialog tests: Switch bgiframe to stackfix.

15 years agoEffects: handle switch parameter in toggleClass, fixes #4722
Chi Cheng [Mon, 27 Jul 2009 17:35:54 +0000 (17:35 +0000)]
Effects: handle switch parameter in toggleClass, fixes #4722

15 years agoPosition: rollback
Chi Cheng [Mon, 27 Jul 2009 15:30:25 +0000 (15:30 +0000)]
Position: rollback

15 years agoposition: add document link; values should be string but not defaultValue variant
Chi Cheng [Sun, 26 Jul 2009 09:36:29 +0000 (09:36 +0000)]
position: add document link; values should be string but not defaultValue variant

15 years agoposition: make it work without ui.core.js
Chi Cheng [Sat, 25 Jul 2009 19:56:11 +0000 (19:56 +0000)]
position: make it work without ui.core.js

15 years agoStackfix: restrict version test to IE version
Chi Cheng [Sat, 25 Jul 2009 13:19:42 +0000 (13:19 +0000)]
Stackfix: restrict version test to IE version

15 years agoCopied position plugin from /branches/dev/positionTo r2971.
Scott González [Fri, 24 Jul 2009 18:24:13 +0000 (18:24 +0000)]
Copied position plugin from /branches/dev/positionTo r2971.

15 years agoDatepicker in dialog compound demo: Initialize datepicker before dialog opens.
Scott González [Fri, 24 Jul 2009 12:53:04 +0000 (12:53 +0000)]
Datepicker in dialog compound demo: Initialize datepicker before dialog opens.

15 years agoDialog: Use :data(resizable) instead of :ui-resizable to check if the dialog is resiz...
Scott González [Fri, 24 Jul 2009 02:00:31 +0000 (02:00 +0000)]
Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog is resizable.  Fixes a bug when the resizable plugin isn't loaded and the :ui-resizable selector therefore doesn't exist.

15 years agoDialog: Update position option after drag. Fixes #4679 - Dialogs should remember...
Scott González [Thu, 23 Jul 2009 02:47:38 +0000 (02:47 +0000)]
Dialog: Update position option after drag.  Fixes #4679 - Dialogs should remember their position after drag.

Thanks wewals.

15 years agoDatepicker: Fixed #4691 Datepicker positioning is off if the window has almost the...
Keith Wood [Wed, 22 Jul 2009 08:39:44 +0000 (08:39 +0000)]
Datepicker: Fixed #4691 Datepicker positioning is off if the window has almost the same height as the calendar div