views:

12

answers:

0

Hi,

I have a web app that has one window, sized small to the left, open a number of windows to the right. There are buttons on the small window, each associated with the other open windows. The point is that when you click a button, it's associated window comes to the top of the pile of windows on the right. This works fine with using .focus()

Chrome takes an extra step. First you blur the window, then focus it. That works on a PC.

On an Apple Mac, it does not work. There does not seem to be a way to get the windows on the right to reorder. Giving one focus, or blur, then focus, does not bring the desired window to the top.

The app works in all combinations of browser and OS (Windows or Mac), expect for the Mac-Chrome combination.

I cannot put code into the open windows on the right - they are open to sites I do not control - google, yahoo, etc.

Help! Anyone have an idea about this - ever had this issue?

Thanks, KB