Closed
Bug 1816069
Opened 2 years ago
Closed 2 years ago
Create profile wizard content alignment is not displayed as expected
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox109 | --- | unaffected |
firefox110 | --- | unaffected |
firefox111 | --- | verified |
People
(Reporter: atrif, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Found in
- 111.0a1 (20230209213208)
Affected versions
- 111.0a1 (20230209213208)
Tested platforms
- Affected platforms: Windows 10x64, macOS 12, Ubuntu 20.04
- Unaffected platforms: none
Steps to reproduce
- Open Firefox Profile Manager and click to create a new profile.
- Observe both of the
Create Profile Wizard
windows.
Expected result
- The content is aligned as expected.
Actual result
- The content is not aligned with the window.
Regression range
- Last good revision: 6d37ee664b922e926a686feba165b20a628626e3
First bad revision: 62fd688e335958ef1e95328d7bab329be8ad3a0f
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=6d37ee664b922e926a686feba165b20a628626e3&tochange=62fd688e335958ef1e95328d7bab329be8ad3a0f
Additional notes
- Attached a screenshot.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → emilio
Assignee | ||
Comment 1•2 years ago
|
||
The width: <length> declaration was being honored, even if the window
was larger. Rely on flexing instead.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54d29db98836
Move wizard pages to modern flexbox. r=mconley
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Reporter | ||
Comment 4•2 years ago
|
||
Verified fixed with Firefox 111.0a1 (20230212085204) on Windows 10x64, macOS 12 and Ubuntu 20.04. The profile creation window is now correctly displayed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•