n3-charts / line-chart

Awesome charts for AngularJS.
http://n3-charts.github.io/line-chart/
MIT License
1.2k stars 180 forks source link

Text selection by mouse not working in Chrome #524

Open meszarv opened 7 years ago

meszarv commented 7 years ago

Hi, I noticed that if I use a line-chart in my page, the mouse point-and-drag text selection stops working anywhere on page in latest Chrome. With FF it works fine. This is quite annoying when you have an input form on the page, as it prevents to select any text even in input elements.

The same issue is visible in project's examples page, where you are not able to select any text with mouse drag (double/tripple-click works though)

burib commented 7 years ago

@meszarv this should be fixed in 2.0.28 Please update.

related commit: https://github.com/n3-charts/line-chart/commit/e31c6ff7cdc34218f12d3b2319c5536f116c77b8 and the related issue: https://github.com/n3-charts/line-chart/issues/509

Alex-Werner commented 7 years ago

If I may add, we cannot text select on the website and even the exemple section of the website. Not very usefull to test it.. :(

chaosmail commented 7 years ago

Yeah this is pretty annoying, I will try to fix this soon!