}
try {
SelectionW3CNative selection = SelectionW3CNative.getSelectionGuarded();
JsRange range = s.getRangeAt(0);
boundary = nodeManager.nodeOffsetToWrapperPoint(
selection.focusNode(), selection.focusOffset());
} catch (HtmlMissing e) {
EditorStaticDeps.logger.fatal().log("html missing not handled", e);
} catch (HtmlInserted e) {
EditorStaticDeps.logger.fatal().log("html inserted not handled", e);
}