• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finder Selection Bug in Lion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder Selection Bug in Lion


  • Subject: Re: Finder Selection Bug in Lion
  • From: Christopher Stone <email@hidden>
  • Date: Fri, 26 Aug 2011 17:22:11 -0500

Hey Axel,

On Aug 26, 2011, at 01:51, Axel Luttgens wrote:
I tried your script here and could observe the same behavior as you did.

Okay.  Thanks for testing.

I tried a very simplified version of your script:
... and systematically got an empty list.

That's interesting.  Yesterday I thought I had success by asking the Finder to open an alias, but today I get the same results as you.

Now, Simon didn't seem to encounter your (our) problem; so, could be one of those very annoying bug because elusive.

Simon and I talked yesterday, and he meant by the "expected result" that his results where the same as mine.

Here, I have a mid-2010 MacBook Air with a very standard Lion (10.7.1) installation (no "Finder enhancers" or other such magic things).

I've got all sorts of good stuff on my system: Typinator, Keyboard Maestro, QuicKeys, FastScripts, various osaxen, and iStat Menus.

I also have DropBox on the system, but I don't normally run it.

I've seen weird window indexing problems similar to this before - most notably in QuickTime Movie Player and in Script Debugger.

The truly ugly workaround is to create a new window and close it as in the script below.

Thanks again Axel and everyone else for taking the time to help.

--
Best Regards,
Chris

______________________________________________________________________


set homeFl to path to home folder
set docsFl to path to documents folder

tell application "Finder"
open homeFl
select items 1 thru 3 of front window
open docsFl
select items 1 thru 3 of front window
################################
set win to make new Finder window
close win
################################
set sel to selection as alias list
end tell

 _______________________________________________
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

References: 
 >Finder Selection Bug in Lion (From: Christopher Stone <email@hidden>)
 >Re: Finder Selection Bug in Lion (From: Axel Luttgens <email@hidden>)

  • Prev by Date: Re: Finder Selection Bug in Lion
  • Next by Date: Re: Finder Selection Bug in Lion
  • Previous by thread: Re: Finder Selection Bug in Lion
  • Next by thread: HTML Mail.app
  • Index(es):
    • Date
    • Thread