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.yts.ag - The drop-down buttons are duplicated #7760

Closed
softvision-sergiulogigan opened this issue Jun 26, 2017 · 7 comments
Closed

www.yts.ag - The drop-down buttons are duplicated #7760

softvision-sergiulogigan opened this issue Jun 26, 2017 · 7 comments

Comments

@softvision-sergiulogigan

URL: www.yts.ag
Browser / Version: Firefox Mobile Nightly 56.0a1 (2017-06-26)
Operating System: Samsung Galaxy S7 Edge (Android 7.0) - 1440 x 2560 pixels (~534 ppi pixel density)
Problem type: Layout is messed up

Steps to Reproduce

  1. Navigate to: www.yts.ag
  2. Tap the Search button. Observe the drop-down buttons.

Expected Behavior:
The drop-down buttons are correctly displayed.

Actual Behavior:
The drop-down buttons are duplicated.

Notes:

  1. The issue is also reproducible on Firefox 54.0 Release (Mobile).
  2. The issue is not reproducible on Chrome (Mobile) 58.0.3029.83.
  3. Screenshot attached.

Watchers:
@softvision-oana-arbuzov
@softvision-sergiulogigan

sv; country: in

Screenshot Description

From webcompat.com with ❤️

@softvision-sergiulogigan softvision-sergiulogigan changed the title www.yts.ag - layout is messed up www.yts.ag - The drop-down buttons are duplicated Jun 26, 2017
@softvision-sergiulogigan
Copy link
Author

This issue might be a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1368555

@karlcow
Copy link
Member

karlcow commented Jul 4, 2017

Rendering with -moz-appearance: none added.

Screenshot Description

The current CSS is:

.selects-container select {
	margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 130px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 40px;
	color: #a2a2a2;
	font-size: .9em;
	font-weight: normal;
	overflow: hidden;
	background: url(../images/website/select-arrows.svg) no-repeat 115px 12px #282828;
	border: 0;
}

this is indeed a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1368555

@MDTsai
Copy link

MDTsai commented Jul 6, 2017

Let's close as duplicate.

@MDTsai MDTsai closed this as completed Jul 6, 2017
@karlcow karlcow added this to the duplicate milestone Oct 30, 2017
@jwatt
Copy link

jwatt commented Jul 12, 2018

Can someone double check this site works in a Nightly build with the pref layout.css.webkit-appearance.enabled set to true? I can't test due to this site being blocked in the UK.

@jwatt
Copy link

jwatt commented Jul 12, 2018

More specifically, I'd like to confirm that when run in Nightly the site is still broken when the pref layout.css.webkit-appearance.enabled set to false, but fixed when it's set to true.

@softvision-sergiulogigan
Copy link
Author

Hey @jwatt
Tested this on Google Pixel (Android 8.1.0) - 1080 x 1920 pixels (~441 ppi pixel density) and on Firefox Nightly 63.

layout.css.webkit-appearance.enabled - FALSE
image

layout.css.webkit-appearance.enabled - TRUE
image

@jwatt
Copy link

jwatt commented Jul 13, 2018

Thanks! Looks like flipping the pref fixes the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants