Commit Graph

6 Commits (94d25bba3d62299713ac33f1c92cf50aed901bab)

Author SHA1 Message Date
OCA-git-bot 20734e0c84 [UPD] README.rst 2021-05-28 16:23:48 +00:00
João Marques 59ee42ca42 [MIG] web_decimal_numpad_dot: Migration to 14.0 2021-05-27 12:39:19 +01:00
emagdalena 7a62fdfbfd [MIG] web_decimal_numpad_dot: Migration to 13.0 2021-05-27 12:37:04 +01:00
Jairo Llopis e2a42ff4af [FIX] web_decimal_numpad_dot: Restore keyboard navigation
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]: 19558129f0/addons/web/static/src/js/fields/abstract_field.js (L41)
2021-05-27 12:37:04 +01:00
ernesto d41e2d989d [MIG] web_decimal_numpad_dot: Migration to 12.0 2021-05-27 12:37:04 +01:00
David Vidal 0c0e7fc4dc [MIG] web_decimal_numpad_dot: Migration to 10.0 2021-05-27 09:53:51 +01:00