Bug report

 From:  Michael Gibson
4244.5 In reply to 4244.4 
Hi Jeff,

> I think the issue is that MOI doesn't check to see if
> position x,x,x,x is currently visible.

Yup, that is the problem. What it actually checks for is if your overall desktop resolution has changed from the time that the position was saved, and if it hasn't it just assumes that the position is valid.

But in your case you end up with the same overall desktop screen resolution between the 2 configurations, so it assumes that the previously stored window coordinates will be ok, but they aren't due to the different monitor arrangement.

I should be able to figure out something like a script that you could run that will solve the problem for time being, let me see what I can cook up.

- Michael