dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisonsrc/browser/eventPlugins/BeforeInputEventPlugin.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…