moorte
moorte copied to clipboard
ENTER key does not work in inline elements (Firefox)
This is due to issue #23, that firefox cannot handle insertHTML, which would be used internally to add a
to the element.
For now, the workaround is to use Divs's with display:inline-block instead of a span.
We are looking at other workarounds.