Comment 1 for bug 1453093

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: App.focus Not working in 1.1.0

what version of OS X?

try this:

take care, that both apps are behind some other app (e.g. a Finder window):

Debug.on(3)
safari = App("Safari")
icon = App("Icon.app")
safari.focus()
icon.focus()

and paste the output + info wether the apps came to forground