Created by: matheusazzi
Fixes 2 bugs:
- All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN.
- Even when is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements.