From kde-core-devel Wed Nov 20 19:38:34 2002 From: Charles Samuels Date: Wed, 20 Nov 2002 19:38:34 +0000 To: kde-core-devel Subject: QXEmbed grabbing mouse X-MARC-Message: https://marc.info/?l=kde-core-devel&m=103782120728166 In version 30 of qxembed.cpp, some mouse grab stuff was added. This is a major change in behavior which can cause the mouse to take and not give up. Basically, when the app that owns the QXEmbed tries to get mouse clicks from the embedded app, and the embedded app lets all events fall through. I would like to know the rationale for this feature, and a potential workaround for my mouse grabbing problem. -Charles