Posts: 118
Threads: 32
Joined: Aug 2014
A number of people, myself included, are having an issue where the tooltips for an item sometimes don't clear after you move your mouse pointer. I have no idea why this is but it's kind of a pain. You can work around this by hovering your cursor over an item and leaving it there for a little while (like half a second I think) and then the tooltip clears properly.
Posts: 784
Threads: 45
Joined: Jan 2016
03-11-2017, 06:51 PM
(This post was last modified: 03-11-2017, 06:58 PM by Wire. Edited 1 time in total.)
I apparently introduced a race condition with showing/hiding with the changes I did today. Good news: I have a reasonable idea of how to fix it. Slightly less good news: you're going to have to wait until tomorrow for a fix because I'm about to enter a coma.
Edit: technical information mostly for my future-self benefit:
I implemented a system that waits for any images contained within a tooltip to fully load before calculating the size and position data, which in turn calls the "show this thang" function. Because of this callback nature, tooltips can be shown/hidden during the image load process if the user hovers over shit fast enough, which will end up calling the show function out of order.
This also apparently breaks the mouseover event for fallback hiding for some unknown reason. Ho hum.
Posts: 784
Threads: 45
Joined: Jan 2016
This shooould be fixed now (it's hard to test race conditions affected by network latency on a local server ok) but give it a cache clear and a few hours from this post before complaining about any regressions please. After that we can see if it's solved fo' reals.
Posts: 784
Threads: 45
Joined: Jan 2016
Also tell me if they're actually working now please.
Posts: 118
Threads: 32
Joined: Aug 2014
Posts: 758
Threads: 43
Joined: Jul 2014
Side Note: One can set the tooltips to appear only when holding ALT! It's in the Character Setup menu and saved my fragile mind.
Posts: 2,042
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
(03-16-2017, 10:25 AM)atamusvaleo Wrote: Side Note: One can set the tooltips to appear only when holding ALT! It's in the Character Setup menu and saved my fragile mind.
should honestly be the default tbh