We currently have a ListGridField that uses a cell formatter to display an HREF link (escapeHTML=false).
If we right-click on the cell whitespace, the onRowContextClick event fires and RowContextClickEvent.getRecord() and RowContextClickEvent.getRowNum() contain the correct values.
However, in IE, if we right-click on the HREF link part of cell, the onRowContextClick event fires and RowContextClickEvent.getRecord() and RowContextClickEvent.getRowNum() do not contain values.
For all other browsers (Chrome, Firefox) the onRowContextClick event fires and RowContextClickEvent.getRecord() and RowContextClickEvent.getRowNum() contain the correct values for both scenario above.
Any help would be appreciated.
Thanks
SmartClient Version: SNAPSHOT_v10.1d_2015-09-09/Pro Deployment (built 2015-09-09)
If we right-click on the cell whitespace, the onRowContextClick event fires and RowContextClickEvent.getRecord() and RowContextClickEvent.getRowNum() contain the correct values.
However, in IE, if we right-click on the HREF link part of cell, the onRowContextClick event fires and RowContextClickEvent.getRecord() and RowContextClickEvent.getRowNum() do not contain values.
For all other browsers (Chrome, Firefox) the onRowContextClick event fires and RowContextClickEvent.getRecord() and RowContextClickEvent.getRowNum() contain the correct values for both scenario above.
Any help would be appreciated.
Thanks
SmartClient Version: SNAPSHOT_v10.1d_2015-09-09/Pro Deployment (built 2015-09-09)
Comment