Right_Links icon indicating copy to clipboard operation
Right_Links copied to clipboard

Right-Click broken in Firefox Nightly 68.0a1 (2019-04-23) (64-bit)

Open asleepysamurai opened this issue 6 years ago • 3 comments

I just updated the Firefox nightly version, and it seems the extension is broken. I did a bit of debugging, and it looks like the click event handler is not firing for the right clicks. Both mousedown and mouseup are firing. Long click works as expected, but right click fails.

I've tried this with all other extensions disabled, and am able to reproduce the behavior. This might just be a bug with Nightly, but I opened this issue just in case you would like to investigate it. Please feel free to close it.

asleepysamurai avatar Apr 23 '19 15:04 asleepysamurai

Was reported here https://forum.mozilla-russia.org/viewtopic.php?pid=769009#p769009 and already fixed in development version.

Test build: right_links_we-0.5b9pre2.xpi (source code/changes)

Broken due to changes in click/auxclick: only auxclick event will be dispatched after click with non-primary button. =/

Infocatcher avatar Apr 27 '19 10:04 Infocatcher

Can confirm that the test build works as expected.

asleepysamurai avatar Apr 27 '19 11:04 asleepysamurai

Broken on FF 68Bx : https://github.com/Infocatcher/Right_Links_WE/issues/16

Marcosdw avatar May 23 '19 06:05 Marcosdw