]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agodraggable,sortable: if the offset parent is the body, top/left values should always...
Paul Bakaus [Fri, 13 Feb 2009 12:26:44 +0000 (12:26 +0000)]
draggable,sortable: if the offset parent is the body, top/left values should always be normalized to 0 (fixes #4141 - margin on body in safari caused bump)

15 years agoupdated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/ 1.6
Richard Worth [Fri, 13 Feb 2009 11:35:59 +0000 (11:35 +0000)]
updated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/

15 years agoDatepicker: Added test for #4055 - onclick events contain references to "jQuery".
Scott González [Fri, 13 Feb 2009 04:12:28 +0000 (04:12 +0000)]
Datepicker: Added test for #4055 - onclick events contain references to "jQuery".

15 years agoSortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator is undocu...
Scott González [Fri, 13 Feb 2009 03:47:53 +0000 (03:47 +0000)]
Sortable: Removed sortIndicator option.  Fixed #4118 - option sortIndicator is undocumented.

15 years agoResizable:
Scott González [Fri, 13 Feb 2009 03:36:56 +0000 (03:36 +0000)]
Resizable:
  - Fixed destroy method.
  - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).

15 years agoDialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - focus...
Scott González [Fri, 13 Feb 2009 03:06:43 +0000 (03:06 +0000)]
Dialog: Don't set focus to elements in the titlebar on open.  Fixes #4126 - focus on dialog open should be constrained to the contents of the dialog.

NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable.  However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason.

15 years agoPrevent loading core files multiple times. Fixes #4130 - Too much recurson with...
Scott González [Fri, 13 Feb 2009 02:25:21 +0000 (02:25 +0000)]
Prevent loading core files multiple times.  Fixes #4130 - Too much recurson with double include.

15 years agodatepicker: temporary solution for inline click events with noConflict(true), introdu...
Paul Bakaus [Wed, 11 Feb 2009 13:40:21 +0000 (13:40 +0000)]
datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite)

15 years agoprogressbar: removed unused variables, some whitespace changes (fixes #4052)
Paul Bakaus [Wed, 11 Feb 2009 13:04:18 +0000 (13:04 +0000)]
progressbar: removed unused variables, some whitespace changes (fixes #4052)

15 years agodraggable: fixed numerous issues with over/out logic on connected sortable lists...
Paul Bakaus [Tue, 10 Feb 2009 15:05:01 +0000 (15:05 +0000)]
draggable: fixed numerous issues with over/out logic on connected sortable lists (fixes #3988)

15 years agoall: fixed jslint warnings
Paul Bakaus [Tue, 10 Feb 2009 13:11:34 +0000 (13:11 +0000)]
all: fixed jslint warnings

15 years agosortable: if current item was removed by user, it was reappended by the clearing...
Paul Bakaus [Tue, 10 Feb 2009 10:07:25 +0000 (10:07 +0000)]
sortable: if current item was removed by user, it was reappended by the clearing logic (fixes #4088)

15 years agocore: prevent calling plugins if the node doesn't exist in DOM anymore (has been...
Paul Bakaus [Tue, 10 Feb 2009 09:14:59 +0000 (09:14 +0000)]
core: prevent calling plugins if the node doesn't exist in DOM anymore (has been removed by the user) (fixes #4087)

15 years agoaccordion: chaining breaks if value in height() is negative (fixes #4102)
Paul Bakaus [Tue, 10 Feb 2009 08:59:24 +0000 (08:59 +0000)]
accordion: chaining breaks if value in height() is negative (fixes #4102)

15 years agobase theme: fixed typo with the inclusion of a bg texture (fixes #4046)
Paul Bakaus [Tue, 10 Feb 2009 08:53:49 +0000 (08:53 +0000)]
base theme: fixed typo with the inclusion of a bg texture (fixes #4046)

15 years agoslider: fixed failing visual test: slider_in_container_with_scrollbars
Richard Worth [Tue, 10 Feb 2009 03:48:21 +0000 (03:48 +0000)]
slider: fixed failing visual test: slider_in_container_with_scrollbars

15 years agodemos/sortable/connect-lists-through-tabs: quick selector bugfix
Bohdan Ganicky [Mon, 9 Feb 2009 19:59:19 +0000 (19:59 +0000)]
demos/sortable/connect-lists-through-tabs: quick selector bugfix

15 years agoResizable tests: Removed preserveCursor and proportionallyResize options.
Scott González [Mon, 9 Feb 2009 14:04:39 +0000 (14:04 +0000)]
Resizable tests: Removed preserveCursor and proportionallyResize options.

15 years agoResizable tests: Removed transparent option.
Scott González [Mon, 9 Feb 2009 14:03:12 +0000 (14:03 +0000)]
Resizable tests: Removed transparent option.

15 years agodialog: added some missing defaults
Richard Worth [Mon, 9 Feb 2009 11:15:23 +0000 (11:15 +0000)]
dialog: added some missing defaults

15 years agodemos/sortable/connect-lists-through-tabs: finetuning
Bohdan Ganicky [Mon, 9 Feb 2009 11:13:42 +0000 (11:13 +0000)]
demos/sortable/connect-lists-through-tabs: finetuning

15 years agoResizable: Fixed #4099 - Copy .data("resizable") to the wrapper element
Eduardo Lundgren [Mon, 9 Feb 2009 04:36:43 +0000 (04:36 +0000)]
Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element

15 years agoResizable: Fixed #4090 - proportionallyResize option should be removed (made internal)
Eduardo Lundgren [Mon, 9 Feb 2009 04:33:50 +0000 (04:33 +0000)]
Resizable: Fixed #4090 - proportionallyResize option should be removed (made internal)

15 years agoResizable: Fixed #4092 - preserveCursor option should be removed
Eduardo Lundgren [Mon, 9 Feb 2009 03:59:16 +0000 (03:59 +0000)]
Resizable: Fixed #4092 - preserveCursor option should be removed

15 years agoResizable: Fixed #4098 - Remove transparent option
Eduardo Lundgren [Mon, 9 Feb 2009 03:56:02 +0000 (03:56 +0000)]
Resizable: Fixed #4098 - Remove transparent option

15 years agoDialog: Don't allow the height of the content area to be negative.
Scott González [Mon, 9 Feb 2009 02:32:43 +0000 (02:32 +0000)]
Dialog: Don't allow the height of the content area to be negative.

15 years agoResizable: Fixed #4093: Removed disableSelection option.
Scott González [Mon, 9 Feb 2009 01:36:51 +0000 (01:36 +0000)]
Resizable: Fixed #4093: Removed disableSelection option.

15 years agoresizable visual tests: added option preventDefault tests
Richard Worth [Sun, 8 Feb 2009 06:10:29 +0000 (06:10 +0000)]
resizable visual tests: added option preventDefault tests

15 years agoRemoved unused code obsoleted by #3906 and r1754
Richard Worth [Sun, 8 Feb 2009 00:55:16 +0000 (00:55 +0000)]
Removed unused code obsoleted by #3906 and r1754

15 years agoresizable unit tests: defaults alpha order
Richard Worth [Sat, 7 Feb 2009 21:22:47 +0000 (21:22 +0000)]
resizable unit tests: defaults alpha order

15 years agodroppable visual tests: added option accept tests
Richard Worth [Sat, 7 Feb 2009 19:02:08 +0000 (19:02 +0000)]
droppable visual tests: added option accept tests

15 years agodroppable: defaults - alpha order
Richard Worth [Sat, 7 Feb 2009 18:28:29 +0000 (18:28 +0000)]
droppable: defaults - alpha order

15 years agovisual tests: added default style for #draggable
Richard Worth [Sat, 7 Feb 2009 18:15:14 +0000 (18:15 +0000)]
visual tests: added default style for #draggable

15 years agoMoved #4087 test page from demos/droppable to /tests/visual/droppable
Richard Worth [Sat, 7 Feb 2009 17:47:25 +0000 (17:47 +0000)]
Moved #4087 test page from demos/droppable to /tests/visual/droppable

15 years agofixed name and location of test page for #4088 - droppable, not sortable issue
Richard Worth [Sat, 7 Feb 2009 17:40:54 +0000 (17:40 +0000)]
fixed name and location of test page for #4088 - droppable, not sortable issue

15 years agosortable visual test: Updated #4088 test page to match visual TEST/ASSERT format
Richard Worth [Sat, 7 Feb 2009 17:33:52 +0000 (17:33 +0000)]
sortable visual test: Updated #4088 test page to match visual TEST/ASSERT format

15 years agomoved test page (#4088) from demos/sortable to tests/visual/sortable
Richard Worth [Sat, 7 Feb 2009 17:19:25 +0000 (17:19 +0000)]
moved test page (#4088) from demos/sortable to tests/visual/sortable

15 years agosortable visual tests: option revert
Richard Worth [Sat, 7 Feb 2009 17:15:47 +0000 (17:15 +0000)]
sortable visual tests: option revert

15 years agodemos/sortable/with-droppable: testcase for #4088 (Unable to remove() ui.draggable...
Bohdan Ganicky [Sat, 7 Feb 2009 16:00:01 +0000 (16:00 +0000)]
demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop callback.), not added to the index page

15 years agodemos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ui.draggabl...
Bohdan Ganicky [Sat, 7 Feb 2009 15:39:17 +0000 (15:39 +0000)]
demos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ui.draggable immediately after the drop callback raises an error.), not added to the index page

15 years agoDialog: Fixed #4086: Allow changing the dialogClass option after init.
Scott González [Sat, 7 Feb 2009 14:28:14 +0000 (14:28 +0000)]
Dialog: Fixed #4086: Allow changing the dialogClass option after init.

15 years agodraggable unit tests: added option iframeFix tests
Richard Worth [Sat, 7 Feb 2009 14:27:27 +0000 (14:27 +0000)]
draggable unit tests: added option iframeFix tests

15 years agodraggable unit tests: Added a few tests
Richard Worth [Sat, 7 Feb 2009 14:09:07 +0000 (14:09 +0000)]
draggable unit tests: Added a few tests

15 years agoresizable unit tests: zIndex default: 1000
Richard Worth [Sat, 7 Feb 2009 12:37:23 +0000 (12:37 +0000)]
resizable unit tests: zIndex default: 1000

15 years agounit tests: Added all defaults test page
Richard Worth [Sat, 7 Feb 2009 12:34:53 +0000 (12:34 +0000)]
unit tests: Added all defaults test page

15 years agoModified build script to pull docs rendered html directly from docs.jquery.com/UI
Richard Worth [Fri, 6 Feb 2009 19:44:44 +0000 (19:44 +0000)]
Modified build script to pull docs rendered html directly from docs.jquery.com/UI

15 years agosortable: implemented tests for start,stop,beforeStop,change and update
Paul Bakaus [Fri, 6 Feb 2009 07:39:52 +0000 (07:39 +0000)]
sortable: implemented tests for start,stop,beforeStop,change and update

15 years agoduplicated images to fix on demos index
Richard Worth [Fri, 6 Feb 2009 06:33:56 +0000 (06:33 +0000)]
duplicated images to fix on demos index

15 years agosortable unit tests - fixed el.css not a function
Richard Worth [Fri, 6 Feb 2009 02:41:46 +0000 (02:41 +0000)]
sortable unit tests - fixed el.css not a function

15 years agodemos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch after...
Bohdan Ganicky [Thu, 5 Feb 2009 21:44:38 +0000 (21:44 +0000)]
demos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch after item is removed from the list

15 years agoTabs: cleanup - no longer supports tabifying via list element, must use container
Klaus Hartl [Thu, 5 Feb 2009 19:58:38 +0000 (19:58 +0000)]
Tabs: cleanup - no longer supports tabifying via list element, must use container

15 years agodemos/sortable/connect-lists-through-tabs: fixed demo description
Bohdan Ganicky [Thu, 5 Feb 2009 19:48:10 +0000 (19:48 +0000)]
demos/sortable/connect-lists-through-tabs: fixed demo description

15 years agodemos/sortable/connect-lists-through-tabs: correct svn props set
Bohdan Ganicky [Thu, 5 Feb 2009 19:44:20 +0000 (19:44 +0000)]
demos/sortable/connect-lists-through-tabs: correct svn props set

15 years agodemos/sortable/connect-lists-through-tabs: new demo created as a reaction to a certai...
Bohdan Ganicky [Thu, 5 Feb 2009 19:39:38 +0000 (19:39 +0000)]
demos/sortable/connect-lists-through-tabs: new demo created as a reaction to a certain discussion in the jquery ui google group

15 years agoTabs: fixed bug related to setting selected via data method, cleaned up mess in tests
Klaus Hartl [Thu, 5 Feb 2009 19:36:31 +0000 (19:36 +0000)]
Tabs: fixed bug related to setting selected via data method, cleaned up mess in tests

15 years agoTabs: removed useless array joins, consistent usage of "ui-tabs-selected" class
Klaus Hartl [Thu, 5 Feb 2009 19:11:12 +0000 (19:11 +0000)]
Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" class

15 years agoTabs: Added tests for select method while at the same time implemented consistent...
Klaus Hartl [Thu, 5 Feb 2009 19:02:47 +0000 (19:02 +0000)]
Tabs: Added tests for select method while at the same time implemented consistent handling of possible values to pass, addresses #4051

15 years agoDialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).
Scott González [Thu, 5 Feb 2009 14:30:59 +0000 (14:30 +0000)]
Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).

15 years agofixed tab not being pushed on top of panel border in IE6, tweaked CSS a bit
Klaus Hartl [Thu, 5 Feb 2009 09:00:51 +0000 (09:00 +0000)]
fixed tab not being pushed on top of panel border in IE6, tweaked CSS a bit

15 years agoRemoved superfluous display declaration (a float implicitly makes an element display...
Klaus Hartl [Thu, 5 Feb 2009 08:54:57 +0000 (08:54 +0000)]
Removed superfluous display declaration (a float implicitly makes an element display block)

15 years agoTabs demo: use collapsible instead of deprecated deselectable option
Klaus Hartl [Thu, 5 Feb 2009 07:27:20 +0000 (07:27 +0000)]
Tabs demo: use collapsible instead of deprecated deselectable option

15 years agoadded float left back to anchor to get click anwhere behavior (not just text)
Scott Jehl [Thu, 5 Feb 2009 06:07:05 +0000 (06:07 +0000)]
added float left back to anchor to get click anwhere behavior (not just text)

15 years agodemos slider: removed extra char (;) in stylesheet
Richard Worth [Thu, 5 Feb 2009 06:03:31 +0000 (06:03 +0000)]
demos slider: removed extra char (;) in stylesheet

15 years agoFixed 4062 - slider: vertical slider handle jumps up when you click on it
Richard Worth [Thu, 5 Feb 2009 06:01:10 +0000 (06:01 +0000)]
Fixed 4062 - slider: vertical slider handle jumps up when you click on it

15 years agoadded vertical tabs demo. This could be implemented very easily in the future by...
Scott Jehl [Thu, 5 Feb 2009 06:00:10 +0000 (06:00 +0000)]
added vertical tabs demo. This could be implemented very easily in the future by adding a class to the widget.

15 years agofew more border resets changed to border-width
Scott Jehl [Thu, 5 Feb 2009 05:43:15 +0000 (05:43 +0000)]
few more border resets changed to border-width

15 years agotypo: width, not weight
Scott Jehl [Thu, 5 Feb 2009 05:34:04 +0000 (05:34 +0000)]
typo: width, not weight

15 years agochanged border-bottom to border-bottom-weight. less specific override to retain borde...
Scott Jehl [Thu, 5 Feb 2009 05:30:17 +0000 (05:30 +0000)]
changed border-bottom to border-bottom-weight. less specific override to retain border color

15 years agoFixed #3804 (Multiple Slider Focus Issues)
Richard Worth [Thu, 5 Feb 2009 05:25:12 +0000 (05:25 +0000)]
Fixed #3804 (Multiple Slider Focus Issues)

15 years agoaccordion defaults in alpha order
Richard Worth [Thu, 5 Feb 2009 04:34:38 +0000 (04:34 +0000)]
accordion defaults in alpha order

15 years agoDraggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable activate/deacti...
Scott González [Thu, 5 Feb 2009 04:21:21 +0000 (04:21 +0000)]
Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable activate/deactivate callback when receiving a draggable.

15 years agoDraggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable receive callbac...
Scott González [Thu, 5 Feb 2009 04:12:23 +0000 (04:12 +0000)]
Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable receive callback when receiving a draggable.

15 years agoDraggable: Removed ridiculousness (some of it anyway).
Scott González [Thu, 5 Feb 2009 03:44:08 +0000 (03:44 +0000)]
Draggable: Removed ridiculousness (some of it anyway).

15 years agoMouse: Fixed #4061: Prevent errors when manually triggering mousedown events on eleme...
Scott González [Thu, 5 Feb 2009 02:33:21 +0000 (02:33 +0000)]
Mouse: Fixed #4061: Prevent errors when manually triggering mousedown events on elements that use $.ui.mouse (event.originalEvent isn't defined).

15 years agoeffect core: speed wasn't detected in all situations (fixes #4057)
Paul Bakaus [Thu, 5 Feb 2009 01:39:58 +0000 (01:39 +0000)]
effect core: speed wasn't detected in all situations (fixes #4057)

15 years agoset a taller initial height on the progress bar. resize icon looked awkward with it.
Scott Jehl [Thu, 5 Feb 2009 01:08:42 +0000 (01:08 +0000)]
set a taller initial height on the progress bar. resize icon looked awkward with it.

15 years agoTabs: fixed duration for show animation - setting wasn't considered
Klaus Hartl [Wed, 4 Feb 2009 20:46:54 +0000 (20:46 +0000)]
Tabs: fixed duration for show animation - setting wasn't considered

15 years agojust reviewed
Klaus Hartl [Wed, 4 Feb 2009 09:35:52 +0000 (09:35 +0000)]
just reviewed

15 years agounit tests: added index page
Richard Worth [Wed, 4 Feb 2009 05:11:45 +0000 (05:11 +0000)]
unit tests: added index page

15 years agoall unit tests: fixed paths to point to new separate files
Richard Worth [Wed, 4 Feb 2009 05:06:37 +0000 (05:06 +0000)]
all unit tests: fixed paths to point to new separate files

15 years agoselectable unit tests: split tests into individual files
Richard Worth [Wed, 4 Feb 2009 04:53:09 +0000 (04:53 +0000)]
selectable unit tests: split tests into individual files

15 years agoresizable unit tests: split tests into individual files
Richard Worth [Wed, 4 Feb 2009 04:47:39 +0000 (04:47 +0000)]
resizable unit tests: split tests into individual files

15 years agoprogressbar unit tests: split tests into individual files
Richard Worth [Wed, 4 Feb 2009 04:39:31 +0000 (04:39 +0000)]
progressbar unit tests: split tests into individual files

15 years agodialog unit tests: split tests into individual files
Richard Worth [Wed, 4 Feb 2009 04:35:18 +0000 (04:35 +0000)]
dialog unit tests: split tests into individual files

15 years agodatepicker unit tests: split tests into individual files
Richard Worth [Wed, 4 Feb 2009 04:27:14 +0000 (04:27 +0000)]
datepicker unit tests: split tests into individual files

15 years agoDatepicker inline demo: Fixed #3967: Inline demo doesn't work in IE6 from main demo...
Scott González [Wed, 4 Feb 2009 01:57:06 +0000 (01:57 +0000)]
Datepicker inline demo: Fixed #3967: Inline demo doesn't work in IE6 from main demo page.

15 years agoFixed #4044: In IE6 link pseudo classes still apply if styles have been declared...
Klaus Hartl [Tue, 3 Feb 2009 22:15:39 +0000 (22:15 +0000)]
Fixed #4044: In IE6 link pseudo classes still apply if styles have been declared to a only

15 years agoui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in IE6" or...
Bohdan Ganicky [Tue, 3 Feb 2009 14:36:42 +0000 (14:36 +0000)]
ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in IE6" or hasLayout strikes again

15 years agotabs unit tests: split tests into individual files, added some missing tests
Richard Worth [Tue, 3 Feb 2009 13:37:54 +0000 (13:37 +0000)]
tabs unit tests: split tests into individual files, added some missing tests

15 years agothemes/base/ui.tabs.css: fix for IE6 so tabs' whole region is clickable
Bohdan Ganicky [Tue, 3 Feb 2009 11:36:07 +0000 (11:36 +0000)]
themes/base/ui.tabs.css: fix for IE6 so tabs' whole region is clickable

15 years agothemes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996
Bohdan Ganicky [Tue, 3 Feb 2009 11:10:52 +0000 (11:10 +0000)]
themes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996

15 years agoaccordion unit tests: split tests into individual files
Richard Worth [Tue, 3 Feb 2009 08:23:48 +0000 (08:23 +0000)]
accordion unit tests: split tests into individual files

15 years agoFixed #4050 (Dialog: undefined class being added to ui-dialog element)
Richard Worth [Tue, 3 Feb 2009 04:20:42 +0000 (04:20 +0000)]
Fixed #4050 (Dialog: undefined class being added to ui-dialog element)

15 years agodraggable: missed internal use of ui.absolutePosition
Richard Worth [Tue, 3 Feb 2009 03:02:30 +0000 (03:02 +0000)]
draggable: missed internal use of ui.absolutePosition

15 years agosortable unit tests: stubbed out missing tests
Richard Worth [Tue, 3 Feb 2009 02:53:34 +0000 (02:53 +0000)]
sortable unit tests: stubbed out missing tests

15 years agosortable unit tests: stubbed out missing tests
Richard Worth [Tue, 3 Feb 2009 02:49:49 +0000 (02:49 +0000)]
sortable unit tests: stubbed out missing tests

15 years agosortable defaults
Richard Worth [Tue, 3 Feb 2009 02:23:07 +0000 (02:23 +0000)]
sortable defaults

15 years agoFixed #4038 (sortable: cssNamespace option should be removed)
Richard Worth [Tue, 3 Feb 2009 02:18:12 +0000 (02:18 +0000)]
Fixed #4038 (sortable: cssNamespace option should be removed)

15 years agosortable: changed sortable option cursor default value to 'auto' instead of 'default'
Richard Worth [Tue, 3 Feb 2009 01:22:34 +0000 (01:22 +0000)]
sortable: changed sortable option cursor default value to 'auto' instead of 'default'

15 years agosortable defaults
Richard Worth [Tue, 3 Feb 2009 01:20:55 +0000 (01:20 +0000)]
sortable defaults