webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
739 stars 63 forks source link

www.hattrick.org - see bug description #14483

Closed dlicois closed 6 years ago

dlicois commented 6 years ago

URL: https://www.hattrick.org/

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

Problem type: Something else Description: bidding div doesn't display Steps to Reproduce: Login to hattrick.org, go to /World/Transfers/ to look for an available transfer. Navigate to a player page.

From webcompat.com with ❤️

dlicois commented 6 years ago

Requires a registered account. A bidding box (div#ctl00_ctl00_CPContent_CPMain_updBid) should appear. Works with Edge on win10, works with chromium on Linux, doesn't work with Firefox 57 on Linux and Win10.

The dom is present but isn't shown, javascript code should make it display: block.

Not working

Working when hacking css with dev console

softvision-sergiulogigan commented 6 years ago

@dlicois I've tested on FF57 on Win 10, and I got this: image

Maybe you have some add-ons that block that js? Could you please also test on the latest Nightly, with a clean profile? Please reopen if it's still happening for you...

dlicois commented 6 years ago

I had tried with ublock disabled, but it was actually the "I don't care about cookies" extension that was preventing this window from displaying. Thankfully it allow whitelisting. Sorry for the trouble.