mobify / pinny

A mobile-first content fly-in UI plugin
MIT License
23 stars 4 forks source link

Common - Scrolling text blocks tap actions #12

Closed qa-derrick closed 9 years ago

qa-derrick commented 10 years ago

Device: Common OS: Common

Steps:

  1. Open examples page
  2. Open a pinny modal
  3. Scroll the text
  4. While text is scrolling tap the "X"

Results: iOS - text continues to scroll, modal closes once scrolling complete Android - scroll stops once "X" is tapped, pinny remains open Windows Phone - scroll stops once "X" is tapped, pinny remains open and "X" remains highlighted

Expected: Pinny should close right when "X" is tapped

kpeatt commented 10 years ago

This is a limitation of overflow scrolling on devices — we may be able to fix this by using a fast tap implementation to close Pinny.

scalvert commented 9 years ago

Closing as an edge case.