warvair / peerblock

Automatically exported from code.google.com/p/peerblock
Other
0 stars 1 forks source link

Prevent windows from opening offscreen #311

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Somehow (changing screen resolutions, maybe?), some of the PeerBlock child
windows can be set to open offscreen.  

PeerBlock stores these windows' last screen-position in the config-file so
it can open them in the same place after you move them.  What we should do
is verify that these screen-coordinates are actually onscreen after loading
the config, and reset them if not.

Problem first reported by user Jeffrow in our forums:
(http://forums.peerblock.com/read.php?3,6640).  See that post for a
workaround; it is specifically tailored towards a problem with the List
Manager, but fixing problems with other windows will follow the same pattern.

Original issue reported on code.google.com by peerbloc...@gmail.com on 8 May 2010 at 3:03

GoogleCodeExporter commented 9 years ago
Issue 261 has been merged into this issue.

Original comment by nightstalkerz on 9 Feb 2011 at 10:22