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

ask8ball.net - Design is broken #80401

Closed
webcompat-bot opened this issue Jul 17, 2021 · 2 comments
Closed

ask8ball.net - Design is broken #80401

webcompat-bot opened this issue Jul 17, 2021 · 2 comments
Labels
browser-fenix engine-gecko The browser uses the Gecko rendering engine severity-important A non-core broken piece of functionality, not behaving the way you would expect. severity-minor The site has a cosmetic issue.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Jul 17, 2021

URL: http://ask8ball.net/

Browser / Version: Firefox Mobile 90.0
Operating System: Android 9
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items are misaligned
Steps to Reproduce:
This has happened only on all versions of Firefox (Nightly, Beta and Regular).

This does not happen in Google Chrome and other pages, such as the 'about' page, display correctly.

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20210624190035
  • channel: beta
  • hasTouchScreen: true
  • 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 Jul 17, 2021
@webcompat-bot webcompat-bot added this to the needstriage milestone Jul 17, 2021
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Jul 17, 2021
@webcompat-bot webcompat-bot changed the title In the moderation queue. Jul 19, 2021
@webcompat-bot webcompat-bot added browser-fenix 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 Jul 19, 2021
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was able to reproduce the issue.
image

Tested with:
Browser / Version: Firefox Nightly 92.0a1 (🦎 92.0a1-20210715094037)
Operating System: Google Pixel 5 (Android 11) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density), Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)

Moving to Needsdiagnosis for further investigation.

@softvision-oana-arbuzov softvision-oana-arbuzov added severity-important A non-core broken piece of functionality, not behaving the way you would expect. severity-minor The site has a cosmetic issue. labels Jul 19, 2021
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title ask8ball.net - design is broken Jul 19, 2021
@ksy36
Copy link
Contributor

ksy36 commented Oct 7, 2021

The site is using zoom css rule, which is not supported in Firefox, therefore the small ball doesn't fit in the row. This is a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=390936

#mini-ball {
...
    zoom: 0.35;
    float: left;
    margin-right: 190px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-fenix engine-gecko The browser uses the Gecko rendering engine severity-important A non-core broken piece of functionality, not behaving the way you would expect. severity-minor The site has a cosmetic issue.
4 participants