Skip to content
Snippets Groups Projects
Commit a7ee8bc7 authored by jvm-odoo's avatar jvm-odoo
Browse files

[FIX] web: fix can't open date picker on graph views


Issue

	- Install CRM
	- CRM > Reports > Activities
	- Add a custom filter > Created on
	- Select the date

	You can't, the date picker is not shown

Cause

	Actually, the date picker is shown but
	very quickly and it is closed by a scroll
	event thrown by Chart.js.

Solution

	Close the date picker only if the user
	scrolls manually.

OPW-2245019

closes odoo/odoo#50482

X-original-commit: bda32005
Signed-off-by: default avatarJason Van Malder (jvm) <jvm@odoo.com>
parent f1fcc805
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