Closed
Bug 1004036
Opened 11 years ago
Closed 10 years ago
clearing of notifications fade during drag
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S7 (18Sep)
People
(Reporter: dietrich, Assigned: anubhav.worklinux, Mentored)
Details
(Whiteboard: [lang=js][contrib-bzrand])
Attachments
(1 file)
|
46 bytes,
text/x-github-pull-request
|
apastor
:
review+
epang
:
ui-review+
dietrich
:
feedback+
|
Details | Review |
Clearing notifications feels disconnected - almost like you think it's not working, until it does. It is very unsatisfying.
I think the problem is that the notifications do not respond kinetically.
Android's notifications have a fantastic kinetic response, combined with a fade, which makes the gesture unambiguous as to what it does and whether it's working.
The gesture is undiscoverable on either OS, but that's for a different bug ;)
| Reporter | ||
Comment 1•11 years ago
|
||
Someone fixed the kinetic part!
Changing to add a fade, just for fun :)
| Reporter | ||
Updated•11 years ago
|
Mentor: dietrich
| Reporter | ||
Updated•11 years ago
|
Summary: clearing of notifications should slide kinetically → clearing of notifications fade during drag
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [lang=js]
| Assignee | ||
Comment 2•10 years ago
|
||
Hi! I would like to Work on this bug. Could you just give me some pointers on how to start.
thanks!
| Reporter | ||
Comment 3•10 years ago
|
||
Great! Here's the bug that added the animation to the clearing of notifications:
https://bugzilla.mozilla.org/show_bug.cgi?id=1092536
Take a look at the patch there. I haven't looked through that patch, but likely you'll need to add to the existing animation, making the notification fade during the transition.
| Assignee | ||
Comment 4•10 years ago
|
||
will take a look at the bug surely! thanks!
Comment 5•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → anubhav.worklinux
| Assignee | ||
Updated•10 years ago
|
Attachment #8652964 -
Flags: review?(dietrich)
| Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8652964 [details] [review]
[gaia] anu7495:fadefix > mozilla-b2g:master
f+ from me on the general approach, but I haven't tested yet, and am not an official reviewer of this code, so cannot give r+.
Would be rad if you could submit a gif or video of what this looks like in practice. That will make getting ui+ easier.
Attachment #8652964 -
Flags: ui-review?(firefoxos-ux-bugzilla)
Attachment #8652964 -
Flags: review?(dietrich)
Attachment #8652964 -
Flags: feedback+
Comment 8•10 years ago
|
||
Eric - is this something you could possibly UI-review? Totally cool if not, but I thought I would ping since you've been doing notification stuff and then it doesn't sit until next week's triage.
Flags: needinfo?(epang)
| Assignee | ||
Comment 9•10 years ago
|
||
Dietrich, i can submit a gif or video but i dont know how. can i get notifications in a B2G build or i need a device for that.
Comment 10•10 years ago
|
||
(In reply to Dietrich Ayala (:dietrich) from comment #7)
> Etienne, who can review this?
:albertopq is a good candidate!
Nit: the notification could fade while you're dragging it with your finger too :)
Flags: needinfo?(etienne)
| Reporter | ||
Comment 11•10 years ago
|
||
(In reply to anubhav.worklinux from comment #9)
> Dietrich, i can submit a gif or video but i dont know how. can i get
> notifications in a B2G build or i need a device for that.
Yes, you can get notifications in a desktop build or Mulet or even in simulator in WebIDE. See:
https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Different_ways_to_run_Gaia
You can trigger a notification using the notifications API:
https://developer.mozilla.org/en-US/docs/Web/API/notification
(In reply to Etienne Segonzac (:etienne) from comment #10)
> Nit: the notification could fade while you're dragging it with your finger
> too :)
YES this is the ideal behavior, but cannot fade too early.
| Assignee | ||
Updated•10 years ago
|
Attachment #8652964 -
Flags: review?(apastor)
Comment 12•10 years ago
|
||
Comment on attachment 8652964 [details] [review]
[gaia] anu7495:fadefix > mozilla-b2g:master
The code looks good to me! Thanks for fixing this!
Attachment #8652964 -
Flags: review?(apastor) → review+
Comment 13•10 years ago
|
||
Comment on attachment 8652964 [details] [review]
[gaia] anu7495:fadefix > mozilla-b2g:master
Moving review to Eric. Thanks for pinging the UX team!
Attachment #8652964 -
Flags: ui-review?(firefoxos-ux-bugzilla) → ui-review?(epang)
Comment 14•10 years ago
|
||
Comment on attachment 8652964 [details] [review]
[gaia] anu7495:fadefix > mozilla-b2g:master
R+
This looks great to me, thanks for working on it! :)
Flags: needinfo?(epang)
Attachment #8652964 -
Flags: ui-review?(epang) → ui-review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
| Reporter | ||
Updated•10 years ago
|
Whiteboard: [lang=js] → [lang=js][contrib-bzrand]
Comment 15•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S7 (18Sep)
Updated•10 years ago
|
Keywords: checkin-needed
| Reporter | ||
Comment 16•10 years ago
|
||
(In reply to Dietrich Ayala (:dietrich) from comment #11)
> (In reply to Etienne Segonzac (:etienne) from comment #10)
> > Nit: the notification could fade while you're dragging it with your finger
> > too :)
>
> YES this is the ideal behavior, but cannot fade too early.
Filed bug 1203214 for this behavior.
| Reporter | ||
Comment 17•10 years ago
|
||
Thanks for taking this bug to the finish line, Anubhav! I added you to the list of Friends of Mozilla, so you'll get a big public thanks at the weekly project meeting next Monday :)
https://wiki.mozilla.org/WeeklyUpdates/2015-09-14#Friends_of_Mozilla
| Assignee | ||
Comment 18•10 years ago
|
||
Thanks! It was my pleasure.
You need to log in
before you can comment on or make changes to this bug.
Description
•