openvim
openvim copied to clipboard
Issue #14 - Firefox search override
This fixes the error with the Firefox browser page search and testing yielded no errors for me, but it may have interfered in other areas I did not perceive. stopImmediatePropogation()
will not prevent any browser level functionality therefore I needed to use preventDefault()
Hey thanks! I'll need to verify this and make sure it fixes for both tutorial/practice. Probably going to take some time before merging.
I played around in practice and did the tutorial again to check and I didn't run onto any issues. This was tested on a Mac OSX 10.10.4 in Firefox and Chrome.