dillon1000/react

Commit

BeforeInputEventPlugin: Support Opera <= 12

Add support for Opera <= 12 (Presto) in `BeforeInputEventPlugin`.

It turns out that Opera 12 has a `TextEvent` in `window`, but doesn't actually fire any input events. Even `input` apparently doesn't fire. Fall back to keypress handling in this case.
Browse files
Changed paths1 file
First-parent comparison
M src/browser/eventPlugins/BeforeInputEventPlugin.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…