public class OperaReadOnlyKeyboardHandler extends ReadOnlyKeyboardHandler
ReadOnlyKeyboardHandler for Opera browser.| Constructor and Description |
|---|
OperaReadOnlyKeyboardHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
moveCaretOutside(com.google.gwt.dom.client.Node node,
boolean before)
Places the caret outside of the specified node, either before or after.
|
handleRepeatableKey, onDelete, onDeletehandleKeyRelease, onKeyDown, onKeyPress, onKeyUpprotected void moveCaretOutside(com.google.gwt.dom.client.Node node,
boolean before)
Opera doesn't allow us to place the caret before/after the macro unless we put the caret in a text node..
moveCaretOutside in class ReadOnlyKeyboardHandlernode - a DOM nodebefore - true to place the caret before the given node, false to place it afterCopyright © 2004–2017 XWiki. All rights reserved.