Ran into a problem where the onRightClick event only fires once for a given row/column. Tracked the problem down to line 1104:
(ev.srcElement||ev.target).oncontextmenu=z;
Commenting out the line fixes the problem.
Ran into a problem where the onRightClick event only fires once for a given row/column. Tracked the problem down to line 1104:
(ev.srcElement||ev.target).oncontextmenu=z;
Commenting out the line fixes the problem.