Commit Graph

5515 Commits

Author SHA1 Message Date
Dave Stein
78500111da Draggable: _isValidTarget returning boolean 2013-02-24 18:56:02 -05:00
Dave Stein
d32183edc4 Draggable: Fixed backCompat for appendTo when no helper exists 2013-02-24 18:47:24 -05:00
Dave Stein
9990013f33 Draggable Unit: Fixes for appendTo 2013-02-24 18:30:13 -05:00
Dave Stein
e5305103ba Droppable Unit: Swapped mouse.js for interaction.js 2013-02-24 18:15:54 -05:00
Dave Stein
0d7385f15e Unit Tests: Merged from master_tests. Corrected _blockFrames location 2013-02-24 18:13:51 -05:00
Dave Stein
b51a973785 Droppable: Added backCompat default for accept 2013-02-24 17:45:03 -05:00
Dave Stein
a8c5cf34ba Droppable Unit: Initial tests - they worked in interaction but not here 2013-02-24 17:43:44 -05:00
Dave Stein
648f4167eb Droppable: Added in "fit" tolerance 2013-02-18 20:44:49 -05:00
Dave Stein
cc514e0ec7 Droppable + Draggable: Added scope backCompat 2013-02-18 20:37:11 -05:00
Dave Stein
f548e1930c Droppable: Added hoverClass backCompat along with linting and corrected comments 2013-02-18 20:27:01 -05:00
Dave Stein
3f6ecfe49f Droppable: Added activeClass backCompat 2013-02-18 20:19:41 -05:00
Dave Stein
9d2b81c594 Draggable: Undid last commit due, since $.widget properly handles extending multiple times 2013-02-18 20:17:13 -05:00
Dave Stein
e2acc21eca Droppable: Changed single quotes to double quotes 2013-02-18 20:01:23 -05:00
Dave Stein
47d2bb3094 Draggable: Fixed overwriting _setOption to handle both backCompats rather than clobbering itself 2013-02-18 20:01:11 -05:00
Dave Stein
e056860f5d Droppable: "accept" option now takes function 2013-02-18 17:50:39 -05:00
Dave Stein
b329fb891d Droppable: Added greedy option back in 2013-02-18 17:42:19 -05:00
Dave Stein
894d4c157a Draggable + Sortable: Fixed blockFrames. Added unit tests specifically for draggable since it should be moving up to "core" file shortly 2013-02-18 17:13:29 -05:00
Nathanael Silverman
d438973983 Build: Add 'jquery.ui.interaction.js' to core files for grunt. 2013-02-18 16:14:39 -05:00
Dave Stein
436ddbdd81 Draggable: Changed "is" to "closest" for isValidTarget 2013-02-18 12:28:12 -05:00
Dave Stein
ea6c9fb48b Draggable: Changed data uiDraggable to ui-draggable 2013-02-18 11:59:31 -05:00
Dave Stein
b21904007f Draggable: Added test for disabled 2013-01-15 19:42:03 -05:00
Dave Stein
5f26d83c78 Draggable: Added tests for opacity and zIndex 2013-01-15 19:34:17 -05:00
Dave Stein
f616b62a5d Draggable: Added tests for handle and helper, removed trailing whitespaces 2013-01-15 19:24:41 -05:00
Dave Stein
9846dbcfaa Draggable: Added more tests for grid and cursorAt 2013-01-15 19:11:34 -05:00
Dave Stein
4a238046bf Draggable Tests: Grunted 2013-01-15 18:57:13 -05:00
Dave Stein
e85402f553 Draggable: Added tests for containment and cursor. 2013-01-14 19:20:39 -05:00
Dave Stein
c9001874dc Draggable Tests: Added tests for appendTo and axis 2013-01-14 18:26:39 -05:00
Mike Sherov
c70b3dc9e3 Draggable Tests: Cleaned up core and method tests. 2013-01-13 18:55:43 -05:00
Mike Sherov
430bd68344 Draggable Tests: Cleaned up events tests. 2013-01-12 00:49:02 -05:00
Mike Sherov
4c7b57859f Draggable Tests: Remove Future Unsupported APIs 2013-01-12 00:47:43 -05:00
Mike Sherov
854f6df2bc Merge branch 'master' of github.com:jquery/jquery-ui into interactions
Conflicts:
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-11 20:25:03 -05:00
Mike Sherov
e4a786e1a4 Tooltip: Avoid errors on mouseover of tooltips with parents that have no title attribute. Fixes #8955 - Tooltip: error when parent element has no title attribute using jQuery <1.7
This corrects a failing test with core 1.6, so no new test is required.
2013-01-11 08:35:51 -05:00
Scott González
83cbf97978 Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
Mike Sherov
78a6354180 Effects: fix backwards compatibility in animateClass for jQuery Core <1.8 2013-01-08 21:36:34 -05:00
Scott González
e63cb47c88 Release: Remove TODO for uploading release zip to GitHub since downloads are discontinued. 2013-01-08 20:38:09 -05:00
Scott González
9b74740388 Release: Remove support for node <0.8. 2013-01-08 20:20:03 -05:00
Scott González
6970715d84 Updated maintainers list. 2013-01-08 20:15:35 -05:00
Scott González
4bb92f95e7 Updated AUTHORS.txt. 2013-01-08 20:13:11 -05:00
Jörn Zaefferer
a335740537 Libs/externals: Fix line endings. 2013-01-08 17:28:45 +01:00
Jörn Zaefferer
43fa90451b Update .gitattributes to only touch files with text content. 2013-01-08 17:20:50 +01:00
Scott González
68e5ebcf1a Datepicker i18n: Fix line endings. 2013-01-08 08:09:34 -05:00
Scott González
48a790a327 Core: Resume focus test based on the event, not the callback. 2013-01-08 07:54:11 -05:00
Dave Stein
6eb954f5ea Draggable: linted 2013-01-07 15:07:42 -05:00
Dave Stein
d84cf1d716 Draggable: Uncommented failing scrolling tests and fixed them 2013-01-07 14:44:00 -05:00
Dave Stein
1495a61298 Draggable: Grid will snap at >= half rather than just > 2013-01-07 11:35:18 -05:00
Dave Stein
7ad8f54a5a Draggable: Removed test for "drag callback shuold happen exactly once" 2013-01-07 11:22:24 -05:00
Mike Sherov
cc5ac08fde Dev: add .gitattributes file to force all line endings to LF 2013-01-03 14:38:05 -05:00
Mike Sherov
da01fb6a34 Effects: Avoid cssHook blending in non-rgba browsers when the value is "transparent". Fixes #8914: odd behaviour of css hook when setting backgroundColor to transparent in IE7/8 2013-01-03 14:33:41 -05:00
Mike Sherov
7b1c19b191 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_common.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-02 18:34:34 -05:00
Mike Sherov
f667d090a7 Interactions: Update widget defaults to match documented API. 2013-01-02 18:27:22 -05:00