Replies: 2 comments 3 replies
-
Well unless I'm mistaking, that is technically impossible to do!?! Unless your supports multi-touch? But even then, if you hold the mouse down then of course the cell click won't trigger, why would you think that would work?? Or do you mean that the cell click even is only being triggered after releasing the mouse, if so then are you looking for a @zewa666 is that something that rings any bells? I don't really understand what the issue is here and I'm not really sure that I want to look into it either. I know that you made a patch recently to fix the issue with the external Angular drag zone, but I don't think that has anything to do with this, does it? It might be easier to see an animated gif of the issue, because I really don't understand what the issue is. ....or wait, are you talking about event not bubbling outside the grid? |
Beta Was this translation helpful? Give feedback.
-
Thanks again for the help! I’ve found a solution that works for my use case, so I’ll go ahead and close this discussion for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve encountered a conflict between the enableExcelCopyBuffer option and cell click events in Slickgrid-Universal.
When enableExcelCopyBuffer is enabled, a standard click (mouse down and up) will correctly trigger the cell click event. However, if I click and hold the mouse down without immediately releasing it, the cell click event is not triggered at all.
In my opinion, the click event on a cell should always take priority and be triggered regardless of whether enableExcelCopyBuffer is on or off. The current behavior makes it feel like there’s a conflict between copy buffer handling and basic click interaction.
You might consider looking into how Excel or Handsontable handles this—both ensure that the click interaction works seamlessly even when copy/paste features are enabled.
This issue affects usability, and I believe it would improve the user experience if the click event were consistently triggered.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions