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

lista.mercadolivre.com.br - see bug description #4177

Closed
webcompat-bot opened this issue Jan 2, 2017 · 12 comments
Closed

lista.mercadolivre.com.br - see bug description #4177

webcompat-bot opened this issue Jan 2, 2017 · 12 comments
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine
Milestone

Comments

@webcompat-bot
Copy link

URL: http://lista.mercadolivre.com.br/audio-profissional-microfones/dinamicos/_Frete_Gratis_OrderId_PRICE_ItemTypeID_N_OtherFilterID_MEJVEN
Browser / Version: Firefox 53.0
Operating System: Ubuntu
Problem type: Something else - I'll add details below

Steps to Reproduce

  1. Navigate to: http://lista.mercadolivre.com.br/audio-profissional-microfones/dinamicos/_Frete_Gratis_OrderId_PRICE_ItemTypeID_N_OtherFilterID_MEJVEN
  2. … Click on Check "Somente em " on search bar.

Expected Behavior: Check click work

Actual Behavior: Click not work only on firefox

Screenshot Description

From webcompat.com with ❤️

@MDTsai
Copy link

MDTsai commented Jan 3, 2017

Confirmed, I can reproduce this issue on Firefox 53 on ubuntu/Mac OS X. But it works on Firefox 50 on ubuntu/Mac OS X.

I can show the checkbox after disable:

.nav-search .nav-category input[type="checkbox"] {
  background: 0
}

I think it's a regression issue. Switch to needsdiagnosis.

@MDTsai
Copy link

MDTsai commented Jan 3, 2017

Use mozregression, looks like the bug is caused by changeset in 2016-11-21
Last good revision: 0534254e9a40b4bade2577c631fe4cfa0b5db41d (2016-11-22)
First bad revision: 0ddfec7126ec503b54df9c4b7c3b988906f6c882 (2016-11-23)

@karlcow
Copy link
Member

karlcow commented Jan 4, 2017

Cool find @MDTsai
Confirmed.

From left to right: Gecko, WebKit, Blink
Screenshot of the site issue

I filed a bug on Bugzilla. I will close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1328474

@webcompat-bot webcompat-bot reopened this Jan 4, 2017
@karlcow
Copy link
Member

karlcow commented Jan 4, 2017

Ah wait my test is incomplete.

@karlcow
Copy link
Member

karlcow commented Jan 4, 2017

This is the real test.
Screenshot of the site issue

@karlcow
Copy link
Member

karlcow commented Jan 4, 2017

The rendering in WebKit.

Screenshot of the site issue

@karlcow
Copy link
Member

karlcow commented Jan 4, 2017

Yeah too quick.

.nav-search .nav-category input[type="checkbox"] {
    border:1px solid #ccc;
    background:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    display:inline-block;
    margin:3px 5px 0 0;
    height:14px;
    padding:0;
    vertical-align:top;
    width:14px;
    -moz-appearance:none;
    -webkit-border-radius:3px;
    border-radius:3px;
}

There is no -webkit-appearance: none, but indeed the webkit. So it's really a regression.

@karlcow
Copy link
Member

karlcow commented Jan 5, 2017

from left to right:
Firefox 52, Firefox 53, Safari
capture d ecran 2017-01-06 a 07 19 53

Just to understand what the developer was expecting before Firefox changes. the issue arises because background is used to draw the checkmark.

@karlcow
Copy link
Member

karlcow commented Jan 5, 2017

I wonder what they were trying to solve.

@karlcow
Copy link
Member

karlcow commented Jan 5, 2017

I will reopen the issue and switch to needscontact.

@karlcow
Copy link
Member

karlcow commented Jan 11, 2017

This is part of

Copyright © 1999-2016 Ebazar.com.br LTDA.

but when entering ebazar.com we are redirected to yet another web site
https://www.vivanuncios.us/

which says in the footer…

© Copyright 2015 eBay International AG

http://www.ebayclassifiedsgroup.com/brands-vivanuncios.html

Hmmm but maybe our Ebay contacts can't really help as Ebay is just a share holder.

eBay currently holds an 18.37% share in MercadoLibre with more than 50% of the board votes.
https://en.wikipedia.org/wiki/MercadoLibre.com

Oh but…
@mercadolibre exists.

Maybe someone like @dimartiro or @joaoandre can help us to find the right person there in the front-end team.

@softvision-sergiulogigan

The issue has been fixed.

Tested with:
Browser / Version: Firefox Nightly 70.0a1 (2019-08-19)
Operating System: Windows 10 Pro, MacOS 10.14.6

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine
Projects
None yet
Development

No branches or pull requests

5 participants