Open jamespamplin opened 9 years ago
@jamespamplin yeah there are a number of Firefox focus issues. Do you think there is way of detecting and correcting the focus in code?
I caught NS_ERROR_UNEXPECTED
errors with a try catch in #406 before. Was thinking of wrapping document.queryCommandState
in a try catch for this specific error.
A page with Scribe and
scribe-plugin-toolbar
will throw aNS_ERROR_FAILURE
error when the scribe element is focussed and the page is refreshed on Firefox.Appears to be caused by
document.queryCommandState
throwing the error for each toolbar element when the page is refreshed.