question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gutterContextMenu event not fired in Firefox

See original GitHub issue

Hi,

GutterContextMenu event is not fired in firefox. But it does in chrome and opera. Only the click event is being fired on right click on gutter.

Here is the code i am using

 editor.on('gutterContextMenu', function(cm, line, gutter, event) {
          onGutterContextMenu(id, cm, line, gutter, event);
 });

Here are the versions i am using. Firefox 61.0.2 MacOS High Sierra 10.13.4

Please let me know if you need more details.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
adrianheinecommented, Oct 8, 2018

Marijn usually does one release per month, so there should be a release pretty soon.

0reactions
rakeshrohancommented, Sep 21, 2018

@marijnh . Great. Will you create a release for this patch?

Read more comments on GitHub >

github_iconTop Results From Across the Web

gutterContextMenu event not fired in Firefox #5584 - GitHub
GutterContextMenu event is not fired in firefox. But it does in chrome and opera. Only the click event is being fired on right...
Read more >
Release 5.41.0 - Announce - CodeMirror
Release notes Bug fixes Fix firing of "gutterContextMenu" event on Firefox. Solve an issue where copying multiple selections might mess with ...
Read more >
mozilla-release: changeset 530693 ... - Mercurial
This is used when the event + * will be deferred by the event bufferer, but preventDefault() and friends + * should still...
Read more >
mozilla-central: changeset 329666 ...
addEventListener("DOMContentLoaded", function handler(event) { - eventTarget. ... We have to delay this in order to not break the history.
Read more >
mozilla-central: changeset 384049 ...
A value is object-like if it's not `null` * and has a `typeof` result of ... It will be called any time an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found