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

connect.detik.com - Multiple arrows are displayed overlapped on user profile page #13895

Closed
softvision-oana-arbuzov opened this issue Nov 28, 2017 · 5 comments

Comments

@softvision-oana-arbuzov
Copy link
Member

softvision-oana-arbuzov commented Nov 28, 2017

URL: https://connect.detik.com/dashboard/public/mozilianulb?

Browser / Version: Firefox Mobile Nightly 59.0a1 (2017-11-27)
Operating System: Huawei P10 (Android 7.0) - Resolution 1080 x 1920 pixels (~432 ppi pixel density)
Tested Another Browser: Yes

Problem type: Design is broken
Description: Multiple arrows are displayed overlapped on user profile page

Prerequisites

  1. Account created and signed in.

Steps to Reproduce

  1. Navigate https://connect.detik.com/dashboard/public/mozilianulb?
  2. Tap the “Browse” menu button.
  3. Tap the user.
  4. Observe top bar.

Expected Behavior:
Single arrow is displayed.

Actual Behavior:
Multiple arrows are displayed overlapped.

Note:

  1. Reproducible on Firefox 57.0 Release (Mobile).
  2. Not reproducible on Chrome (Mobile) 62.0.3202.84.
  3. Screenshot attached.

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

sv; country: id
Screenshot Description

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Nov 28, 2017
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title m.cnnindonesia.com - design is broken m.cnnindonesia.com - Multiple arrows are displayed overlapped on user profile page Nov 28, 2017
@karlcow
Copy link
Member

karlcow commented Nov 29, 2017

Missing -moz-appearance: none

@karlcow
Copy link
Member

karlcow commented Nov 29, 2017

#framebar .kanal_pilih select {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	color: #17368f;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	float: left;
	height: 30px;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

Adding -moz-appearance: none will solve it until we add support for -webkit-appearance: none

@webcompat-bot webcompat-bot added the type-css Generic CSS issues label Nov 29, 2017
@karlcow
Copy link
Member

karlcow commented Nov 29, 2017

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1368555

@karlcow karlcow changed the title m.cnnindonesia.com - Multiple arrows are displayed overlapped on user profile page connect.detik.com - Multiple arrows are displayed overlapped on user profile page Nov 29, 2017
@jwatt
Copy link

jwatt commented Jul 12, 2018

Fixed in Nightly with the pref layout.css.webkit-appearance.enabled set to true.

@softvision-sergiulogigan

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

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