Comment 3 for bug 1281370

Revision history for this message
Alfred E. Neumayer (beidl) wrote :

When resizing windows the decorator should probably wait for the window content to finish drawing until the window gets resized further.
Currently, it looks like there are really bad "visual artefacts" (at least normal people would perceive it as such) in some applications like LibreOffice or Chromium.

Especially in Chromium: Create a new tab and resize the window to change its width/height ratio.
You'll see that the thumbnails will move around, causing a redraw in the window content which is not synchronized with the decoration. I might be picky about this but in its current state, normal resize doesn't look good to me.