Brian Brennan
|
3cb9c1835c
|
Fix live mouseenter and mouseleave binding so they can be activated by triggers. Fixes #6514.
|
2011-04-17 18:17:31 -04:00 |
|
timmywil
|
ecf6a3c383
|
Switch QUnit div from depreceted #main to #qunit-fixture
|
2011-04-17 02:43:57 -04:00 |
|
John Resig
|
5d70c6d797
|
Add in unit tests for #6993.
|
2011-04-16 17:39:30 -07:00 |
|
timmywil
|
149a040794
|
Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it shouldn't
|
2011-04-13 23:14:14 -04:00 |
|
Dave Methvin
|
f7f4ef91cf
|
Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into timmywil-fix_suite_fails
|
2011-04-12 19:42:35 -04:00 |
|
timmywil
|
69866fd2e5
|
VML.type test was causing multiple test suite fails, fix attributes.js fail in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
|
2011-04-12 19:32:18 -04:00 |
|
Dave Methvin
|
bebd8bc01e
|
Followup to #8753. Modify new Event constructor signature to jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well.
|
2011-04-12 19:29:09 -04:00 |
|
John Firebaugh
|
0d8b247cab
|
Accessing the 'type' property on VML elements fails on IE. Fixes #7071.
|
2011-04-12 16:48:22 -04:00 |
|
louisremi
|
f19a74f10b
|
revert last commit
|
2011-04-12 13:12:58 +02:00 |
|
louisremi
|
01a2b51b26
|
switch double quotes with single quotes
|
2011-04-12 13:07:38 +02:00 |
|
louisremi
|
a5604aedb7
|
merge with master and resolve more conflicts
|
2011-04-12 11:29:25 +02:00 |
|
louisremi
|
f42010b657
|
third batch
|
2011-04-12 10:47:46 +02:00 |
|
jeresig
|
094c48e0c5
|
Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777
Conflicts:
src/event.js
|
2011-04-11 12:13:04 -04:00 |
|
jeresig
|
2c74ee46ee
|
Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into rwldrn-eventprops.1.6final
Conflicts:
test/unit/event.js
|
2011-04-10 16:28:15 -04:00 |
|
Dave Methvin
|
98d83ef85f
|
Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say.
|
2011-04-07 22:52:15 -04:00 |
|
Dave Methvin
|
b7dd8404c5
|
Fixes #8712. Bubble custom events to the window when they are triggered. Ride that, Cowboy!
|
2011-04-06 22:11:58 -04:00 |
|
Dave Methvin
|
0fbadbcced
|
Merge branch 'domready' of https://github.com/cowboy/jquery
|
2011-04-05 22:24:40 -04:00 |
|
Dave Methvin
|
c1316a4cb1
|
Shorten up the code and do event cleanup on test cases.
|
2011-04-05 21:59:09 -04:00 |
|
Dave Methvin
|
b5c7c507c1
|
Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ticket_7883
|
2011-04-05 21:42:58 -04:00 |
|
rwldrn
|
4b0c26f0af
|
Ticket #8777 undelegate by namespace
|
2011-04-05 18:55:07 -04:00 |
|
rwldrn
|
23a411b6bc
|
Ticket #8753 Allow special properties to explicitly defined on jQuery.Event objects
|
2011-04-05 15:55:40 -04:00 |
|
Ben Alman
|
de0c25bef4
|
Updated DOM ready unit tests.
|
2011-03-31 13:36:16 -04:00 |
|
Ben Alman
|
368bfc0fe0
|
DOM Ready unit tests (but not the supporting fixed code).
|
2011-03-31 11:37:48 -04:00 |
|
Dave Methvin
|
459bd7f89d
|
Followup commit for #7340 test case; make sure second test fires properly on IE by focusing to another element rather than blurring off the first.
|
2011-03-31 09:10:30 -04:00 |
|
jeresig
|
7705c35b14
|
Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery into dmethvin-fix-8456-lost-mouseenter
|
2011-03-21 10:53:57 -04:00 |
|
Dave Methvin
|
2ac4067a63
|
Fixes #8456. Make sure parent is not null before crawling into its lap, so mouseenter is triggered on a mouseover event.
|
2011-03-09 22:38:26 -05:00 |
|
Dave Methvin
|
55ec6a71d2
|
Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focusout event on non-IE browsers. Allow native DOM methods to fire events other than the currently active one back into jQuery.
|
2011-03-04 21:16:40 -05:00 |
|
Anton M
|
6b08d88d04
|
Fix some whitespace issues.
|
2011-02-15 22:09:09 +01:00 |
|
Dave Methvin
|
12c0e1a692
|
Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so that we don't accidentally stop propagation on it. Remove a bunch of return statements that could also cancel the event. DRY out the liveFired change from #6359 by moving it to the trigger() function.
|
2011-02-15 22:08:39 +01:00 |
|
Anton M
|
8e40a84c24
|
Fix some unscoped tests which failed after recent changes to QUnit.
|
2011-02-15 21:03:34 +01:00 |
|
Anton M
|
78fc79fad4
|
Make sure .clone(true) correctly clones namespaced events. Fixes #4537.
|
2011-02-10 22:20:48 +01:00 |
|
Anton M
|
4490f4285c
|
Fix some whitespace issues. Improve and correct an events test.
|
2011-02-10 22:20:47 +01:00 |
|
Colin Snover
|
7acb141ed7
|
Update $.data to use a function instead of an object when attaching to JS objects in order to hide attached metadata from JSON.stringify. Remove event.js code that was doing this before specifically for events, which is now redundant. Fixes #8108. 1.5-stable
|
2011-02-07 10:48:38 -06:00 |
|
jeresig
|
328a86f9a0
|
Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was causing problems with the focusin event, see: #7340.
This reverts commit 88068f82c1 .
Conflicts:
src/event.js
test/unit/event.js
|
2011-01-21 09:24:09 -05:00 |
|
Colin Snover
|
e78d3a7e2d
|
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework checks for leaky stuff.
|
2011-01-17 15:31:43 -06:00 |
|
jeresig
|
987c44bee4
|
Merging pull request 183 for #7793.
|
2011-01-17 15:45:07 -05:00 |
|
Dave Methvin
|
007e2d152e
|
Update test case to feature-detect Opera's lack of defaultPrevented and skip the test for it.
|
2011-01-15 10:24:13 -05:00 |
|
Colin Snover
|
e2941d5a98
|
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
|
2011-01-09 15:58:47 -06:00 |
|
Colin Snover
|
8e59a99e0a
|
Change the way jQuery.data works so that there is no longer a chance of collision between user data and internal data. Fixes #6968.
|
2011-01-09 15:52:33 -06:00 |
|
rwldrn
|
612a908514
|
#7883 .delegate and .live should accept false as the fn arg, like bind
|
2011-01-01 13:49:59 -05:00 |
|
Colin Snover
|
3e0cc81504
|
Clean trailing whitespace from all files.
|
2010-12-30 00:34:48 -06:00 |
|
Dave Methvin
|
64ee5581af
|
When a native browser event is bubbling up the DOM, make sure that the correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793.
|
2010-12-27 13:30:05 -06:00 |
|
Dave Methvin
|
b8931f7448
|
Test for standard createEvent before IE-specific click method.
Don't fallback to fake click; let's see which browsers fail, if any.
|
2010-12-27 12:43:48 -05:00 |
|
Dave Methvin
|
0b6afcedd2
|
When a native browser event is bubbling up the DOM, make sure that the correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793.
|
2010-12-23 19:59:23 -05:00 |
|
Anton M
|
89b771daef
|
Make sure custom events named "submit" can be bound to non DOM elements in IE too. Fixes 6398.
|
2010-11-21 04:31:04 +01:00 |
|
dmethvin
|
974b5aeab7
|
Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.
|
2010-10-25 13:05:31 -07:00 |
|
rwldrn
|
3b50eaca2c
|
Fixes #7229 and #5803
|
2010-10-24 12:18:33 -04:00 |
|
jeresig
|
0564553bf1
|
Fix the number of change tests and remove textarea tests.
|
2010-10-14 22:37:56 -04:00 |
|
jeresig
|
2d5f8666ac
|
Use prepend for the focuin test (to avoid making the test suite jump).
|
2010-10-14 21:40:35 -04:00 |
|
Justin Meyer
|
88068f82c1
|
Make sure that focusin/focusout bubbles in non-IE browsers.
|
2010-10-13 10:35:28 -04:00 |
|