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

www.newgrounds.com - Context menu triggered when tapping "Profile" icon #106192

Open
webcompat-bot opened this issue Jun 21, 2022 · 4 comments
Open
Assignees
Labels
action-needssitepatch This web bug needs a GoFaster site patch. browser-firefox-mobile diagnosis-priority-p1 engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue. type-svg
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Jun 21, 2022

URL: https://www.newgrounds.com/

Browser / Version: Firefox Mobile 103.0
Operating System: Android 11
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items are misaligned
Steps to Reproduce:
When you click on your profile icon for the menu on the newgrounds mobile site, the browser thinks you are copying text and will result in the menu being misaligned instead of opening smoothly from the right side of the screen... this isn't a problem when using other browsers like google chrome.

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Jun 21, 2022
@webcompat-bot webcompat-bot added this to the needstriage milestone Jun 21, 2022
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Jun 21, 2022
@webcompat-bot webcompat-bot changed the title In the moderation queue. www.newgrounds.com - design is broken Jun 21, 2022
@webcompat-bot webcompat-bot added browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal and removed browser-fixme This requires manual assignment for the browser name action-needsmoderation The moderation has not yet been completed labels Jun 21, 2022
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title www.newgrounds.com - design is broken www.newgrounds.com - Context menu triggered when tapping "Profile" icon Jun 22, 2022
@softvision-oana-arbuzov softvision-oana-arbuzov added the severity-minor The site has a cosmetic issue. label Jun 22, 2022
@softvision-oana-arbuzov
Copy link
Member

softvision-oana-arbuzov commented Jun 22, 2022

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

Note: The issue does not occur on Chrome.
image

Tested with:
Browser / Version: Firefox Nightly 103.0a1 (🦎103.0a1-20220621093233)
Operating System: Google Pixel 5 (Android 12) - 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.

[qa_25/2022]

@denschub
Copy link
Member

This looks like a duplicate of something I know already, but I have to search the bug.

@wisniewskit
Copy link
Member

The icon is a link with an SVG image in it, and tapping brings up the text-selection UI. This looks like another instance of https://bugzilla.mozilla.org/show_bug.cgi?id=1698629 to me. This should probably work as a fix/site-patch:

svg.svgmask {
  user-select:none;
}

@webcompat-bot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action-needssitepatch This web bug needs a GoFaster site patch. browser-firefox-mobile diagnosis-priority-p1 engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue. type-svg
Projects
None yet
Development

No branches or pull requests

4 participants