Betsy Dupuis
Betsy Dupuis

Reputation: 523

Bug - Chrome XP HTML Anchor Attribute href mailto: Weird Icons

A client sent me this screenshot of this weird bug in Chrome XP (not sure which version.) These email icons are appearing in the background or inline. I'm not sure where they are coming from. I don't even know where to start with this one. Any suggestions?

https://www.dropbox.com/s/g972f3g05ibwsuo/website%20email.jpg

Upvotes: 1

Views: 152

Answers (1)

Betsy Dupuis
Betsy Dupuis

Reputation: 523

This was a bug caused by an email/browser plugin application called Tout. Once I was able to install the application, I was able to see that the bug was caused by style rule the browser application's injected icon was inheriting.

Lesson learned from this is that child selectors can cause problems on unknown environments with injected browser applications.

This was a client specific browser issue.

Upvotes: 1

Related Questions