I’m a bit stumped here and I’m probably missing something very obvious, but I 
can use some help…

SelectionManager.setNewSelectionPoint() calls selectRange() which in turn first 
calls internalSetSelection() which sets the pointFormat and then it calls 
selectionChanged() with no arguments which sets the pointFormat to null.

The SELECTION_CHANGE event is dispatched only after that. I don’t see how you 
would ever has a valid pointFormat in a SelectionState.

What am I missing?

Harbs

Reply via email to