I have an issue with the 'mouse over' on ssGauges block. As I slowly move the mouse cursor over some of the dials the pop up appears but flashes making it pretty hard to read. I have tested this on a second computer that I use with the same effect. I don't notice this flashing on the mobile version of the block. I made a four second .mov file to demonstrate but can't attach it.
I use Win10 Pro. Do any of our guru's have any ideas what may be causing this?
Thankful for any replies
Flashing mouse over info box
- PaulMy
- Observer

- Posts: 30
- Joined: Mon Aug 21, 2017 12:48 pm
- Location: Komoka, Ontario Canada
- Station model: Davis VP2 Wireless 6152
- Software: Cumulus
- Contact:
Re: Flashing mouse over info box
Hi Terry,
I see the same result on your page - some are quickly flashing the pop up messages. I then checked mine and have seen the same result on a couple of gauges, but once I move the mouse away and then mouse over again it doesn't do it until a little while later. However yours does it all the time on those gauges where it flashes. And sorry, wouldn't know where to start to resolve.
p.s. Terry, off-subject but would you mind visiting www.komokaweather.com
I need one more USA state to do all of them... on my Flag Counter
I see the same result on your page - some are quickly flashing the pop up messages. I then checked mine and have seen the same result on a couple of gauges, but once I move the mouse away and then mouse over again it doesn't do it until a little while later. However yours does it all the time on those gauges where it flashes. And sorry, wouldn't know where to start to resolve.
p.s. Terry, off-subject but would you mind visiting www.komokaweather.com
I need one more USA state to do all of them... on my Flag Counter
Last edited by PaulMy on Mon Nov 27, 2017 9:51 pm, edited 1 time in total.
- WyoDog
- Advisor

- Posts: 67
- Joined: Wed Aug 23, 2017 6:39 pm
- Location: Powell, WY USA
- Station model: Davis Pro2
- Software: Weather Display
- Contact:
Re: Flashing mouse over info box
done -> nice looking site
side note: I have time to research the flashing pop up problem, but I don't know what the command is
Year's ago it was 'mouseover'
I assume it's a JavaScript thing or is it an HTML, .php or CSS command or is it a built-in function that gets called? (don't you just love compound conditional statements?)
side note: I have time to research the flashing pop up problem, but I don't know what the command is
Year's ago it was 'mouseover'
I assume it's a JavaScript thing or is it an HTML, .php or CSS command or is it a built-in function that gets called? (don't you just love compound conditional statements?)
- PaulMy
- Observer

- Posts: 30
- Joined: Mon Aug 21, 2017 12:48 pm
- Location: Komoka, Ontario Canada
- Station model: Davis VP2 Wireless 6152
- Software: Cumulus
- Contact:
Re: Flashing mouse over info box
Thanks Terry, got them all now after more than 5 years... but still missing two of our own Canada provinces/territories
Enjoy,
Paul
Enjoy,
Paul
- WyoDog
- Advisor

- Posts: 67
- Joined: Wed Aug 23, 2017 6:39 pm
- Location: Powell, WY USA
- Station model: Davis Pro2
- Software: Weather Display
- Contact:
Re: Flashing mouse over info box
Jachym
I have time to research the flashing pop up problem, but I don't know what the command is.
Year's ago it was 'mouseover'
I assume it's a JavaScript thing or is it an HTML, .php or CSS command or is it a built-in function that gets called? (don't you just love compound conditional statements?)
I have time to research the flashing pop up problem, but I don't know what the command is.
Year's ago it was 'mouseover'
I assume it's a JavaScript thing or is it an HTML, .php or CSS command or is it a built-in function that gets called? (don't you just love compound conditional statements?)
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Flashing mouse over info box
This plugin/block is based on Mark's Steelseries script, there are many scripts used and so thats why it is difficult to find the problem because it has thousands of lines of code. However, normally you would refer to it as either mouseover or hover
- PaulMy
- Observer

- Posts: 30
- Joined: Mon Aug 21, 2017 12:48 pm
- Location: Komoka, Ontario Canada
- Station model: Davis VP2 Wireless 6152
- Software: Cumulus
- Contact:
Re: Flashing mouse over info box
I have been using Mark's gauges-ss since his original release http://www.komokaweather.com/gauges-ss/gauges-ss.htm
In that original script the data pop-up is:
but that graph pop-up is different to the mouse-over pop-up in MT block.
Enjoy,
Paul
In that original script the data pop-up is:
Code: Select all
imgPathURL : '../weather/images/', //*** Change this to the relative path for your 'Trend' graph images
graphUpdateTime : 15, //period of pop-up data graph refresh, in minutes (default 15)
Enjoy,
Paul
- WyoDog
- Advisor

- Posts: 67
- Joined: Wed Aug 23, 2017 6:39 pm
- Location: Powell, WY USA
- Station model: Davis Pro2
- Software: Weather Display
- Contact:
Re: Flashing mouse over info box
Thanks guys, this gives me a place to start looking. I'll report back if I am able to find anything.