The design looks somewhat different than my Yahoo design, so I wonder if there's two interfaces. This is what my page looks like:
The selector we are polling on is [aria-label='Message body'] which... is clearly bad for localization. I'm going to change that to [contenteditable][role='textbox'] and see if that helps.
@meandavejustice noticed this in this comment.
The design looks somewhat different than my Yahoo design, so I wonder if there's two interfaces. This is what my page looks like:
The selector we are polling on is
[aria-label='Message body']
which... is clearly bad for localization. I'm going to change that to[contenteditable][role='textbox']
and see if that helps.