7d8b53bf7a
When moving an element in the DOM, the focus is potentially lost, so we need to make sure that the focused element before the translation will get back its focus after it. But we must take care to not execute any focus/blur callbacks because the user didn't do anything which should trigger such events: it's a detail of implementation. For example, when several editors are selected and moved, then at the end the same must be selected, so no element receive a focus event which will set it as selected. |
||
---|---|---|
.. | ||
accessibility_spec.js | ||
annotation_spec.js | ||
copy_paste_spec.js | ||
find_spec.js | ||
freetext_editor_spec.js | ||
ink_editor_spec.js | ||
scripting_spec.js | ||
stamp_editor_spec.js | ||
test_utils.js |