[FIX] web: allow user to scroll horizontally
Steps to reproduce: - create a contact with a very long name - create a quotation - in customer, type the first letter of the very long customer's name - try to use the horizontal scroll bar Issue: close window on horizontal scroll Solution: Discriminate an horizontal scroll from a vertical scroll A test has been added as well as the triggerScroll utility function to allow proper tests when scrolling on elements opw-2777443 closes odoo/odoo#86088 Signed-off-by:Aaron Bohy (aab) <aab@odoo.com> Co-authored-by:
Iucapad <luvi@odoo.com>
Showing
- addons/web/static/src/legacy/js/fields/relational_fields.js 4 additions, 0 deletionsaddons/web/static/src/legacy/js/fields/relational_fields.js
- addons/web/static/tests/helpers/utils.js 50 additions, 0 deletionsaddons/web/static/tests/helpers/utils.js
- addons/web/static/tests/legacy/fields/relational_fields/field_many2one_tests.js 11 additions, 4 deletions...s/legacy/fields/relational_fields/field_many2one_tests.js
Loading
Please register or sign in to comment