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

sort.chimame.cafe - Disc is inflated an the wrong size #112208

Open
karlcow opened this issue Oct 12, 2022 — with webcompat-app · 3 comments
Open

sort.chimame.cafe - Disc is inflated an the wrong size #112208

karlcow opened this issue Oct 12, 2022 — with webcompat-app · 3 comments
Assignees
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine os-mac Issues only happening on macOS. priority-normal severity-minor The site has a cosmetic issue. status-needsinfo-denschub ping @denschub

Comments

@karlcow
Copy link
Member

karlcow commented Oct 12, 2022

URL: https://sort.chimame.cafe/

Browser / Version: Firefox 107.0
Operating System: Mac OS X 10.15
Tested Another Browser: Yes Safari

Problem type: Design is broken
Description: Items are overlapped
Steps to Reproduce:

  1. Go to https://sort.chimame.cafe with Firefox on macOS

Expected: disc in the center column

Actual:
the disc is inflated at the wrong size.

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20221004213513
  • channel: nightly
  • hasTouchScreen: false
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false

View console log messages

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Oct 12, 2022
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine labels Oct 12, 2022
@karlcow
Copy link
Member Author

karlcow commented Oct 12, 2022

from top to bottom

Screenshot

safari, firefox, chrome.

@karlcow
Copy link
Member Author

karlcow commented Oct 12, 2022

The code is using

.home-img {
	max-width: -webkit-fill-available;
	border-radius: 300px;
	user-select: none;
}

it could be fixed with

/* styles.css | https://sort.chimame.cafe/src/css/styles.css */

.home-img {
  max-width: -moz-available;
}

@softvision-oana-arbuzov softvision-oana-arbuzov added the os-mac Issues only happening on macOS. label Oct 12, 2022
@softvision-raul-bucata
Copy link

@karlcow Thanks for the report. I was indeed able to reproduce the issue:

Screenshot_1

Tested with:

Browser / Version: Firefox Release 105.0.3 (64-bit)/ Firefox Nightly 107.0a1 (2022-10-11) (64-bit) /Safri 15.6
Operating System: Mac OSX Catalina 10.15.7

Notes:

  1. Reproducible regardless of the status of ETP.
  2. Reproducible on the latest build of Firefox Nightly and Release.
  3. Works as expected using Safari.

Moving this to NeedsDiagnosis for further investigations.

[qa_41/2022]

@softvision-raul-bucata softvision-raul-bucata added severity-minor The site has a cosmetic issue. priority-normal labels Oct 12, 2022
@softvision-raul-bucata softvision-raul-bucata changed the title sort.chimame.cafe - design is broken sort.chimame.cafe - Disc is inflated an the wrong size Oct 12, 2022
@ksy36 ksy36 added the status-needsinfo-denschub ping @denschub label Oct 13, 2022
peter50216 added a commit to Gyozomgarg/gyozomgarg.github.io that referenced this issue Dec 5, 2023
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 os-mac Issues only happening on macOS. priority-normal severity-minor The site has a cosmetic issue. status-needsinfo-denschub ping @denschub
Projects
None yet
Development

No branches or pull requests

6 participants