Comment 1 for bug 923683

Revision history for this message
Sam Spilsbury (smspillaz) wrote : Re: window movement is erratic and buggy (briefly on startup)

Indeed, this is the geometry race condition that I was trying to fix earlier. Core does its best to handle the inherent contradiction between synchronous and asynchronous geometry updates, although in some cases this fails (race condition).

I think the best way to fix this, as I have mentioned earlier is to force all plugins to use the asynchronous path. Though ... we are running out of time for this.