One button is in a Lightbox, if I show the Lightbox and press the button once it works, if I close the lightbox and then open it again there is no event handler attached to the button anymore (clicking won’t work). I inspected it in the Dev Tools and there is no event handler in Safari the 2nd time the Lightbox is shown. This doesn’t happen in Chrome at all. I’ve tried adding the event handler in code and also just by wiring up an event in the sidebar and the same thing happens.
We have another button thats in a repeater, it works initially, once we show and hide it a few times and a lightbox is shown and dismissed. If we show that repeater again then 1 of the buttons in it isn’t clickable. Again only in Safari…any ideas?
This can be reproduced on Safari OSX (Desktop) at www . clearme . ca / booking-error by clicking the Show Lightbox button and then clicking I Agree in the Lightbox and trying that multiple times. I Agree closes the modal the first time and then the onClick doesn’t work on subsequent opens of the Lightbox. We have multiple members of our team who can reproduce this on different computers as well.