aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.mouse.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-187/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-241-3/+0
| | | | | Ref #9464 Ref gh-1029
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-3/+16
| | | | | Ref #9464 Ref gh-1029
* JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurencesJörn Zaefferer2013-12-091-5/+5
|
* Fix various coding style issuesJörn Zaefferer2013-11-131-3/+5
|
* Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵Brian Grinstead2013-05-201-7/+13
| | | | cannot drag element inside iframe
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-15/+15
|
* Dev: make sure all files can pass JSHint!Mike Sherov2012-11-091-7/+7
|
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-1/+1
|
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-1/+1
|
* Updated docs URLS.Scott González2012-09-261-1/+1
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Mouse: Don't try to unbind delegated event handlers if they don't exist. ↵Scott González2012-07-311-3/+5
| | | | Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed.
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Lint fixes.Scott González2012-04-021-3/+3
|
* A few lint fixes.Scott González2012-04-021-1/+1
|
* Mouse: Unbind events bound to document on destroy. Fixes #8199 - ↵Scott González2012-03-191-0/+3
| | | | _mouseDestroy keeps mousemove and mouseup events bound.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-2/+2
|
* Mouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ↵Scott González2012-02-121-8/+8
| | | | 'var self = this;'
* Mouse: Work around a bug in IE 8 where disabled inputs don't have a ↵Scott González2011-08-091-1/+3
| | | | nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs.
* Mouse: Changed mouseHandled check to a local var rather than using ↵kborchers2011-08-021-4/+8
| | | | originalEvent. Fixed #4333 - Nested draggables problem in IE
* Revert "Mouse: Changed mouseHandled check to a local var rather than using ↵Scott González2011-08-011-8/+4
| | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE" This reverts commit 9c50bdfde0260fc8412eec1c5020ed6b61558ebd.
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-0/+1
| | | | version numbers on instances.
* Mouse: Optimize the cancel locator, works around a bug where ↵Jay Merrifield2011-05-261-1/+1
| | | | .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog)
* Mouse: Changed mouseHandled check to a local var rather than using ↵kborchers2011-05-091-4/+8
| | | | originalEvent. Fixed #4333 - Nested draggables problem in IE
* Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ↵awgy2011-02-051-0/+5
| | | | click event suppressed after drag in Gecko
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Mouse: tie the preventClickEvent property to the event target, not the ↵awgy2010-11-091-3/+7
| | | | container. Fixes #4752 - link event firing on sortable with connect list
* Mouse: better check for not IE9 or greater in case mode was set by ↵Richard D. Worth2010-10-151-1/+1
| | | | 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.
* changed jQuery to $ in last commit for consistencyRichard D. Worth2010-10-141-1/+1
|
* Mouse: Limit mouseup out of window check to only versions of IE earlier than ↵Richard D. Worth2010-10-141-1/+1
| | | | 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9.
* Mouse: Always call event.preventDefault() in _mouseDown if we've met the ↵Scott González2010-10-131-5/+1
| | | | starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors.
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
|
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-9/+7
| | | | menu; including menu static tests).
* Mouse: Don't prevent text selection in IE.Scott González2009-12-291-10/+0
| | | | | | Fixes #4773 - Enable text selection in Internet Explorer. Patch provided by stakach.
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+163
Fixes #5023 - Split mouse code into its own file.