Right_Links icon indicating copy to clipboard operation
Right_Links copied to clipboard

[e10s] Doesn't work with enabled Electrolysis (multi-process mode)

Open Infocatcher opened this issue 10 years ago • 23 comments

Docs: https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox

  • [x] [e10s] Implement support for remote frames using code modules (#21)
  • [ ] [e10s] Refactor using code modules (#22)

Infocatcher avatar Nov 25 '14 16:11 Infocatcher

Waiting for the new progressing

gsxgmpkt9020 avatar Jan 12 '15 22:01 gsxgmpkt9020

Not working in Firefox Developer Edition (40.0a2 (2015-05-29)).

tosigus avatar Jun 01 '15 11:06 tosigus

Test version: right_links-0.4.0pre2-fx-sm.xpi (source code and changes). Note: can be installed only with xpinstall.signatures.required = false

Infocatcher avatar Feb 06 '16 19:02 Infocatcher

Works on GitHub, Wikipedia, Ubuntuusers, Washington Post. Not working on Reddit, Spiegel.de, Heise.de Thanks!

tosigus avatar Feb 07 '16 18:02 tosigus

Not working on Reddit, Spiegel.de, Heise.de

Thanks for testing. Now should be fixed: b23b3aa574721de84a62db5c0952b3ab49fab067

Test version: right_links-0.4.0pre3-fx-sm.xpi (source code).

Infocatcher avatar Feb 08 '16 21:02 Infocatcher

right_links-0.4.0pre3-fx-sm.xpi

Trouble on google and google images Thanks ;)

Marcosdw avatar Mar 28 '16 16:03 Marcosdw

Trouble on google and google images

Looks like this is due to tracking links: initially something real, but after click appears things like https://www.google.com/url?…

Should be fixed now: 7c975c33c1ebe8a629c59a3f5dd0fec063509499

Test version: right_links-0.4.0pre4-fx-sm.xpi (source code).

Infocatcher avatar Mar 30 '16 17:03 Infocatcher

Ok work fine thanks ;)

Marcosdw avatar Apr 03 '16 06:04 Marcosdw

It works, but at the same time opens a menu window (Windows 10 touch).

kanazei avatar Jun 14 '16 07:06 kanazei

Same problem (Ubuntu 16.04, Firefox Dev)

tosigus avatar Jun 14 '16 11:06 tosigus

Edited: Version: right_links-0.4.0pre4-fx-sm.xpi works fine. THX.

akswiff avatar Aug 03 '16 12:08 akswiff

I don't know if my issue is linked to Electrolysis. In the last 2-3 weeks the stable release with the latest firefox has stopped working altogether. Right clicking does nothing at all. I even tried right_links-0.4.0pre4-fx-sm.xpi with firefox esr 45.4.0 with no change.

nikosath avatar Oct 08 '16 20:10 nikosath

I even tried right_links-0.4.0pre4-fx-sm.xpi with firefox esr 45.4.0 with no change.

May be this is due to extensions.rightlinks.enabled = false in about:config ("Enabled" checkbox in options).

Also see description for extensions.rightlinks.key.toggleStatus: https://addons.mozilla.org/addon/right-links/#addon-description (most likely this is due to accidentally pressed F2 hotkey)

Infocatcher avatar Oct 08 '16 20:10 Infocatcher

May be this is due to extensions.rightlinks.enabled = false

Thanks for answering. Right click on links doesn't even open the context menu, it literally does nothing. And extensions.rightlinks.enabled = true.

The only non default values are

extensions.rightlinks.loadJavaScriptLinksInBackground;true
extensions.rightlinks.prefsVersion;3

nikosath avatar Oct 08 '16 20:10 nikosath

May be something in Error/Browser Console (Ctrl+Shift+J)? Also what about right-click on bookmarks (in menu, sidebar of bookmarks toolbar)? (Bookmarks isn't affected by multi-process things)

Infocatcher avatar Oct 08 '16 21:10 Infocatcher

@nikosath Could there be an extension conflict?

Gitoffthelawn avatar Oct 08 '16 21:10 Gitoffthelawn

Guys, the culprit was Snap Links plugin. I replaced it with Multi Links and all is fine now!

nikosath avatar Oct 08 '16 22:10 nikosath

In Developer 51.0a2, links open in a new tab but the context menu opens with it.

On Linux? Should work fine on Windows, I think…

Infocatcher avatar Oct 11 '16 20:10 Infocatcher

@malimM Following should help: c54541d9b38b30ebf6ccbd7932d291ded721a207 (unfortunately, for now I can't test this on Linux)

Test version: right_links-0.4.0pre5-fx-sm.xpi (source code)

Infocatcher avatar Oct 12 '16 21:10 Infocatcher