mozilla/webmaker-core

Double tapping an unselected page creates a strange effect

开放

#144 创建于 2015年7月14日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (31 个派生)auto 404
bugfeedbackhelp wanted

仓库指标

星标
 (63 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南