-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Cannot Right Click on Desktop using Chrome on ChromeOS #107
Comments
Just realized you're checking for a touch screen in some places. |
Hi @markusbkk , I guess this might be an issue related to /web/desktop.system with the following line of code (Line 4856, ArozOS v2.005 internal preview) } else if (clickTarget.hasClass("backgroundFrame") || ((isSafari || (isMacOS && isChrome)) && $(clickTarget).attr("id") == "selectionPanel")) { As I don't have a touch screen chrome OS device, I think I might need your help to debug this. Can you add a condition in this line to detect your browser and see when this condition is satisfied, the right click issue goes away? |
Hey. Sorry. Didn't see your reply. I just noticed that right click does actually change the EDIT: If I rename There's some very strange behavior on ChromeOS in general. The wallpaper feature also doesn't work on here, whenever I pick a custom folder. Seems like Google is doing things specific to their own OS somewhere down the line that breaks even basic Chrome or GNU/Linux behavior. EDIT2: NVM the wallpaper issue. It actually only malfunctions when the file ends in EDIT3 (final edit. Lol): Just realized that |
Describe the bug
The right click context menu fails to appear under a ChromeOS client.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The right click context menu should appear, allowing me to personalize the desktop.
Host Information(please complete the following information):
Client Information(please complete the following information):
The text was updated successfully, but these errors were encountered: