Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE and Edge contextmenu event not working for plotline #129

Open
Sakti772589 opened this issue Nov 20, 2018 · 3 comments
Open

IE and Edge contextmenu event not working for plotline #129

Sakti772589 opened this issue Nov 20, 2018 · 3 comments
Labels

Comments

@Sakti772589
Copy link

In IE and Edge browser contextmenu (right-click) event of a plotline is not getting fired . But It works fine in Chrome and Mozilla.

plotLines: [{
color: '#FF0000',
width: 5,
value: 5.5,
events: {
click: function () {
alert('click');
},
contextmenu: function() {
alert('right click');
}
}
}]

@KacperMadej
Copy link
Contributor

Hi @Sakti772589

Thank you for reporting about the problem.

It works fine for me on Edge, but for IE11 context menu (right mouse click) doesn't work on the plotLine and plotBand. Demo: https://www.highcharts.com/products/plugin-registry/single/15/Custom-Events

@Sakti772589
Copy link
Author

Hi @KacperMadej

Thanks for your reply.
I tried to the above link in edge, its not working for me. Attached a screen capture.
ScreenCapture_2018-11-21 12.11.50.zip
Version:
Microsoft EdgeHTML 16.16299
Microsoft Edge 41.16299.726.0

Thanks

@KacperMadej
Copy link
Contributor

Maybe it's a version problem - I have:
Microsoft Edge 42.17134.1.0
Microsoft EdgeHTML 17.17134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants