Ran
|
Jobs
2
|
Files
10
|
Run time
16s
|
Badge
Embed ▾
README BADGES
|
travis-ci
[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]: https://github.com/odoo/odoo/blob/19558129f/addons/web/static/src/js/fields/abstract_field.js#L41
95 of 114 relevant lines covered (83.33%)
1.67 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
2 | 4553.2 (TESTS="1" ODOO_REPO="OCA/OCB") | 10 |
83.33 |
Travis Job 4553.2 | |
3 | 4553.3 (TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1") | 10 |
83.33 |
Travis Job 4553.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|