Opened issue #3689 to track these issues.
Many of these changes from what you may be used to come down to browser differences. Previously we used the builtin browser tooltips, which behave slightly differently in Chrome versus Firefox. The new tooltips follow Chrome's behavior, because frankly it has the biggest marketshare among Danbooru users (~55% use Chrome versus ~4% use Firefox) and it's what more people will be used to.
fossilnix said:
The old tooltips would appear if I hovered over an image and disappear if I shifted my cursor; these new tooltips persist until I get the cursor off the image.
This is a Firefox thing. The way it works now is the way it worked before in Chrome. Here's a userscript if you want the Firefox behavior back.
Provence said:
I don't like that it looks more like a rectangle.
I'd rather have it squared...
They're 965x160, which is about the same size as the old tooltips in Chrome. Tooltips in Firefox are 480px and unlimited height (which means they can get stupidly tall - try it here - which was one of the issues with browser tooltips). Maybe this could be tweaked, but it's mostly personal preference. You can use CSS to adjust it to your liking.
zigzag said:
They look nice, but pop up way too easily and take too long to disappear (and sometimes reappear?)
I'd like it more if I had to hover over a thumbnail just a bit longer before it pops up.
The current delay is 0.45 seconds, which should be about the same as it was before, if not a bit slower (esp. for users outside the US with greater server latency).
It could be tuned, but it's another thing that mostly comes down to personal preference.
kittey said:
The tooltips seem to ignore mouse movement and only consider “within the bounds of the thumbnail or not”, so they will pop up even if you constantly move the cursor around on a thumbnail.
This is another Firefox vs. Chrome difference. The way it works now is how it always worked in Chrome. It's also how tooltips work on other sites I've looked at (Pixiv, Twitter, Wikipedia, Facebook, and Reddit).
That said, there's a jQuery plugin that does this, so I'll try it and see if it feels better.
I’ve also had tooltips stick around even after I move the cursor off the thumbnail (and off the tooltip).
I've seen this and I'm looking into it.
AngryZapdos said:
New tooltips are neat and I like them, but an option in account settings to turn them off would probably be nice for a reasonable amount of users
I'll probably do that, but I'd like to get feedback on it first before people just disable it and forget about it.
Provence said:
Also, I think the tooltip box should include the source as well.
I was thinking of adding that, among other things (think: upload date, filesize & dimensions, pools, notes/comments/commentary indicators, upvote/downvote/favorite buttons, inline tag editing). There are a lot of things that could potentially be incorporated. It's mostly a matter of fitting it in while keeping tooltips compact and unobtrusive.