https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36774

--- Comment #9 from Pedro Amorim <[email protected]> ---
(In reply to Jonathan Druart from comment #8)
> Bug 30718: Prevent 'reset' icon to appear twice
> 
> -            $(instance.input).siblings('input.flatpickr')
> +            $(instance.input).find('~input.flatpickr:first')
> 
> Maybe we need to adjust this line as well then because it was supposed to
> deal with that problem.

I don't know. From my testing, that change from bug 30718 didn't fix the
problem it said it fixed, i.e. the problem is there before and after that
change.
However, reverting it back to the previous code makes the "x" button stop
working, it doesn't clear anymore.
I don't have more time to dig deeper here but unless we come up with a test
plan highlighting why we need to adjust that line I'd say it's a non-issue imo.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to