Closed
Bug 1254983
Opened 9 years ago
Closed 9 years ago
Replace toast notification with snackbar when choosing to copy password from doorhanger
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox48 verified)
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | verified |
People
(Reporter: TeoVermesan, Assigned: malayaleecoder, Mentored)
References
Details
(Whiteboard: [lang=java][good next bug])
Attachments
(1 file, 2 obsolete files)
4.64 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Go to facebook.com and login with: username:test and password:mozilla
2. Remember the login
3. Open facebook.com in a new tab
4. Tap the green lock from the URL Bar
5. Choose "Copy" from "Copy password from test?" doorhanger
Actual results:
- "Password copied to clipboard" toast notification is displayed
Expected results:
- A snackbar should be displayed
Updated•9 years ago
|
Comment 2•9 years ago
|
||
Have fun! :)
Assignee: nobody → malayaleecoder
Status: NEW → ASSIGNED
Flags: needinfo?(s.kaspari)
Assignee | ||
Comment 3•9 years ago
|
||
Sebastian, One issue you might see in this, I think, is the renaming of the strings in android_strings.dtd and strings.xml.in
Do tell me whether I should revert them back :)
Flags: needinfo?(s.kaspari)
Comment 4•9 years ago
|
||
Comment on attachment 8728625 [details] [diff] [review]
Bug1254983_v1.diff
Review of attachment 8728625 [details] [diff] [review]:
-----------------------------------------------------------------
Yeah, let's keep the strings as-is. This will avoid that the translators have to translate this again. We have several *toast* strings that used to be toasts but are snackbars now. :)
Attachment #8728625 -
Flags: feedback+
Updated•9 years ago
|
Flags: needinfo?(s.kaspari)
Assignee | ||
Comment 5•9 years ago
|
||
Have done the necessary changes. Please take a look :)
Attachment #8728625 -
Attachment is obsolete: true
Flags: needinfo?(s.kaspari)
Attachment #8728956 -
Flags: review?(s.kaspari)
Comment 6•9 years ago
|
||
Comment on attachment 8728956 [details] [diff] [review]
Bug1254983_v2.diff
The patch looks great. But I can't apply it to the current tip. Can you rebase your patch against the latest changes?
> TheSilence:fx-team sebastian$ hg import 'https://bug1254983.bmoattachments.org/attachment.cgi?id=8728956'
> applying https://bug1254983.bmoattachments.org/attachment.cgi?id=8728956
> patching file mobile/android/base/java/org/mozilla/gecko/toolbar/SiteIdentityPopup.java
> Hunk #1 FAILED at 5
> 1 out of 2 hunks FAILED -- saving rejects to file mobile/android/base/java/org/mozilla/gecko/toolbar/SiteIdentityPopup.java.rej
> abort: patch failed to apply
Btw. you only need to set "needinfo" or "review" (In this case "review"). One is enough. :)
Flags: needinfo?(s.kaspari)
Attachment #8728956 -
Flags: review?(s.kaspari) → feedback+
Assignee | ||
Comment 7•9 years ago
|
||
Sorry for both NI and review :P
Have a look.
Attachment #8728956 -
Attachment is obsolete: true
Flags: needinfo?(s.kaspari)
Comment 8•9 years ago
|
||
Comment on attachment 8729504 [details] [diff] [review]
Bug1254983.diff
Review of attachment 8729504 [details] [diff] [review]:
-----------------------------------------------------------------
The patch looks good. Thank you!
Attachment #8729504 -
Flags: review+
Comment 9•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/89bb123e0697907b1658809032245bc422253df0
Bug 1254983 - Replace toast notification with snackbar when choosing to copy password from doorhanger. r=sebastian
Updated•9 years ago
|
Flags: needinfo?(s.kaspari)
Comment 10•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Reporter | ||
Comment 11•9 years ago
|
||
"Password copied to clipboard" snackbar is displayed, so:
Verified as fixed using:
Device: One A2001 (Android 5.1.1)
Build: Firefox for Android 48.0a1 (2016-03-20)
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•