Summary: | problem with extendedWindowBorders and dragAndDrop | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | example code that shows the drag and drop issue. See "steps to reproduce" above |
Description
Hugo Pereira Da Costa
2012-11-19 18:28:37 UTC
Created attachment 75358 [details]
example code that shows the drag and drop issue. See "steps to reproduce" above
FTR: Hugo contacted me on this before. I've so far failed to reproduce the problem (with either combo of bespin/oxygen deco/style) and can confirm that the testcase doesn't expose this issue here as well =) Might be a local issue with the xshape extension, but we need more ppl. to test this. Iirc, Hugo has so far tested: - client graphicssystem - kwin graphicssystem - compositor type - unix event dispatcher in clients (@Hugo: turned out i only get the XdndSelection events on few testedit windows - that's not related) @Thomas, for my information, which Qt version do you run ? (I somehow believe this is a Qt issue in fact, or its way to handle drag and drop, since no Gtk application seems affected, and dolphin is not either). 4.8.3-5 (atm, some earlier build when this started) https://projects.archlinux.org/svntogit/packages.git/log/trunk?h=packages/qt There should not be no custom downstream patches applied ... that was it. Upgrading from Qt 4.8.2 (from distro) to 4.8.3 (compiled from source) fixed it. Closing as upstream, then ... Thomas, thanks for the help and suggestions. Hugo Probably been https://codereview.qt-project.org/#change,24361 I can confirm that the problem exists with Qt 4.8.2, which is unfortunately still shipped with Debian Testing. Seems I have to disable the feature again - easier than compiling Qt :-P |