The "width" value of the ".search-wrapper .search-inner-wrapper" section is not changed from "224px" to "100%"
Categories
(Firefox :: New Tab Page, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | unaffected |
| firefox72 | --- | unaffected |
| firefox73 | --- | affected |
People
(Reporter: mcoman, Unassigned)
References
Details
Attachments
(1 file)
|
1.37 MB,
image/gif
|
Details |
[Affected versions]:
- Firefox Nightly 73.0a1 - Build ID: 20191216214733
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Prerequisites]:
- Have a Firefox profile with the "browser.search.region" pref set to "US" in the "about:config" page.
[Steps to reproduce]:
- Open the browser with the profile from prerequisites.
- Open a "New Tab" and press the "F12" key.
- Insert the ".search-wrapper .search-inner-wrapper" string in the "Search HTML" field from the "Inspector" tool and press the "Enter" key.
- Go to the "Styes" column and scroll down to the ".search-wrapper .search-inner-wrapper" section.
- Observe the "width" value of the displayed "CSS".
[Expected result]:
- The "width" value is set at "100%":
.search-wrapper .search-inner-wrapper {
cursor: default;
display: flex;
height: 48px;
margin: 0 auto;
position: relative;
width: 100%;
}
[Actual result]:
- The "width" value is still set at "244px":
.search-wrapper .search-inner-wrapper {
cursor: default;
display: flex;
height: 48px;
margin: 0 auto;
position: relative;
width: 224px;
}
[Notes]:
- Attached a screen recording of the issue.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:thecount, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•5 years ago
|
||
I'm not quite sure if you see this as a bug/not accurate to designs, or more so a potential optimization.
If we were to increase that to 100% it would span the whole width in max breakpoints, which wouldn't match old AS.
Updated•5 years ago
|
Updated•3 years ago
|
Description
•