ID:2035034
 
Resolved
Mouse clicks didn't work correctly.
BYOND Version:510.1324
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 48.0.2564.109
Applies to:Webclient
Status: Resolved (510.1325)

This issue has been resolved.
Descriptive Problem Summary:

It seems right-clicks are completely nonfunctional; they no longer do anything. This seems to be true for both the Webclient and DreamSeeker.

Related to id:2034005 ?

Example code:
turf
Click(location, control, params)
params = params2list(params)
if(params["right"])
world << "Ya right clikkd" // will not display
This shouldn't be related to that issue; right-click menus are working fine in my tests. It sounds like your issue is with right-clicks period.

My own tests are not showing any problems with a right-click when the menu is disabled, either; it's registering properly.

Did this work in 510.1323? And do you have a test project that shows this, because my own test project says this is working as expected.
After a bit more testing, it actually seems to only be an issue with the webclient. I'll try to hack together a test project.

EDIT: And yes, it did work in 510.1323.
It is also not an issue with right-clicking, whoops. It's an issue with all forms of clicking. It generates this console error:

webclient.dart.js:11166 Uncaught TypeError: xy.x.$sub is not a function



Here's a test project: http://www.pixel-realms.net/sadboys/RightClick.rar


Lummox JR resolved issue with message:
Mouse clicks didn't work correctly.
Wow, this was a weird one. It didn't show up in Dartium, but the compiled JavaScript code was choking.