Closed
Bug 815152
Opened 12 years ago
Closed 12 years ago
Homescreen icons give no visual feedback when tapped
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pla, Assigned: crdlc)
References
Details
(Keywords: perf, Whiteboard: interaction, visual design, UX-P2, BerlinWW)
Attachments
(2 files)
124.45 KB,
image/png
|
Details | |
188 bytes,
text/html
|
vingtetun
:
review+
vingtetun
:
approval-gaia-v1+
|
Details |
What makes it feel slow/broken?
The icons should highlight when tapped, otherwise, it doesn't feel as responsive as it should.
Did it prevent you from doing what you wanted? Why?
No, but it's a small impression that adds up as it occurs throughout the system. The result of this lack of feedback is reduced user trust that the intended action will be performed/increased uncertainty.
How does this make you feel?
[ ] :) I feel happy about it
[X] :| Meh
[ ] :( I'm upset
[ ] >:O I'm angry
Device: Unagi, Nov. 22 Nightly.
Details: (technical factors, FPS, app startup time, ms elapsed, etc)
Bonus: can you attach a video of the problem?
Time permitting.
Updated•12 years ago
|
Component: Gaia → Gaia::Homescreen
Updated•12 years ago
|
Priority: -- → P2
Summary: [Gaia::Homescreen][ux-trust] Homescreen icons give no visual feedback when tapped → [Gaia::Homescreen] Homescreen icons give no visual feedback when tapped
Updated•12 years ago
|
Comment 1•12 years ago
|
||
The lack of visual button feedback is a serious usability and satisfaction issue and should be addressed for release.
Do we have visuals for this?
Flags: needinfo?(padamczyk)
Whiteboard: interaction → interaction, visual design, UX-P2, BerlinWW
Comment 2•12 years ago
|
||
Discussed this with visual design, and we're open minded on the best approach, but one simple option is to dim the icon when an app is tapped.
Summary: [Gaia::Homescreen] Homescreen icons give no visual feedback when tapped → Homescreen icons give no visual feedback when tapped
Updated•12 years ago
|
Flags: needinfo?(padamczyk)
Comment 3•12 years ago
|
||
Can we add an image tint to the icons?
rgba(0,142,171, 0.65)
Assignee | ||
Comment 4•12 years ago
|
||
In this branch [1] by means of SVG filter we can have a approach to the final solution
[1] https://github.com/crdlc/gaia/tree/bug-815152
Comment 5•12 years ago
|
||
crdlc, are you going to take this one? if so, I have a suggestion.
In your branch, you are using classList.add to apply the svg filter, and remove it by window.setTimeout(), I think you can consider to use CSS pseudo-class, like: li:active {...}, then you don't have to add some "style" logic in the code. And this can end up with only a SVG and CSS patch.
And if you are not taking this one, please comment and I would like to take, thanks.
Updated•12 years ago
|
Assignee: nobody → dkuo
Assignee | ||
Comment 6•12 years ago
|
||
Yesterday I was working on it so I like to continue working on it as well
Assignee: dkuo → crdlc
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•12 years ago
|
||
About active... it is a good idea that I thought yesterday but with this approach the icons are active not only when they are tapped, furthermore long press or panning. I want to ask to Patryk or Dominic. Thanks
Assignee | ||
Comment 8•12 years ago
|
||
Josh has seen a demo of this patch and he likes
Attachment #699623 -
Flags: review?(21)
Assignee | ||
Comment 9•12 years ago
|
||
Thanks Dominic for your feedback. I used your idea.
Comment 10•12 years ago
|
||
no problem, and sorry to interrupt you, just make sure this issue is taken because yesterday it was assigned to nobody, thanks.
Assignee | ||
Comment 11•12 years ago
|
||
Don't worry, my bad memory forgot to assign me the bug before starting working on it :) I usually take the homescreen's bugs although anybody can as well jeje. Thanks Dominic!
Comment 12•12 years ago
|
||
Comment on attachment 699623 [details]
Patch v1
Simple CSS change that brings a lot. Let's land it.
Attachment #699623 -
Flags: review?(21)
Attachment #699623 -
Flags: review+
Attachment #699623 -
Flags: approval-gaia-master+
Comment 13•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•