Open Bug 1604436 Opened 5 years ago Updated 3 years ago

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)

defect

Tracking

()

Tracking Status
firefox71 --- unaffected
firefox72 --- unaffected
firefox73 --- affected

People

(Reporter: mcoman, Unassigned)

References

Details

Attachments

(1 file)

Attached image rec of the issue.gif

[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]:

  1. Open the browser with the profile from prerequisites.
  2. Open a "New Tab" and press the "F12" key.
  3. Insert the ".search-wrapper .search-inner-wrapper" string in the "Search HTML" field from the "Inspector" tool and press the "Enter" key.
  4. Go to the "Styes" column and scroll down to the ".search-wrapper .search-inner-wrapper" section.
  5. 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.

The priority flag is not set for this bug.
:thecount, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(sdowne)

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.

Flags: needinfo?(sdowne)
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: