mirror of https://github.com/OCA/web.git
When https://github.com/OCA/web/pull/1154 switched to using `keydown` as the event to trigger the numpad dot replacement, it was actually [disabling upstream's `_onKeyDown()`][1], which in turn disabled the keyboard navigation.
To fix this situation, I replaced the method that is being used to directly override `_onKeyDown`.
[1]:
|
||
---|---|---|
setup | ||
web_decimal_numpad_dot | ||
web_dialog_size | ||
web_disable_export_group | ||
web_environment_ribbon | ||
web_favicon | ||
web_ir_actions_act_view_reload | ||
web_listview_range_select | ||
web_notify | ||
web_responsive | ||
web_timeline | ||
web_widget_color | ||
web_widget_image_download | ||
web_widget_many2many_tags_multi_selection | ||
web_widget_x2many_2d_matrix | ||
.gitignore | ||
.travis.yml | ||
README.md |