Datepicker in Firefox
Datepicker in Firefox
I just updated to Editor 1.5.2 to use the new datepicker, I am also using bubble editing. In firefox when I click on the date cell it open the datepicker right away but then closes it before showing the bubble where I can click in the input field to open the datepicker. In Chrome this works like it should and does not open the datepicker for a second or two before hand. I don't think this is something I have coded to cause this.
This question has an accepted answers - jump to answer
Answers
Thank you for noting this I will look into it and post back.
Allan
Thank you. If you discover a fix before the next release, can you please post here?
The issue is related to the click event that is triggering the event. You should be able to add
e.stopPropagation()
to the event handler that is triggering the call toinline()
to address this error.I've got a "real" fix will which be in 1.5.3 and I'll be releasing that next week.
Regards,
Allan