You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Use an URL setting that sometimes will not be available (for example, server
is suspended temporarily for backup). Choose to reload the page occasionally.
2. Wait for URL to be unavailable and then redirected.
3. Once redirected to different URL, screen saver will keep reloading this
"new" URL, even after the URL in the setting returns to availability.
What is the expected output? What do you see instead?
I expect the "set" URL to always be displayed if it is available. Instead, once
things go off the rails and a redirected URL shows up, it stays up.
What version of the product are you using? On what operating system?
v 2.5, on Lion (10.7.4).
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 7 Aug 2012 at 10:27
The text was updated successfully, but these errors were encountered:
Use this to display a web page of a status grid of many systems on a prominent
display. At 9PM the system serving the status grid page is paused for backup -
about an hour. At this point, an error page is loaded and displayed. From that
point on, the screen saver keeps reloading the error page even after the server
comes back online, until I clear the screen saver in the morning.
I don't know Objective-C, but I managed to modify a copy of the source so that
it does what I've requested here. I'm using that and it's good enough for me.
But I didn't code it up as an option. I simply replaced the page reload with an
actual load of the original URL, so it's fundamentally different and maybe not
what you want.
Original issue reported on code.google.com by
[email protected]
on 7 Aug 2012 at 10:27The text was updated successfully, but these errors were encountered: