mozilla / email-tabs

An experimental add-on to email a list of all your tabs
https://addons.mozilla.org/en-US/firefox/addon/email-tabs/
Mozilla Public License 2.0
39 stars 17 forks source link

Yahoo gets stuck at loading screen #233

Open ianb opened 6 years ago

ianb commented 6 years ago

@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:

image

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.