Closed
Bug 1134015
Opened 9 years ago
Closed 9 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 |
This is a regression of bug #1099500. Depends on bug #1133278 and bug #1133499.
Comment 1•9 years ago
|
||
There is a patch up in 1099500, but we don't need another dupe.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 2•9 years ago
|
||
Whoops, read Margaret's last comment.
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: DUPLICATE → ---
Updated•9 years ago
|
Blocks: 1099500
Keywords: regression
Assignee | ||
Comment 3•9 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•9 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•9 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•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/15edc0cdbae7
Assignee: nobody → drag
tracking-fennec: --- → 38+
Comment 7•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/15edc0cdbae7
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Comment 8•9 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•3 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
•