]>
source.dussan.org Git - jquery-ui.git/log
Richard Worth [Mon, 9 Jun 2008 06:04:53 +0000 (06:04 +0000)]
tests - all.html, removed links for missing .js files
Richard Worth [Mon, 9 Jun 2008 05:59:18 +0000 (05:59 +0000)]
tests - wrapped in closures so all.html will work
Richard Worth [Mon, 9 Jun 2008 05:42:13 +0000 (05:42 +0000)]
added simple visual tests
Richard Worth [Mon, 9 Jun 2008 05:40:24 +0000 (05:40 +0000)]
tests - added selectable unit tests
Eduardo Lundgren [Mon, 9 Jun 2008 05:40:21 +0000 (05:40 +0000)]
Resizable containment bug - fixed #2956
Richard Worth [Mon, 9 Jun 2008 03:38:54 +0000 (03:38 +0000)]
dialog - fixed autoOpen false in Safari for disconnected element - .appendTo(body) before .hide()
Richard Worth [Mon, 9 Jun 2008 03:06:12 +0000 (03:06 +0000)]
tests dialog - added some option and callback tests
Paul Bakaus [Mon, 9 Jun 2008 01:54:28 +0000 (01:54 +0000)]
ui-core: added mouseCapture, replacing the condition feature before. Allows text to be selected in sortables on non-handles.
Richard Worth [Mon, 9 Jun 2008 01:31:31 +0000 (01:31 +0000)]
whitespace only - newline at EOF
Paul Bakaus [Sun, 8 Jun 2008 15:47:27 +0000 (15:47 +0000)]
fixed typo
Paul Bakaus [Sun, 8 Jun 2008 15:39:12 +0000 (15:39 +0000)]
transfer: added optional className option
Paul Bakaus [Sun, 8 Jun 2008 15:07:25 +0000 (15:07 +0000)]
pulsate: correctly pulsates n-times now on show/hide
Paul Bakaus [Sun, 8 Jun 2008 13:23:52 +0000 (13:23 +0000)]
slider: fixed IE issue when handles where initialized without defined left/top values
Paul Bakaus [Sun, 8 Jun 2008 11:00:47 +0000 (11:00 +0000)]
core: cancel checks for type string before it's used
draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value.
Paul Bakaus [Sun, 8 Jun 2008 10:20:37 +0000 (10:20 +0000)]
core: fixed propagation issue that didn't allow resizables and sortables to work together, because the event didn't bubble out.
Richard Worth [Sun, 8 Jun 2008 03:37:43 +0000 (03:37 +0000)]
tests dialog - draggable option
Richard Worth [Sun, 8 Jun 2008 02:50:32 +0000 (02:50 +0000)]
tests dialog - added more to the buttons test
Richard Worth [Sun, 8 Jun 2008 02:49:54 +0000 (02:49 +0000)]
dialog - fixed context of button callbacks should be DOMElement, not jQuery object
Richard Worth [Sun, 8 Jun 2008 02:29:44 +0000 (02:29 +0000)]
test dialog - first dialog unit tests
Richard Worth [Sun, 8 Jun 2008 00:59:41 +0000 (00:59 +0000)]
core widget - added explicit disabled: false option
Richard Worth [Sun, 8 Jun 2008 00:55:44 +0000 (00:55 +0000)]
core widget - fail gracefully if unknown method name supplied
Paul Bakaus [Sat, 7 Jun 2008 23:38:03 +0000 (23:38 +0000)]
draggable,sortable: fixed containment "document", added containment: "window" (fixes #2936,#2171)
Paul Bakaus [Sat, 7 Jun 2008 23:25:47 +0000 (23:25 +0000)]
draggable, sortable: fixed issue when handle wasn't working with elements nested in the handle (fixes #2937)
Paul Bakaus [Sat, 7 Jun 2008 22:56:56 +0000 (22:56 +0000)]
draggable: fixed cursorAt issue (#2965)
Richard Worth [Sat, 7 Jun 2008 20:12:36 +0000 (20:12 +0000)]
tests - single quotes to double quotes
Eduardo Lundgren [Sat, 7 Jun 2008 20:02:49 +0000 (20:02 +0000)]
Deploy release build.xml
Richard Worth [Sat, 7 Jun 2008 19:57:55 +0000 (19:57 +0000)]
one more for #2928 - Plugin instances should not be exposed in the ui parameter of callbacks
Richard Worth [Sat, 7 Jun 2008 19:32:51 +0000 (19:32 +0000)]
fixed #2928 - Plugin instances should not be exposed in the ui parameter of callbacks
Richard Worth [Sat, 7 Jun 2008 19:26:35 +0000 (19:26 +0000)]
tests - some html cleanup
Richard Worth [Sat, 7 Jun 2008 19:08:13 +0000 (19:08 +0000)]
svn:ignore dist
Richard Worth [Sat, 7 Jun 2008 18:44:32 +0000 (18:44 +0000)]
END trunk restructure
Richard Worth [Sat, 7 Jun 2008 18:15:44 +0000 (18:15 +0000)]
moved (still experimental) test automation files to experimental branch
Richard Worth [Sat, 7 Jun 2008 18:03:19 +0000 (18:03 +0000)]
updated some paths
Richard Worth [Sat, 7 Jun 2008 17:38:42 +0000 (17:38 +0000)]
Added release folder
Richard Worth [Sat, 7 Jun 2008 17:37:43 +0000 (17:37 +0000)]
renamed source -> ui
Richard Worth [Sat, 7 Jun 2008 17:37:04 +0000 (17:37 +0000)]
Richard Worth [Sat, 7 Jun 2008 17:35:27 +0000 (17:35 +0000)]
removed extra level ui folder
Richard Worth [Sat, 7 Jun 2008 17:30:10 +0000 (17:30 +0000)]
BEGIN trunk restructure
Richard Worth [Sat, 7 Jun 2008 17:18:40 +0000 (17:18 +0000)]
tests draggable - Added some more tests
Paul Bakaus [Sat, 7 Jun 2008 15:14:48 +0000 (15:14 +0000)]
datepicker: missing changes from theming
Paul Bakaus [Sat, 7 Jun 2008 14:01:33 +0000 (14:01 +0000)]
sortable: fixed update calls (fixes #2968)
Richard Worth [Sat, 7 Jun 2008 06:10:52 +0000 (06:10 +0000)]
draggable - Improved handling of unexpected values for axis option
Richard Worth [Sat, 7 Jun 2008 06:09:04 +0000 (06:09 +0000)]
tests draggable - Slimmed down tests, grouped, ordered. Added a few
Richard Worth [Sat, 7 Jun 2008 03:12:00 +0000 (03:12 +0000)]
tests - switched slider to use jquery.simulate
Richard Worth [Sat, 7 Jun 2008 00:47:33 +0000 (00:47 +0000)]
Fixed #2969 - .slider("destroy") throws error - 'this.handle.unwrap("a").mouse is not a function'
Eduardo Lundgren [Fri, 6 Jun 2008 20:37:32 +0000 (20:37 +0000)]
Added resizable test for wrapped elements
Richard Worth [Fri, 6 Jun 2008 20:08:52 +0000 (20:08 +0000)]
effects - added standard UI plugin file headers with copyright, license, docs url, and depends list
Richard Worth [Fri, 6 Jun 2008 19:54:38 +0000 (19:54 +0000)]
effects - fixed two (minor) missed renames from 'ec' (enchant) to 'effects'
Richard Worth [Fri, 6 Jun 2008 19:47:31 +0000 (19:47 +0000)]
effects - whitespace changes, spaces to tabs, newline at EOF
Richard Worth [Fri, 6 Jun 2008 19:27:43 +0000 (19:27 +0000)]
datepicker: added depends list to header
Eduardo Lundgren [Fri, 6 Jun 2008 18:11:45 +0000 (18:11 +0000)]
Fixed $(this).data('resizable') access to wrapped elements
Scott González [Fri, 6 Jun 2008 11:30:22 +0000 (11:30 +0000)]
Core: Reverted back to r149: Removed wrapper changes.
Richard Worth [Fri, 6 Jun 2008 06:34:09 +0000 (06:34 +0000)]
Added test for #2965
Richard Worth [Fri, 6 Jun 2008 03:59:57 +0000 (03:59 +0000)]
simulate - round(floor) the center x and y values
Richard Worth [Fri, 6 Jun 2008 03:58:15 +0000 (03:58 +0000)]
made draggable tests more robust by removing hardcoded expect values
Eduardo Lundgren [Fri, 6 Jun 2008 03:30:06 +0000 (03:30 +0000)]
Eduardo Lundgren [Fri, 6 Jun 2008 03:27:56 +0000 (03:27 +0000)]
Fix ui.core to create the $(this).data('component') instance on the "ui-wrapper" element, that is the current "this" inside a $.ui.plugin.add.
Richard Worth [Fri, 6 Jun 2008 01:44:32 +0000 (01:44 +0000)]
fixed failing test 11 in IE6
Richard Worth [Fri, 6 Jun 2008 01:41:39 +0000 (01:41 +0000)]
fixed failing test 14 in Opera
Richard Worth [Fri, 6 Jun 2008 01:39:23 +0000 (01:39 +0000)]
fixed failing test 7 in IE
Richard Worth [Thu, 5 Jun 2008 13:05:28 +0000 (13:05 +0000)]
reverted back to minimal drag. The other may have depended on some things that got reverted recently, as I wasn't able to make it work. Also, mousemove's should happen on document, not target.
Richard Worth [Thu, 5 Jun 2008 12:43:09 +0000 (12:43 +0000)]
reverted [150] - tests should be not be changed to match broken results:
* 100 + 50 = 150; 100 + 50 != 149
* aspectRatio: 'preserve' should not allow 150x130 if original dimensions were 100x100
Scott González [Thu, 5 Jun 2008 12:29:38 +0000 (12:29 +0000)]
Dialog: Removed unneeded parens.
Richard Worth [Thu, 5 Jun 2008 12:16:42 +0000 (12:16 +0000)]
removed x, y as they are not browser event options. Use clientX and clientY
Scott González [Thu, 5 Jun 2008 12:14:12 +0000 (12:14 +0000)]
Removed leading semicolons.
Richard Worth [Thu, 5 Jun 2008 12:11:30 +0000 (12:11 +0000)]
set a more reasonable default for relatedTarget: undefined for IE, HEMLHtmlElement for other browsers
Richard Worth [Thu, 5 Jun 2008 12:09:18 +0000 (12:09 +0000)]
reverted [158] - IE's default for relatedTarget is undefined, not document
Richard Worth [Thu, 5 Jun 2008 12:08:19 +0000 (12:08 +0000)]
reverted [157] there is no IE bug. pageX != clientX, pageY != clientY
Richard Worth [Thu, 5 Jun 2008 11:59:32 +0000 (11:59 +0000)]
removed setting toElement/fromEelement as this is handled by the browser
Richard Worth [Thu, 5 Jun 2008 11:56:20 +0000 (11:56 +0000)]
Removed case insensitive checks: no method or event names are case insensitive
Paul Bakaus [Thu, 5 Jun 2008 07:32:28 +0000 (07:32 +0000)]
datepicker: changed all forgotten camel cased classes to dash seperated
Paul Bakaus [Thu, 5 Jun 2008 06:35:16 +0000 (06:35 +0000)]
sortable: fixed issue with dropOnEmpty not working, tolerance "guess" wasn't checked in the intersectsWith container method.
Eduardo Lundgren [Thu, 5 Jun 2008 00:35:05 +0000 (00:35 +0000)]
jquery.simulate - IE won't allow assignment to toElement or fromElement
Eduardo Lundgren [Thu, 5 Jun 2008 00:32:40 +0000 (00:32 +0000)]
jquery.simulate fix for 2 pixels IE bug from mousecords
Eduardo Lundgren [Thu, 5 Jun 2008 00:28:22 +0000 (00:28 +0000)]
Eduardo Lundgren [Thu, 5 Jun 2008 00:23:48 +0000 (00:23 +0000)]
Removed mousemove before synchronous drag loop
Eduardo Lundgren [Thu, 5 Jun 2008 00:14:41 +0000 (00:14 +0000)]
Eduardo Lundgren [Thu, 5 Jun 2008 00:13:08 +0000 (00:13 +0000)]
Added a TODO comment on triggerAsync()
Eduardo Lundgren [Thu, 5 Jun 2008 00:03:24 +0000 (00:03 +0000)]
Updated jquery.simulate to do syncrhonous drag for each pixel - Needed for some tests
Eduardo Lundgren [Wed, 4 Jun 2008 23:59:47 +0000 (23:59 +0000)]
Update Draggable test case for jquery.simulate
Eduardo Lundgren [Wed, 4 Jun 2008 23:58:41 +0000 (23:58 +0000)]
Update Resize test case for jquery.simulate
Scott González [Wed, 4 Jun 2008 22:07:56 +0000 (22:07 +0000)]
Core: fixed broken UTF-8 characters.
Scott González [Wed, 4 Jun 2008 22:03:17 +0000 (22:03 +0000)]
Widget factory: fixed #2981: Graceful handling of method calls on uninitialized plugins.
Paul Bakaus [Wed, 4 Jun 2008 21:26:33 +0000 (21:26 +0000)]
slider: fixed mouse refactoring issue that caused clicking somewhere on the slider not to fire any callbacks
Scott González [Wed, 4 Jun 2008 19:59:38 +0000 (19:59 +0000)]
Slider: fixed #2552: Disabled should be an option, not a property on the instance.
Scott González [Wed, 4 Jun 2008 19:51:59 +0000 (19:51 +0000)]
Core: Exposed the base widget prototype; Adding/removing disabled classes automatically.
Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods.
Dialog: Delegating standard functionality for setData to the widget prototype.
Scott González [Wed, 4 Jun 2008 19:32:33 +0000 (19:32 +0000)]
Mouse: invoke drag immediately on start if the start occurs during mousemove..
Scott González [Wed, 4 Jun 2008 19:13:18 +0000 (19:13 +0000)]
Mouse: trigger start on mouse down if distance 0 and delay 0; changed default distance to 1.
Scott González [Wed, 4 Jun 2008 17:31:58 +0000 (17:31 +0000)]
Dialog: Fixed modal dialogs so they are always on top of other dialogs when they open.
Richard Worth [Wed, 4 Jun 2008 08:47:26 +0000 (08:47 +0000)]
Added simulate "drag" method. Fixed some issues in resizable tests.
Richard Worth [Wed, 4 Jun 2008 03:41:17 +0000 (03:41 +0000)]
Added jquery.simulate.js as possible refactor of (low-level) parts of userAction and testmouse
Eduardo Lundgren [Wed, 4 Jun 2008 02:47:06 +0000 (02:47 +0000)]
Modified resizable grid test for #2939
Richard Worth [Wed, 4 Jun 2008 02:34:33 +0000 (02:34 +0000)]
Set svn:eol-style to native
Scott González [Wed, 4 Jun 2008 00:42:17 +0000 (00:42 +0000)]
Dialog: added ability to set the resize handles.
Scott González [Tue, 3 Jun 2008 23:45:25 +0000 (23:45 +0000)]
Dialog: restructured init method.
Eduardo Lundgren [Tue, 3 Jun 2008 20:00:50 +0000 (20:00 +0000)]
Resizable grid bug on IE - fixed #2939
Eduardo Lundgren [Tue, 3 Jun 2008 19:59:41 +0000 (19:59 +0000)]
Resizable grid option automated test added
Scott González [Tue, 3 Jun 2008 13:03:53 +0000 (13:03 +0000)]
Dialog: added stack option.
Eduardo Lundgren [Mon, 2 Jun 2008 04:02:41 +0000 (04:02 +0000)]
Updating version.txt for 1.5rc1
Eduardo Lundgren [Mon, 2 Jun 2008 03:06:09 +0000 (03:06 +0000)]
Calculating the correct time on resizable automated test