Add Security Exception window sizing issues
Categories
(Core :: Security: PSM, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | + | verified |
firefox66 | + | verified |
People
(Reporter: cfogel, Assigned: jaws)
References
Details
(Keywords: regression, Whiteboard: [psm-assigned])
Attachments
(5 files)
[Affected versions]:
- 65.0b9, 65.0b9devED
[Affected platforms]:
- Windows 10, Ubuntu 18.04
[Steps to reproduce]:
- Access https://forum.kaspersky.com/index.php?/topic/403934-possible-fake-emails-from-kasperskyuk/
- Click on the Advanced button;
- Click on the Add Exception button;
- Click on the Get Certificate button;
[Expected result]:
- the window is properly displayed
[Actual result]:
- step.3: bottom_padding is needed the Permanently store this exception option;
- step.4: window displayed at what seems to be the min-height; buttons they appear truncated;
[Regression range]:
- issue appears to be limited to the beta 9 builds;
[Additional notes]:
- attached screenshot with the issue;
- macOS(10.13) does not seem to be affected by this issue;
- on Ubuntu, resizing of the window is possible;
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Can you please provide a regression range for this?
Reporter | ||
Comment 2•6 years ago
|
||
regression-window |
Swapping browser.security.newcerterrorpage.enabled to false, I was able to check for the regression properly.
Mozregression points to: bug 1498448
Comment 3•6 years ago
|
||
Zibi, not sure if the MSU folks are still active - can you take a look at this? We've got about a week left in the Fx65 beta cycle.
Comment 4•6 years ago
|
||
As a quick untested suggestion, I wonder if we can call dialog.sizeToContent() after fluent finishes localizing.
Comment 5•6 years ago
|
||
This seems minor enough that I'd prefer not to prioritize it over my current tasks. Adding it to the capstone backlog.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Updated•6 years ago
|
Comment 13•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2677d2e45ead
https://hg.mozilla.org/mozilla-central/rev/cfbd8823f3c5
Comment 14•6 years ago
|
||
Please nominate this for Beta approval when you get a chance.
Assignee | ||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•6 years ago
|
||
Comment on attachment 9037283 [details]
Bug 1518786 - Wait until Fluent strings have been applied before sizing the window to content. r=Gijs (reduced patch for beta65)
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: Bug 1498448
User impact if declined: Users will not be able to add security exceptions
Is this code covered by automated tests?: No
Has the fix been verified in Nightly?: No
Needs manual test from QE?: No
If yes, steps to reproduce:
List of other uplifts needed: None
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): This change waits until all strings have been localized before sizing the window to fit the content of the new strings. It uses existing APIs and just delays the sizing of the window until slightly later than it already was.
String changes made/needed: none
Assignee | ||
Comment 17•6 years ago
|
||
Note, to test this on Nightly66 you will need to go to about:config and set browser.security.newcerterrorpage.enabled to false
Comment 18•6 years ago
|
||
Comment on attachment 9037283 [details]
Bug 1518786 - Wait until Fluent strings have been applied before sizing the window to content. r=Gijs (reduced patch for beta65)
[Triage Comment]
Fixes window sizing issues causing users to be unable to add security exceptions under some circumstances. Approved for 65.0b12.
Comment 19•6 years ago
|
||
bugherder uplift |
Comment 20•6 years ago
|
||
Confirming this issue as verified fixed on the latest FF Nightly 66.0a1(BuildID:20190117215514) and 65.0b12(BuildID:20190117232427) on Windows 10.x64 and Ubuntu 18.04x64.
Updated•6 years ago
|
Comment 22•6 years ago
|
||
I have confirmed it's OK now on Nightly 2019-01-18. Thanks for fixing!
Updated•6 years ago
|
Description
•