Datepicker in Firefox

Datepicker in Firefox

jtoler5jtoler5 Posts: 93Questions: 34Answers: 3

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

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin

    Thank you for noting this I will look into it and post back.

    Allan

  • jtoler5jtoler5 Posts: 93Questions: 34Answers: 3

    Thank you. If you discover a fix before the next release, can you please post here?

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Answer ✓

    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 to inline() 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

This discussion has been closed.