extnet / Ext.NET

35 stars 41 forks source link

Ext.Net.Bar chart issue with ItemTap event listener #1420

Open fabriciomurta opened 7 years ago

fabriciomurta commented 7 years ago

Found: 4.2.0

When enabling chart item events plugin on charts, it is expected to have events working with it. The ItemClick event works, but ItemTap does not seem to work (at least on chrome in mobile device emulation mode both IPhone and Android).

Reported on forum thread: Show Tooltip, anchered on series after click event

Both using tooltip's ShowOnTap or chart listener's ItemTap does not work, so the problem should be with the tap listener attached to the canvas sprites.

fabriciomurta commented 7 years ago

A good check would be to see whether the ChartItemEvents plug in has been fully merged from ExtJS during the upgrade (in which case the problem will be Ext.NET-specific). If the file has been merged then try and reproduce this issue on an ExtJS Fiddle.