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

bonk.io - "Quick Play Mode Selection" menu is not fully visible. #75053

Closed
webcompat-bot opened this issue May 26, 2021 · 2 comments
Closed

bonk.io - "Quick Play Mode Selection" menu is not fully visible. #75053

webcompat-bot opened this issue May 26, 2021 · 2 comments
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-css-zoom
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented May 26, 2021

URL: https://bonk.io/

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

Problem type: Design is broken
Description: Items not fully visible
Steps to Reproduce:
i pressed quick play button and the menu's broken

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20210520185752
  • channel: aurora
  • 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 the action-needsmoderation The moderation has not yet been completed label May 26, 2021
@webcompat-bot webcompat-bot added this to the needstriage milestone May 26, 2021
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label May 26, 2021
@webcompat-bot webcompat-bot changed the title In the moderation queue. May 26, 2021
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels May 26, 2021
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was able to reproduce the issue. "Quick Play Mode Selection" menu is not fully visible.
image
image

Steps to reproduce:

  1. Navigate to https://bonk.io/
  2. Click "Play As Guest" button.
  3. Click "Play" button without typing any player name.
  4. Click "Quick Play" button.
  5. Observe the "Quick Play Mode Selection" menu.

Note: The issue is not reproducible on Chrome.
image

Affected area:

<div id="quickPlayWindow_GrappleButton" class="quickPlayWindowModeDiv">
	<img src="graphics/thumb_grapple_nb.jpg" class="quickPlayWindowModeThumb">
		<span class="quickPlayWindowText1">Grapple</span>
		<span id="quickPlayWindow_GrapplePlayerCount" class="quickPlayWindowText2">37 players online</span>
		<span class="quickPlayWindowText3">Use the special key to swing around the map, but if an enemy touches you while you're on your grapple you'll be knocked off. Static map rotation.</span>
</div>

Tested with:
Browser / Version: Firefox Nightly 90.0a1 (2021-05-27)
Operating System: Windows 10 Pro

Moving to Needsdiagnosis for further investigation.

@softvision-oana-arbuzov softvision-oana-arbuzov added priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. labels May 28, 2021
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title bonk.io - design is broken May 28, 2021
@denschub denschub modified the milestone: needsdiagnosis Jun 7, 2021
@ksy36
Copy link
Contributor

ksy36 commented Feb 10, 2022

The site is using zoom, which is not supported in Firefox:

.quickPlayWindowModeDiv {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
  width: 200px;
  height: 310px;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  background: hsl(0 0% 90% / 1);
  vertical-align: top;
  padding: 5px;
  zoom: 0.8;
  white-space: normal;
}

Duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=390936

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 priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-css-zoom
4 participants