Closed
Bug 1134015
Opened 10 years ago
Closed 10 years ago
The button toasts are broken
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox38 verified, fennec38+)
VERIFIED
FIXED
Firefox 38
People
(Reporter: AndyP, Assigned: AndyP, Mentored)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
3.26 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
Comment 1•10 years ago
|
||
There is a patch up in 1099500, but we don't need another dupe.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 2•10 years ago
|
||
Whoops, read Margaret's last comment.
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: DUPLICATE → ---
Updated•10 years ago
|
Blocks: 1099500
Keywords: regression
| Assignee | ||
Comment 3•10 years ago
|
||
ButtonToast.java hides the toast in its onClickListener using ReasonHidden.CLICKED therefore it is neccessary to not delete the callbacks here if this reason occurs.
Attachment #8565694 -
Flags: review?(margaret.leibovic)
| Assignee | ||
Comment 4•10 years ago
|
||
Just some additional information:
The callback data in case of ReasonHidden.CLICKED is removed in ButtonToast.java [1], there is also ReasonHidden.STARTUP which is as well used in ButtonToast.java. Both cases are now excluded.
[1] https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/widget/ButtonToast.java#122
Comment 5•10 years ago
|
||
Comment on attachment 8565694 [details] [diff] [review]
bug1134015_fixBrokenButtonToast.diff
Review of attachment 8565694 [details] [diff] [review]:
-----------------------------------------------------------------
I can land this for you.
Attachment #8565694 -
Flags: review?(margaret.leibovic) → review+
Comment 6•10 years ago
|
||
Assignee: nobody → drag
tracking-fennec: --- → 38+
Comment 7•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Comment 8•10 years ago
|
||
-Close a tab, tap 'Undo' on the 'Closed tab - Undo' tab toast notification => The closed tab is opened in the same position as it was before.
-Choose "Open Link in New Tab/Private Tab", tap "Switch" on the "New Tab opened" notification => The new tab is displayed. So:
Verified as fixed on:
Device: Nexus 5 (Android 5.0.1)
Build: Firefox for Android 38.0a1 (2015-02-19)
Status: RESOLVED → VERIFIED
Updated•4 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
•