Rick Suggs
Rick Suggs

Reputation: 1622

html title attribute not showing as tooltip in Chrome

Recently updated my Google Chrome to version 32.0.1700.76 m and it looks like tooltips have stopped appearing over html elements with the 'title' attribute set.

<span alt="Testing" title="Testing">hhh</span>

Here is an example jsFiddle:

http://jsfiddle.net/ricksuggs/cDhEL/

I thought it was an HTML standard, it is still working in Firefox, anyone else experiencing the issue?

Upvotes: 18

Views: 24978

Answers (2)

Fred Eric
Fred Eric

Reputation: 172

Unfortunately, this is an old bug that have pop with version 32.0.1700 and is still present in v55 on some system such as mine too.

If you encounter this bug. Please go to http://download1.srware.net/old/iron/win/portable to test version 31 then 32. If you find out it works with v31 but it doesn't with v32, please report it in the chromium bug tracker issue. Specify your setup sharing a link provided by DriversCloud.com to help dev to fix it. They need feedback and details.

Upvotes: -1

Chris
Chris

Reputation: 572

Version 32.0.1700.76 m works fine for me. Have you tried just clearing your Chrome browser cache to make sure it's not a caching issue?

Upvotes: 5

Related Questions