mozilla/webmaker-core

Double tapping an unselected page creates a strange effect

Open

#144 opened on Jul 14, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (31 forks)auto 404
bugfeedbackhelp wanted

Repository metrics

Stars
 (63 stars)
PR merge metrics
 (PR metrics pending)

Description

This issue has been migrated from mozilla/webmaker-android#1993.

It was originally written by flukeout on Fri May 22 2015 and had the following description:

Steps to reproduce

  • Create a project and add some pages so you have 3 side by side
  • In the map view, set the zoom to roughly 3-up
  • Select the very left of these pages
  • Double-tap the page to the right of the selected page (the middle page)
  • The the very right page gets selected

It should select the 2nd, middle page. It's probably because the map state has already changed in the data model, but the animation hasn't caught up by the time you make the second tap.

Contributor guide