fjolnir / xnomad

A tiling window manager for OS X, written in tranquil.
484 stars 28 forks source link

OmniGraffle window not taken into account #15

Open brabalan opened 12 years ago

brabalan commented 12 years ago

I just opened OmniGraffle and I see that its window is floating.

(I'm going to fill a couple more of similar issues. If you prefer me to collect them in one place, please let me know.)

brabalan commented 12 years ago

For some reason, when I closed the initial window and opened a new document, then it was no longer considered as floating. I'll try to find a reproducible sequence of actions.

fjolnir commented 12 years ago

yes this happens sometimes, it's as if the window is created after the "application did launch" notification is sent, and before I manage to start observing windows through the accessibility API.

This only happens for me in certain applications, (Mou and Pages are the ones that I remember)

Not sure how to fix this yet