voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.7k stars 501 forks source link

Double tooltip on image upload button #432

Closed bago closed 6 years ago

bago commented 6 years ago

The "upload" image button hides an input type="file" element. This elements shows a tooltip about selecting a file. We also add our own tooltip to that button, so we end up with 2 tooltips.

We already have code in place to put an empty "title" attribute in the input file but Chrome and other browsers have they quirks and Safari/Edge currently stll show the double tooltip.

bago commented 6 years ago

From some tests it seems that only Blink based browsers (Chrome and latest Opera) need a space in the title while everyone else needs an empty title.