Slow click behavior
Bug #1225482 reported by
Daniel Beck
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu HTML5 UI SDK |
In Progress
|
High
|
Unassigned |
Bug Description
The "back-button" and "List.append()" react to click events.
Howerver, mobile browsers will wait approximately 300ms after a user tapped a button to fire the click event. To provide a better user experience, these two components shoud use the same approach as implemented by the "FastButton"
Related branches
lp://staging/~daker/ubuntu-html5-theme/fix.slow-backbutton
Rejected
for merging
into
lp://staging/ubuntu-html5-theme
- Alexandre Abreu: Needs Fixing
- David Barth: Approve
-
Diff: 19 lines (+2/-3)1 file modified0.1/ambiance/js/core.js (+2/-3)
tags: | added: toolbar |
Changed in ubuntu-html5-theme: | |
status: | Triaged → In Progress |
Changed in ubuntu-html5-theme: | |
assignee: | nobody → Adnane Belmadiaf (daker) |
Changed in ubuntu-html5-theme: | |
assignee: | Adnane Belmadiaf (daker) → nobody |
To post a comment you must log in.
Maybe we just need to attach the FastButton to the body instead of each component ?