Comment 41 for bug 1181666

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

After recently fixing bug 1739625, I now think some instances of this bug will be similar to that -- a missing call to clutter_actor_set_reactive(). Windows won't respond to mouse clicks until mutter calls that function for them. And there are various classes of application that will call that function under different circumstances. Bug 1739625 only covered one very specific case.

We may need to split this bug into many again if more such fixes land separately and only address a subset of applications.