setSelection() In NodeView not being called

The NodeView Interface method “setSelection()” on a table nodeView is not being called when we select a cell in table.

Can you suggest any other method that will be called when selecting a NodeView and when deselect a NodeView?

It should call setSelection in this case, and I can’t see a reason why it wouldn’t. Try debugging what’s happening (starting at the call to view.docView.setSelection in selectionToDOM in the view module) to see what goes wrong.

It is called when cell is empty but if cell have some text in it, it is not called