JW
b85d9b68a0
Fix documentation of event propagation: 0.13 to 0.14
9 years ago
Edvin Erikson
b37b8538a1
Updated event pooling note in docs
10 years ago
Edvin Erikson
d731a058e4
Added documentation about pooled events
10 years ago
Vadim Chernysh
d9dc13b6c7
Added events documentation for <img> elements
10 years ago
blainekasten
159278e34a
Add MediaEvent Handlers for Video/Audio components
10 years ago
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.
10 years ago
BinaryMuse
973a7a8eb2
Add onContextMenu to events doc
10 years ago
Ben Alpert
9cf4a87fff
Add note about enter/leave bubbling
Fixes #2826 .
10 years ago
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.
10 years ago
Jason Webster
a4b866027d
Add additional supported methods to event documentation
`isPropagationStopped` and `isDefaultPrevented` methods do in fact exist on `SyntheticEvent`
10 years ago
Rafal Dittwald
373233c440
Update ref-05-events.md
use backticks and change example into its own sentence
10 years ago
Rafal Dittwald
d1fa368666
add note re: handling events in capture phase
10 years ago
Charles Marsh
8c2a734676
Fixed style and comment nits
11 years ago
Charles Marsh
9a59ebf752
Re-add with warning and monitorCodeUse
11 years ago
Charles Marsh
81edd2c527
Deprecate 'return false' in event handlers
11 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
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.
11 years ago
Ben Alpert
b282c3efd5
Add charCode/keyCode/which to key event docs
11 years ago
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.
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Keito Uchiyama
c36b68e386
docs: Delete Mutation Events (onCharacterDOMModified)
11 years ago
Ben Alpert
f566b56ed1
Flesh out reference documentation, more API info
11 years ago