Confirmation window to delete cookies and website data is shown incorrectly
Categories
(Firefox :: Settings UI, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox107 | --- | unaffected |
firefox108 | --- | verified |
firefox109 | --- | verified |
People
(Reporter: kt+bugzilla, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
244.32 KB,
image/jpeg
|
Details | |
43.98 KB,
image/jpeg
|
Details | |
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
Steps to reproduce:
I have a german Nightly version, the English translation may be different.
Go to preferences, Data and Security (the menu with the lock symbol), Cookies and Website data area, and click manage data.
Issue 1 (clipboard2 image):
Delete the data of at least 50+ sites and click save changes.
The Button to delete them permanently is outside the visible screen area as it should be a list where I can scroll down, the window size is for the full length of the list.
Issue 2 (clipboard3 image):
delete for example the data from three sites and without really checking you see only 2, even as there is more than enough free space in the window to show all.
Actual results:
Issue 1:
It should show a list that can be scrolled down instead of a window that is too long.
Issue 2:
It should show all websites and not hide a site.
Expected results:
see actual results
Reporter | ||
Comment 1•4 months ago
|
||
Reporter | ||
Comment 2•4 months ago
|
||
Comment 3•4 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking: Cookies' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•4 months ago
|
Comment 4•4 months ago
|
||
21:38.13 INFO: Narrowed integration regression window from [bf1bc477, a913c869] (3 builds) to [bf1bc477, 1e4afe94] (2 builds) (~1 steps left)
21:38.13 INFO: No more integration revisions, bisection finished.
21:38.13 INFO: Last good revision: bf1bc477f95d9ca0686bf22e577727d11be616fc
21:38.13 INFO: First bad revision: 1e4afe94c89bf0d123accce7f6fe4565be09d5c0
21:38.13 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=bf1bc477f95d9ca0686bf22e577727d11be616fc&tochange=1e4afe94c89bf0d123accce7f6fe4565be09d5c0
Hey emilio, looks like there's some fallout from bug 1796915 related to the cookie removal confirmation dialog. Got a second to look at it?
Updated•4 months ago
|
Updated•4 months ago
|
Assignee | ||
Comment 6•4 months ago
|
||
TIL we had preferences dialogs that weren't subdialogs!
contain: size
obviously doesn't work on those, and since they're not
subdialogs they don't have the "make them scroll if too tall" code,
causing this.
Converting this one is trivial tho, so do that.
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/08c1cafc9cf0 Convert site data settings confirmation dialog to modern flex layout. r=mconley,settings-reviewers
Comment 8•4 months ago
|
||
bugherder |
Comment 9•4 months ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox108
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 10•4 months ago
|
||
Comment on attachment 9305648 [details]
Bug 1802706 - Convert site data settings confirmation dialog to modern flex layout. r=mconley,Gijs,dao
Beta/Release Uplift Approval Request
- User impact if declined: comment 0
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very-scoped CSS fix.
- String changes made/needed: none
- Is Android affected?: No
Assignee | ||
Updated•4 months ago
|
Comment 11•4 months ago
|
||
Comment on attachment 9305648 [details]
Bug 1802706 - Convert site data settings confirmation dialog to modern flex layout. r=mconley,Gijs,dao
Approved for 108.0b9
Comment 12•4 months ago
|
||
bugherderuplift |
Updated•4 months ago
|
Comment 13•4 months ago
|
||
I have reproduced this issue on Win 7 x64, using STR from comment 0, on an affected Nightly build (2022-11-26).
The issue is verified as fixed on the latest builds, Beta 108 and Nightly 109, under Win 10 x64 and Win 7 x64.
Description
•