Commit Graph

17 Commits

Author SHA1 Message Date
Ben Alpert
9dd9111dd7 Kill React.initializeTouchEvents for good
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
2015-03-17 14:12:26 -07:00
BinaryMuse
973a7a8eb2 Add onContextMenu to events doc 2015-03-07 20:22:10 -08:00
Ben Alpert
9cf4a87fff Add note about enter/leave bubbling
Fixes #2826.
2015-02-26 16:29:18 -08:00
Mihai Parparita
751e21a58e SyntheticEvent.timeStamp is a number, not a Date
Also makes the a few other attribute types use lowercase (primitive) naming, to be consistent.
2014-12-30 12:06:49 -08:00
Rafal Dittwald
373233c440 Update ref-05-events.md
use backticks and change example into its own sentence
2014-12-01 15:36:01 -05:00
Rafal Dittwald
d1fa368666 add note re: handling events in capture phase 2014-11-28 15:38:15 -05:00
Charles Marsh
8c2a734676 Fixed style and comment nits 2014-08-15 11:52:22 -04:00
Charles Marsh
9a59ebf752 Re-add with warning and monitorCodeUse 2014-08-14 10:43:00 -04:00
Charles Marsh
81edd2c527 Deprecate 'return false' in event handlers 2014-08-13 22:37:41 -04:00
Paul O’Shannessy
2865e4a1c8 Set default layout for docs 2014-08-13 11:40:14 -07:00
Andreas Svensson
69c6f91344 Normalize and polyfill KeyboardEvent further, also MouseEvent+TouchEvent
KeyboardEvent now normalizes "charCode", "keyCode", "which" across all browsers
KeyboardEvent has partial "key"-support for KeyDown/KeyUp and full "key"-support for KeyPress.
KeyboardEvent, MouseEvent and TouchEvent now has "getModifierState", polyfill when not implemented.
2014-05-01 16:56:43 +02:00
Timothy Yung
1293d38f99 Merge pull request #754 from spicyj/over-and-out
Add onMouseOver and onMouseOut events
2014-01-06 10:28:54 -08:00
Ben Alpert
b282c3efd5 Add charCode/keyCode/which to key event docs 2014-01-05 21:24:17 -07:00
Ben Alpert
7b7fce2fb3 Add onMouseOver and onMouseOut events
Fixes #340.

Test Plan:
Ported @danielstocks's jsfiddle (linked in the issue) to React and the hover effect worked properly.
2013-12-30 17:38:15 -07:00
Cheng Lou
0767e7b9dd docs make all link start with /react/docs 2013-12-19 17:15:01 -05:00
Keito Uchiyama
c36b68e386 docs: Delete Mutation Events (onCharacterDOMModified) 2013-10-21 19:56:49 -07:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00