Skip to content
Snippets Groups Projects
Commit 3c40d732 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] web: crash in editable lists with date field


Backport of 7bc53ac3.

Assume an editable list view with a date(time) widget, click to
edit a line, focus the date field (the datepicker opens), press
ESC: there is a crash in the lib, and the datepicker remains open
forever.

This fix is twofold:
 - we added a check in the lib to prevent it from crashing (it is
 easily reproducible: it crashes when an opened datepicker is
 removed from the DOM).
 - we added an event handler of ESC keydown event to hide the
 datepicker before the field is removed from the DOM.

closes odoo/odoo#32647

Signed-off-by: default avatarMartin Geubelle (mge) <mge@openerp.com>
parent b130b35f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment