0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a simple event delagtion helper for recent browsers (FF, Webkit, IE9+) More... over 10 years ago
sync example for the simplified rulesets in the event delegation tests More... over 10 years ago
simplify rulesets for the event delegation tests More... over 10 years ago
enforce 'selector' argument check in event delegates, avoid strict '===' for string comparison More... over 10 years ago
fixed bug in feature detection revealed by Firefox 24 and due to 'KeyEvent.prototype' removal More... over 10 years ago
fixed a console warning about function not always returning a value in 'test/lib/qunit.js' More... over 11 years ago
fixed a console warning in the 'basic/interaction' test, updated test/lib/nwmatcher.js with version 1.3.0 More... over 11 years ago
bumped version to 1.2.5 in package.json More... over 11 years ago
avoid overwriting 'eventPhase' on real events, avoid console warnings when trying to access non existing properties More... over 11 years ago
tweaked the 'basic' tests to reference new position of css files More... over 11 years ago
remove beta status, bumped release date and published version 1.2.5 More... over 11 years ago
tweaked comments about not firing events on target elements during the capturing phase More... over 11 years ago
finally fixed capturing events firing AT_TARGET (in the correct way) More... over 11 years ago
Merge branch 'master' of github.com:dperini/nwevents More... over 12 years ago
update to copyright years More... over 12 years ago
released version 1.2.4, removed beta status and updated copyright years More... over 12 years ago
released version 1.2.4, removed beta status and updated copyright years More... over 12 years ago
updated testing selector engine in 'test/lib/nwmatcher.js' More... over 12 years ago
fixed incorrect return value that breaks activation on IE < 9, should be 'true' to let the event flow continue (pdanpdan) More... over 12 years ago
protect the NW.Dom namespace from overwriting for when NWMatcher is loaded before NWEvents (pdanpdan) More... over 12 years ago
reduced (filtered) spurious propagation due to delegations of mouse activity on documents, only propagate forms and controls related events More... over 12 years ago
added propagation for 'change' events on checkbox, radio and password form elements (pdanpdan) More... over 12 years ago
synchronized with new signature of Event.unregister() method More... over 12 years ago
rewritten the storage part for Delegates to fix broken removal of installed events (when a context different than 'document' was passed), consistent with how Listeners are stored, see issue #7 (pdanpdan) More... over 12 years ago
rollback the commit which removed a wrapping level for delegates, it was precluding support for delegating form controls events on IE < 9 More... over 12 years ago
fixed delegates bubbling out of boundaries when passed a context element, fixed broken removal of delegates, see issue #7 (pdanpdan) More... over 12 years ago
reduced a wrapping in the delegation setup to improve performances, ensured 'processDelegates()' bubbling reaches document top More... over 12 years ago
uniformed loops and change them to pre-increment, changed loose to strict comparison for string & numbers, minor formatting modifications no functional changes More... over 12 years ago
made fourth parameter of 'delegate()' work correctly for multiple elements using the same event type, fixes issue #6 and issue #7 (pdanpdan) More... over 12 years ago
fixed comparison of both 'tagName' and 'nodeName' in the internal 'match()' method More... over 12 years ago