The tree column picker menu from the Saved Logins dialog box is wrongly displayed if opened twice
Categories
(Toolkit :: UI Widgets, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | verified |
People
(Reporter: emilghitta, Assigned: bgrins)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Affected versions
- Firefox 68.0a1 (BuildId:20190507214514)
Unaffected versions
- Firefox 67.0b18 (BuildId:20190506235559)
- Firefox 66.0.5 (BuildId:20190507012018)
- Firefox 60.6.1esr (BuildId:20190322020346)
Affected platforms
- Windows 10 64bit
- Ubuntu 16.04 32bit
- macOS 10.12.6
Steps to reproduce
- Launch Firefox.
- Click the Hamburger menu.
- Click the Logins and Passwords button.
- Click the tree column picker button.
- Close the tree column picker menu.
- Click the tree column picker button again.
Expected result
- The menu is successfully displayed.
Actual result
- The menu is wrongly displayed after being opened the second time.
Regression range
- First bad revision: 37d758a90ed9fc26c1d09993ddf73823295ea5d0
- Last good revision: ff20472890a1e3fa12e9b24bd9ef0520faea54da
- Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ff20472890a1e3fa12e9b24bd9ef0520faea54da&tochange=37d758a90ed9fc26c1d09993ddf73823295ea5d0 - Potential regressor: Bug 1500626
Additional Information
- I have attached a screencast for this issue.
- Please note that this seems to be reproducible with the tree column picker from the Certificate Manager dialog box (People tab) as well. It doesn’t seem reproducible with the tree column picker from the "Your Certificates", "Servers" and "Authorities" tabs.
Reporter | ||
Comment 1•6 years ago
|
||
Hi Brian,
It seems that mozregression pointed out Bug 1500626 for causing this regression.
Can you please take a look?
Thanks!
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Looks like the children of <menuitem> in the tree col picker are getting [hidden] set on them. Taking a look.
Reporter | ||
Comment 3•6 years ago
|
||
Just a small update. This seems to be reproducible with the tree column picker from the "People" tab (Certificate Manager dialog box) as well.
Assignee | ||
Comment 4•6 years ago
|
||
Since the menuitem DOM is not anonymous anymore, without scoping the selector
we end up hiding contents of menuitems as well.
Comment 6•6 years ago
|
||
bugherder |
Reporter | ||
Comment 7•6 years ago
|
||
This issue is verified fixed using Firefox 68.0a1 (BuildId:20190515092556) on Windows 10 64bit, macOS 10.12.6 and Ubuntu 16.04 64bit.
Description
•