Closed scalvert closed 9 years ago
@scalvert Is this only happening in modal center or in all pinnies?
This may be fixed by the updated plugin factory.
I'm going to make a test example for this so we can put this to rest.
Can't reproduce.
@kpeatt I can reproduce this issue 100% with fastclick attached to elements within the Pinny/Bellows.
Ted was mentioning that it was probably bouncefix related, and when bouncefix is disabled the issue no longer occurs. Some interaction between Fastclick and Bouncefix is causing this.
@fractaltheory @kpeatt
It is indeed because of fastclick and bouncefix.
Bouncefix shifts the scroll-able container by 1 px. During the shift, it cancels out the click initiated by fastclick. Normally, the mobile browser only triggers the click after 300ms. Which is why when Bouncefix or Fastclick is used independently, you don't see the issue.
Let's just fork bouncefix and apply the fix there!
When opening pinny that contains a bellows, the bellows headers require multiple taps to open. In some cases, once open they cannot be closed.