Bumping gaia.json for 2 gaia revision(s) a=gaia-bump

========

https://hg.mozilla.org/integration/gaia-central/rev/60eb32b54f74
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #24364 from mnjul/bug_1070883_simpin_not_skipping

Bug 1070883 - In SimPin Dialog, use touchend event instead of click event to handle skip/OK clicks. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/47e89566c7f6
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1070883 - In SimPin Dialog, use touchend event instead of click event to handle skip/OK clicks.

This changes the old, buggy flow: [user touches skip button -> input focus blurred -> keyboard hidden -> simpin dialog resized -> "skip" button repositioned -> click on the skip button would not be trigerred] to [user touches skip button -> input focus blurred -> keyboard hidden -> simpin dialog resized -> "skip" button repositioned -> touch end would still be trigerred on skip button], thus fixes the bug.
This commit is contained in:
B2G Bumper Bot 2014-09-24 04:15:53 -07:00
parent f66e95f6b8
commit 8a9d404536

View File

@ -4,6 +4,6 @@
"remote": "",
"branch": ""
},
"revision": "d3ab9f31868b7878d463ed53fa3a0f3b46e6c8d5",
"revision": "60eb32b54f74b0faa4fa549c49488917c5ad5d34",
"repo_path": "/integration/gaia-central"
}