I see it here though unlike when it first occurred in 11.10 dev it's not as widespread. This time it only affects certain vlc windows, also it's possible that come A1 or so it will go away with some new packages (or maybe it won't
Edit: also, like before, affects calibre
Like before overlay scrollbars are involved though not the source of the bug. To see now if affected - 2 ways, the former is recoverable from, the latter isn't. Sometimes the 1st attempt below goes ok, after that not so
Open vlc > Media > Open Disc or Open vlc > Tools > Preferences > click on "Show Settings > all" radio button
If affected then workaround for normal usage of vlc until this either goes away or is fixed is to edit the Exec= line in vlc's .desktop
sudo gedit /usr/share/applications/vlc.desktop
I use this because I also want the menus in vlc
Exec=env QT_X11_NO_NATIVE_MENUBAR=1 LIBOVERLAY_SCROLLBAR=0 /usr/bin/vlc %U
To just 'fix' this
Exec=env LIBOVERLAY_SCROLLBAR=0 /usr/bin/vlc %U
Orig 11.10 bug https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303
New bug for 12.10 https://bugs.launchpad.net/bugs/1005677
For the curious - what happens is the window has an impossible size - in the case of 'Open media'
xwininfo: Window id: 0x1e0004b "Open Media"
Absolute upper-left X: -7566 Absolute upper-left Y: 367 Relative upper-left X: 3 Relative upper-left Y: 3 Width: 16383 Height: 421 Depth: 24 Visual: 0x21 Visual Class: TrueColor Border width: 0 Class: InputOutput Colormap: 0x20 (installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +-7566+367 --7537+367 --7537-12 +-7566-12 -geometry 16383x421+-7569-2