realbig / rbm-theme

The theme for the new Real Big Marketing website (circa 2015)
0 stars 0 forks source link

Gear menu tooltips are gone #27

Closed joelworsham closed 7 years ago

joelworsham commented 8 years ago

They seem to have disappeared over past week or so

d4mation commented 8 years ago

Did some crawling through the Wayback Machine to try to see what it looked like previously and I couldn't find anything—They seem to have been just icons as far back as January.

The only reference in the codebase that seems to mention tooltips for the menu is right here, but looking at the file's history in Git it has always been commented out.

When uncommented, this happens:

image

If you hover over the icons, the standard title attribute still shows up as is normal for <a> tags:

image

What is the functionality here supposed to be like? I figure it was something like that first screenshot but much more polished. It just seems odd that the line has always been commented out like that according to Git. Maybe a --force push occurred at some point?

joelworsham commented 8 years ago

This is odd.... It was custom tooltips that appeared when hovering and followed the cursor. It was there up until recently. I'm thoroughly confused :|

d4mation commented 8 years ago

That's really weird 😕

Do you happen to have those changes in a local branch/commit? Maybe they just never made it onto GitHub and the changes on the server got overwritten at some point.

d4mation commented 8 years ago

Seems to be related to #8. Haven't been able to find any related commits, unfortunately.