Re: wrong window position
Re: wrong window position
- Subject: Re: wrong window position
- From: Elliott Roper <email@hidden>
- Date: Fri, 29 Jan 2010 09:33:52 +0000
On 29 Jan 2010, at 09:07, emile.a.schwarz wrote:
> Hi,
>
> Mac OS X 10.6.2 with all updates…
> MacBook (2008) & MacBook Pro Unibody (2009)
>
> If I use the script below:
>
> tell application "Finder"
> set position of front window to {0, 64}
> end tell
>
> and I close the front window, reopen it, the window opens at {20,64}.
>
> tell application "Finder"
> return properties of front window
> end tell
>
> Returned values:
> position:{20, 64},
> bounds:{20, 64, 740, 730},
>
> 1. Why?
> 2. When will I see this bug removed ?
Is your dock on the left on that machine?
I can reproduce your bug if I place the dock on the left of the screen and disable auto show hide in dock system preferences. I'm sure that would have been obvious to you if your dock were permanently on too, but maybe there is something subtle about the dock position or some other piece of real estate.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden