Amethyst icon indicating copy to clipboard operation
Amethyst copied to clipboard

Enable or disable AXEnhancedUserInterface as necessary

Open ianyh opened this issue 3 years ago • 1 comments

Should fix #1257

ianyh avatar Jul 02 '22 04:07 ianyh

I compiled the app from your branch, but it seems that the issue still exists (try puting two chrome windows into a space and doing window rearrange).

nzhl avatar Aug 29 '22 06:08 nzhl

My chrome never does this, but I can maybe manually apply the value to see if I can make it start doing it.

ianyh avatar Oct 27 '22 22:10 ianyh

This actually still doesn't work because of interleaving of setting frames.

ianyh avatar Jan 11 '23 03:01 ianyh

Seems to actually work now, though I have to think about the serialization of setting frames.

ianyh avatar Jan 16 '23 14:01 ianyh

I tried a lot of different approaches, but I don't think I can get the interleaving to behave correctly without implementing some kind of lock on elements that seems a little overboard for most use cases.

ianyh avatar Jan 29 '23 17:01 ianyh