Filter current device out of connected device section
Categories
(Firefox :: Menus, defect, P1)
Tracking
()
People
(Reporter: nsharpley, Assigned: sfoster)
References
Details
(Whiteboard: [fidefe-nova])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
After the fix for bug 2056253 we now show all devices. We shouldn't show the current device.
STR:
- Sign in
- Go the avatar/account menu
- View all devices
Actual:
ALL devices show
Expected:
The current device should not show
Updated•1 month ago
|
Comment 1•22 days ago
|
||
Does this have an impact that you think we should prioritize/fix ASAP?
| Reporter | ||
Updated•17 days ago
|
| Assignee | ||
Comment 2•16 days ago
|
||
| Reporter | ||
Updated•16 days ago
|
Comment 3•14 days ago
|
||
[Tracking Requested - why for this release]:
We'd like to get changes into 155 as the accounts changes go out.
Updated•13 days ago
|
| Assignee | ||
Comment 4•13 days ago
|
||
A fix for this bug should exclude the current profile from the list. There's a testing gotcha tough - the label we use for a connected device is derived from the machine name and application name, so a different profile on the same machine can appear to be the same as the current one. We don't want to exclude these - sync is between profiles and we support multiple profiles on a given machine.
Comment 5•13 days ago
|
||
Seems like a minor polish issue. I'll accept a low-risk uplift for 155/155.0.x but I don't think it needs tracking+ status.
Comment 7•8 days ago
|
||
| bugherder | ||
Comment 8•8 days ago
|
||
The patch landed in nightly and beta is affected.
:sfoster, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox155towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 9•7 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D319643
Updated•7 days ago
|
Comment 10•7 days ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: The extra entries are an annoying and distracting artifact in this menu.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: no
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: See comment 0: https://bugzilla.mozilla.org/show_bug.cgi?id=2059763#c0
- Risk associated with taking this patch: low
- Explanation of risk level: This is a well contained patch for a minor but distracting issue. The code change is a logic fix in a function dedicated to only this task and no fallout is expected.
- String changes made/needed?: None
- Is Android affected?: no
| Assignee | ||
Comment 11•7 days ago
|
||
(In reply to BugBot [:suhaib / :marco] from comment #8)
The patch landed in nightly and beta is affected.
:sfoster, is this bug important enough to require an uplift?
I check with product and we would like this uplifted if the opportunity arises. Its a minor but annoying issue and a really low-risk patch.
Updated•7 days ago
|
Comment 12•7 days ago
|
||
I was able to reproduce the issue on Win11x64 using Firefox build 155.0b5.
Verified as fixed on Win11x64/Mac 15.5/Ubuntu24.04 using Firefox build 157.0a1 and 156.0b1.
Updated•20 hours ago
|
Updated•20 hours ago
|
Updated•20 hours ago
|
Comment 13•20 hours ago
|
||
| uplift | ||
Comment 14•17 hours ago
|
||
(In reply to Pulsebot from comment #13)
Added to the 155.0.1 relnotes.
Comment 15•7 hours ago
|
||
Managed to reproduce this issue on Firefox 155.0b5, under Windows 11x64.
Verified as fixed on Win11x64, Mac 10.15, Ubuntu24.04 using Firefox build 155.0.1.
Description
•