Certificate manager window no longer remembers position
Categories
(Toolkit :: UI Widgets, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | wontfix |
firefox75 | --- | wontfix |
firefox76 | --- | fix-optional |
People
(Reporter: AvlasenkoVitaliy, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
Open certificate manager window, change it's size, open it again.
Actual results:
This windows doesn't save it size - it looks too small and I can't even see and press "ok" button.
Expected results:
Firefox will rememeber the size of this window.
Comment 1•5 years ago
|
||
I confirm that this issue is reproducible on Windows 10 x64 - on the latest Nightly 76.0a1, Firefox 75 beta 4 and the latest Firefox 74.
I managed to find a regression range, here are the results:
- last good build: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=88b25807638231dcf403d8f0b597fc770f1d24a4&tochange=e183cbb4983cfb3aecf97ab18fad916b91f89e7e
- first bad build: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=1fb1ca98f23b29d1a8a287ad2db326c84df04c57&tochange=e183cbb4983cfb3aecf97ab18fad916b91f89e7e
Found commit message:
Bug 1585482 - Necessary test fixes following the change to stop using xul:dialog as a root element. r=marionette-reviewers,ato,bgrins
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Thanks for reporting. There have been a handful of these, Bug 1616350 would help catch all cases at once but in the meantime moving the id from the <dialog> back up to the <window> at https://searchfox.org/mozilla-central/rev/3f8c67d7fd836d559491e3fe497bc739f707c1a6/security/manager/pki/resources/content/certManager.xhtml#17 would fix this.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Reporter | ||
Comment 4•5 years ago
|
||
Firefox 76.0.1 still has it...
Reporter | ||
Comment 5•5 years ago
|
||
Reporter | ||
Comment 6•5 years ago
|
||
It looks better now on Firefox 77.0 release ,I can see "ok" button at least (screenshot attached). But this window still looks too small.
Comment 7•5 months ago
|
||
These dialogs should be sizing themselves to the smallest size for their content. This is to avoid issues if you change monitors or resize the Firefox window. Remembering the state could make it so you cannot grab the resizer edge to make it smaller
Description
•