Closed
Bug 1823387
Opened 2 years ago
Closed 2 years ago
Fields are misaligned on the Permissions tab under Page Info.
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1822759
Tracking | Status | |
---|---|---|
firefox112 | --- | unaffected |
firefox113 | --- | affected |
People
(Reporter: mchiorean, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
57.48 KB,
image/png
|
Details |
Found in
- 113.0a1 Nightly (20230319214532)
Affected versions
- 113.0a1 Nightly (20230319214532)
Tested platforms
- Affected platforms: Win10, Ubuntu 20.04, Mac 10.13.
- Unaffected platforms: -
Steps to reproduce
- Open any page containing (e.g. https://www.reddit.com/)
- Open page Info (Ctrl+I).
- Go to Permissions tab and check the display.
Expected result
- All information on Permissions tab should be correctly displayed.
Actual result
- Information is overlapping on Permissions tab.
Regression range
- Issue was discovered while verifying 1819267 and it is reproducing only on Nightly, not on Beta.
Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=32be81d9b0cd316d794d6d3bdefef4b019542597&tochange=a5e9a84e1d679ca182188d8f6cc1f7310965d44e
What is mentioned on mozregression:
DEBUG : Found commit message:
Bug 1822131 - Allow XUL elements to shrink-by-default. r=dholbert
Bug 1821920 and bug 1821871 are instances of an interesting behavior
change from bug 1820534.
The default flex-basis of old XUL was auto instead of max-content,
because of this code:
https://searchfox.org/mozilla-central/rev/af78418c4b5f2c8721d1a06486cf4cf0b33e1e8d/layout/generic/nsFlexContainerFrame.cpp#1327
So stuff that used to wrap now no longer does, in an horizontal flex
container, since xul.css prevents XUL elements from shrinking.
Per the comment, a few tests relied on this, but I believe it should
generally be safe to shrink the items. This only causes to shrink if
they have an explicit width but no min-width (including min-width:
auto).
Some tests like test_mousescroll.xhtml hit this, because they have
explicit sizes but min-width: auto ends up being 0 effectively, but I
believe we should tweak those tests instead.
Differential Revision: https://phabricator.services.mozilla.com/D172462
Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Based on comment #0, this bug contains a bisection range found by mozregression. However, the Regressed by
field is still not filled.
:zombie and :emilio, since you are the authors of the changes in the range, if possible, could you fill the Regressed by
field and investigate this regression?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1822759
Flags: needinfo?(tomica)
Flags: needinfo?(emilio)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•