Brian Grinstead
|
24756a978a
|
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot drag element inside iframe
|
2013-05-20 22:10:04 -04:00 |
|
Scott González
|
83cbf97978
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
|
Mike Sherov
|
74d7eac2da
|
All: Convert single quotes to double quotes.
|
2012-12-25 12:01:09 -05:00 |
|
Mike Sherov
|
d6c6b7dc33
|
Dev: make sure all files can pass JSHint!
|
2012-11-09 17:30:43 -05:00 |
|
Trey Hunner
|
49f9b849b9
|
Remove trailing whitespace and add final newlines
|
2012-10-21 22:45:41 -04:00 |
|
Scott González
|
a3f1a34d3b
|
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
|
2012-10-10 11:45:48 -04:00 |
|
Scott González
|
149567e476
|
Updated docs URLS.
|
2012-09-26 18:06:20 -05:00 |
|
Scott González
|
485ca7192a
|
Simplify licensing.
|
2012-08-09 15:09:50 -04:00 |
|
Scott González
|
e68bee9b84
|
Mouse: Don't try to unbind delegated event handlers if they don't exist. Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed.
|
2012-07-31 16:27:43 -04:00 |
|
Scott González
|
a4534bb993
|
Update copyright to jQuery Foundation.
|
2012-07-04 09:08:08 -04:00 |
|
Scott González
|
51863d5a71
|
Don't use :input selector.
|
2012-05-21 14:49:49 -04:00 |
|
Scott González
|
639afa5954
|
Lint fixes.
|
2012-04-02 19:12:21 -04:00 |
|
Scott González
|
ccbfd45924
|
A few lint fixes.
|
2012-04-02 15:55:50 -04:00 |
|
Scott González
|
94c6f9ec84
|
Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps mousemove and mouseup events bound.
|
2012-03-19 09:47:38 -04:00 |
|
Scott González
|
932fe888c0
|
Updated copyright year.
|
2012-03-08 10:53:08 -05:00 |
|
Trey Hunner
|
9d6e94faf4
|
Use hard tabs for indentation consistently
|
2012-02-27 12:04:30 -05:00 |
|
Scott González
|
f813481117
|
Mouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:31:06 -05:00 |
|
Scott González
|
7f812f8be9
|
Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs.
|
2011-08-09 09:32:01 -04:00 |
|
kborchers
|
dafc941b36
|
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
|
2011-08-02 08:36:22 -05:00 |
|
Scott González
|
350e4ab5b8
|
Revert "Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE"
This reverts commit 9c50bdfde0 .
|
2011-08-01 14:16:16 -04:00 |
|
Scott González
|
6a5b21fda2
|
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
|
2011-05-28 15:39:55 -04:00 |
|
Jay Merrifield
|
09e88d6220
|
Mouse: Optimize the cancel locator, works around a bug where .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog)
|
2011-05-26 23:42:51 -04:00 |
|
kborchers
|
9c50bdfde0
|
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
|
2011-05-09 11:43:45 -05:00 |
|
awgy
|
548bdb12a1
|
Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: click event suppressed after drag in Gecko
|
2011-02-05 02:13:55 -06:00 |
|
Scott González
|
6e0482a9cb
|
Updated copyright year.
|
2011-01-17 09:13:18 -05:00 |
|
awgy
|
e2a693ba78
|
Mouse: tie the preventClickEvent property to the event target, not the container. Fixes #4752 - link event firing on sortable with connect list
|
2010-11-09 09:52:24 -05:00 |
|
Richard D. Worth
|
ec73a59c77
|
Mouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible. See http://msdn.microsoft.com/en-us/library/cc196988%28VS.85%29.aspx for more info. Fixes #5370 - All drag & drop events fail in IE9. Thanks xirzec.
|
2010-10-15 01:04:39 -07:00 |
|
Richard D. Worth
|
7eaedaad29
|
changed jQuery to $ in last commit for consistency
|
2010-10-14 02:55:40 -07:00 |
|
Richard D. Worth
|
8fcf58e29e
|
Mouse: Limit mouseup out of window check to only versions of IE earlier than 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9.
|
2010-10-14 02:53:20 -07:00 |
|
Scott González
|
a829697d0c
|
Mouse: Always call event.preventDefault() in _mouseDown if we've met the starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors.
|
2010-10-13 13:30:50 -04:00 |
|
Scott González
|
8a5d4ca321
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
|
Scott González
|
21aad10e6a
|
All: Define a local undefined variable inside the main closure.
|
2010-07-13 09:57:58 -04:00 |
|
Scott González
|
536ae6189b
|
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license.
|
2010-07-09 09:01:04 -04:00 |
|
Richard Worth
|
074153407d
|
Happy New Year
|
2010-01-20 14:04:26 +00:00 |
|
Scott González
|
90fb45dffa
|
Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests).
|
2010-01-07 03:19:50 +00:00 |
|
Scott González
|
eb15a50a72
|
Mouse: Don't prevent text selection in IE.
Fixes #4773 - Enable text selection in Internet Explorer.
Patch provided by stakach.
|
2009-12-29 01:32:44 +00:00 |
|
Scott González
|
06e29401b8
|
Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
|
2009-12-22 19:51:24 +00:00 |
|