Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by chris on Nov 29, 2007 06:33
open dhtmlx forum
command click not working in FF on Mac OS X

The equivalent to ctrl click for multi selecting lines in the xgrid on the Mac, Command click, does not work in Firefox. ctrl click does not work because this brings up the context menu. Is there a work around for this?

Answer posted by Stanislav on Nov 29, 2007 07:50
Which version of dhtmlxgrid do you use?
In latest version of dhtmlxgrid it must react on Mac-Click in multiselect mode.

If necessary behavior with ctrl-click can be switched back from context menu calling to multiselect

dhtmxlgrid.js , line 1011
    if (ev.button==2 || (_isKHTML && ev.ctrlKey)){
just remove right part of rule