| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
defaultDisplay() calls. Fixes #10416." Fixes #10622.
This reverts commit 22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f.
|
| |
|
|
|
|
| |
testinit.js; fixes failing click test in FF3.6
|
|
|
|
|
|
|
|
| |
dimensions. Fixes #9233.
More Details:
- https://github.com/jquery/jquery/pull/562
- http://bugs.jquery.com/ticket/9233
|
|
|
|
| |
Now with working unit test for extra correctness! If external code defines a special.hover event, we won't string-hack "hover" into "mouseenter mouseleave".
|
| |
|
|
|
|
| |
As @timmywil points out, attributes and properties are confused by IE6/7. This commit also reworks the unit test case to do a better job of checking className matches.
|
| |
|
|
|
|
| |
Now, event.delegateTarget is always the element where the event was handled, regardless of whether delegated handlers are attached.
|
|
|
|
| |
Logic to handle detaching by event was in both .off() and jQuery.event.remove; now it's only in .off(). It's a bit of a strange case since the event object (not the jQuery set) specifies the element.
|
|
|
|
| |
This lets us use currentTarget for its intended use and avoids creating a non-standard delegateTarget property.
|
| |
|
|
|
|
|
|
|
|
| |
elems. Fixes #10501.
More Details:
- https://github.com/jquery/jquery/pull/550
- http://bugs.jquery.com/ticket/10501
|
|
|
|
|
|
|
|
| |
#8388.
More Details:
- https://github.com/jquery/jquery/pull/561
- http://bugs.jquery.com/ticket/8388
|
|
|
|
|
|
|
|
|
| |
width/height retrieval. Fixes #8388.
More Details:
- https://github.com/jquery/jquery/pull/553
- http://bugs.jquery.com/ticket/10254
- http://bugs.jquery.com/ticket/8388
|
|
|
|
| |
Fixes #6743.
|
|
|
|
| |
removals. Fixes #10514.
|
| |
|
| |
|
| |
|
|
|
|
| |
#10176.
|
| |
|
|
|
|
| |
errors; small fix in queue tests. Fixes #5145.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit af3fd32f207ed080084f10d76f89c07c414baa05
Merge: 83c08ff fdd60f8
Author: Dave Methvin <dave.methvin@gmail.com>
Date: Tue Oct 11 21:17:56 2011 -0400
Merge branch 'stop' of https://github.com/gnarf37/jquery into pull-541-stop
commit fdd60f8705e98430df62196f505cb929b2d7f6bc
Author: Corey Frang <gnarf@gnarf.net>
Date: Mon Oct 10 13:51:59 2011 -0500
.stop( [queue,] clearQueue, gotoEnd )
|
|
|
|
| |
Thanks to Christian C. Salvadó for the unit tests!
|
| |
|
|
|
|
| |
Deferred/Promise state. Unit tests amended.
|
| |
|
|
|
|
| |
jQuery.attrFix. Fixes #10429.
|
|
|
|
| |
We already have jQuery.propHooks for the .prop() method, so using the same name for unrelated functionality on a sub-namespace is crazy talk. Since the method involved is jQuery.event.fix(), this will hopefully tie them together. Oh, and it's shorter.
|
|\
| |
| | |
Removes 'subline' from test/index.html. Fixes #10371
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
defaultDisplay() calls. Fixes #10416.
More Details:
- https://github.com/jquery/jquery/pull/530
- http://bugs.jquery.com/ticket/10416
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
More Details:
- https://github.com/jquery/jquery/pull/525
|
| |
| |
| |
| | |
Fixes #9434.
|
|/
|
|
| |
It's already set in jQuery.Event, and copying it can clobber values set by the caller, e.g., the UI widget factory.
|
|
|
|
|
|
|
|
| |
to avoid an exception creating a loop. Fixes #5684.
More Details:
- https://github.com/jquery/jquery/pull/520
- http://bugs.jquery.com/ticket/5684
|
|
|
|
|
|
|
|
| |
Fixes #6150.
More Details:
- https://github.com/jquery/jquery/pull/514
- http://bugs.jquery.com/ticket/6150
|
|
|
|
| |
on it to fix the offset with margin test.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fix-8789-rwldrn-fix
* 'fix-8789-rwldrn-fix' of git://github.com/dmethvin/jquery:
Minor cleanups to code. Futile effort to get IE to pass the unit test.
propHooks now an object with `props` array and `filter` function.
Moves mouse properties to mouseProps
current state
Removes early return loop, must copy properties
Shortcircuit fix if possible
More ref localization
Remove unnec. empty line
More reference caching
Cache reference to propHook lookup and result
Restore this.propHooks => jQuery.event.propHooks for better gzip compression. Thanks gnarf
Adds notes re: crash status of fix conditions
Moves key event fixes to own even prop hook defs
jQuery.event.propHooks => this.propHooks where possible
Removes pageX pageY from prop list
Updates rmouseEvent
Implements jQuery.event.propHooks. Fixes #8789
Adds implementation tests for jQuery.event.propHooks #8789
|
| | |
|
| |
| |
| |
| | |
Use the originalEvent to grab properties in filter functions since they often won't have been copied to event. Mark a few current props in the main jQuery.event.props list as deprecated, they aren't supported across all browsers.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fix-8789-rwldrn-fix
Conflicts:
src/event.js
test/unit/event.js
|
| | | |
|
|/ /
| |
| |
| | |
calls in effects and offset. Run git submodule update
|