Summary: | Some games don't work | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Antonio Rojas <arojas> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caionnew, hugo.pereira.da.costa, yatt12+kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antonio Rojas
2010-06-11 13:12:29 UTC
Will try to fix ASAP. In the meanwhile you can - type oxygen-settings - change the "window's drag mode" to either "titlebar only" or "titlebar, menubar and toolbar" (which will likely be the default for kde4.5rc1. (was set to 'all empty' areas for beta cycle to trigger and try fix these kind of bugs) mmm. I messed up the commit log. Following commit (see below) fixes, I think, all the issues you report. It possibly fixes many other similar issues, since I had to seriously revisit how the grabbing is done. I'll keep the bug open for confirmation (likely with 4.5 beta3) For bomber, kreversi and klines, one still can "grab" the window from the main view, but at least, not in an "unexpected way" (meaning: you have to click, and move, for a long enough distance, to start dragging), and not in a way that conflicts with gameplay. For kbounce, grab is completely disabled. Thanks _a lot_ for reporting this, I think it really helped making the grab more robust. ---------------------------------------------------------------------------- r1137112 | hpereiradacosta | 2010-06-11 11:25:46 -0600 (Fri, 11 Jun 2010) Use separate eventFilter to handle application-wise events. Added a mechanism to lock the window drag object, when one candidate event is recieved, so that when this event is propagated to parent widgets, it is not checked again. Lock is removed at next mouseReleaseEvent Never eat mousePress events, since they are not used (directly) to trigger the grab. Cleaned up blackListing using the new functionalities above. Fixed a number of conflicts between apps' events and window grabbing, using the functionalities above. *** Bug 241854 has been marked as a duplicate of this bug. *** Confirmed fixed in RC1 |