Closed
Bug 839887
Opened 12 years ago
Closed 12 years ago
Regression: Selecting a Synced tab, opens the regular tab menu
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox20 fixed, firefox21 fixed, relnote-firefox -, fennec20+)
VERIFIED
FIXED
Firefox 21
People
(Reporter: aaronmt, Assigned: sriram)
References
Details
(Keywords: regression, reproducible)
Attachments
(1 file)
1.69 KB,
patch
|
mfinkle
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Currently when one selects a synced tab, the regular tab menu will open and the tab panel does not close.
--
Nightly (02/10)
LG Nexus 4 (Android 4.2)
Reporter | ||
Updated•12 years ago
|
Keywords: regression,
reproducible
QA Contact: aaron.train
Assignee | ||
Comment 2•12 years ago
|
||
Wrong threading :(
areTabsShown() was accessing a stale value from a different thread, before the animation was bound to happen. So, that caused the SELECTED tab event to queue up a showTabs().
Attachment #713608 -
Flags: review?(mark.finkle)
Updated•12 years ago
|
Attachment #713608 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 713608 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Patch to switch between normal and private tabs on tablets.
User impact if declined: Selecting the synced tab will open the tab, close the tabs ui, and open it again.
Testing completed (on m-c, etc.): Landed in m-i on 02/14
Risk to taking this patch (and alternatives if risky): None. Made sure the thread access is right.
String or UUID changes made by this patch: None.
Attachment #713608 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
tracking-fennec: ? → 20+
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Comment 6•12 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #4)
> Comment on attachment 713608 [details] [diff] [review]
> Patch
>
> [Approval Request Comment]
> Bug caused by (feature/regressing bug #): Patch to switch between normal and
> private tabs on tablets.
regressing bug# : https://bugzilla.mozilla.org/show_bug.cgi?id=834399
Comment 7•12 years ago
|
||
Comment on attachment 713608 [details] [diff] [review]
Patch
Low risk fix for a Fx20 regression. Approving on Aurora.PLease land before 2/18.
Adding verifyme and requesting QA verification here . Thanks !
Attachment #713608 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 8•12 years ago
|
||
Updated•12 years ago
|
relnote-firefox:
--- → ?
Comment 9•12 years ago
|
||
This is fixed on every channel before it made it to beta. I don't think we need to relnote this.
Updated•12 years ago
|
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
•