You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally reported this in a comment on bug #16, but it deserves its own issue:
If you tab from the Subject field to the email body, the document.activeElement gets stuck on the "B" button for "bold". This breaks findFocusedElem's ability to determine that the compose element has focus, and so MDH will disable rendering.
This seems to only happen in Chrome, and not Firefox. (This is a little ironic, since Firefox has a bug regarding tabbing into designMode/contentEditable elements.)
If you get into this state, you can fix it by clicking into the recipients box and the back into the compose element.
The text was updated successfully, but these errors were encountered:
I originally reported this in a comment on bug #16, but it deserves its own issue:
If you tab from the Subject field to the email body, the
document.activeElement
gets stuck on the "B" button for "bold". This breaksfindFocusedElem
's ability to determine that the compose element has focus, and so MDH will disable rendering.This seems to only happen in Chrome, and not Firefox. (This is a little ironic, since Firefox has a bug regarding tabbing into
designMode
/contentEditable
elements.)If you get into this state, you can fix it by clicking into the recipients box and the back into the compose element.
The text was updated successfully, but these errors were encountered: