Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.samehadaku.net - see bug description #11985

Closed
cahyoputrak opened this issue Oct 7, 2017 · 3 comments
Closed

www.samehadaku.net - see bug description #11985

cahyoputrak opened this issue Oct 7, 2017 · 3 comments
Labels
browser-firefox priority-important Re-triaged Items re-triaged by Oana&Sergiu, to see which ones are still valid
Milestone

Comments

@cahyoputrak
Copy link

URL: https://www.samehadaku.net/

Browser / Version: Firefox 57.0
Operating System: Windows 10
Tested Another Browser: Yes

Problem type: Something else
Description: Different search bar size, with chrome and opera
Steps to Reproduce:
when I opened samehadaku.net in half-viewed desktop, I found searchbar on bottom of menu quite different with most of browser (chrome and opera). The normal one was quite big and bold and I found on new firefox browser it become smaller font and it's weight become lesser than the other browser
Screenshot Description

From webcompat.com with ❤️

@miketaylr
Copy link
Member

There does seem like a size different worth looking into.

@softvision-sergiulogigan

This was reopened by mistake...

Still, it might be investigated:
image

In order to trigger the Menu button, decrease the width of the browser window.

Chrome Inspector:
image

Nightly Inspector:
image

I see that the font-size: 16px; attribute is missing from Nightly.

@softvision-sergiulogigan softvision-sergiulogigan added the Re-triaged Items re-triaged by Oana&Sergiu, to see which ones are still valid label Apr 20, 2018
@karlcow
Copy link
Member

karlcow commented Jul 2, 2018

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #mobile-search .search-field {
    font-size: 16px;
  }
}

This is the reason. And note that this is on purpose. Because here -webkit-min-device-pixel-ratio: 0 is clearly used as a CSS hack for selecting WebKit browser. because of the 0 value.

@karlcow karlcow closed this as completed Jul 2, 2018
@karlcow karlcow modified the milestones: needsdiagnosis, worksforme Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox priority-important Re-triaged Items re-triaged by Oana&Sergiu, to see which ones are still valid
Projects
None yet
Development

No branches or pull requests

5 participants