Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link

Fix edit for field date #57

Open AizeLeOuf opened 4 years ago

AizeLeOuf commented 4 years ago

Actually we must click twice, one for edit th date value, another to validate, this PR resolves this issue.

We hide the edited menu also when we choose a date with the Redmine widget.

Ilogeek commented 4 years ago

Hi @AizeLeOuf

Thank you for your PR! I wasn't able to reproduce your issue. To be sure : you have to click again after you've selected the correct date on a datetime input ?

Here's what i've got with: 1) Native browser picker 2) Redmine custom picker

Do I miss a specific case ?