[ContainmentInterface] Ungrab mouse on context menu close
AbandonedPublic

Authored by anthonyfieroni on Feb 12 2017, 7:34 PM.

Details

Reviewers
None
Group Reviewers
Plasma
Summary

Looks like Qt 5.8 has a grabber bug

  1. Right click on containement in plasmashell
  2. Left click on element in context menu
  3. Grab still stay in plasmashell window, it's needed exclusive click to ungrab it

Diff Detail

Repository
R242 Plasma Framework (Library)
Lint
Lint Skipped
Unit
Unit Tests Skipped
anthonyfieroni retitled this revision from to [ContainmentInterface] Ungrab mouse on context menu close.
anthonyfieroni updated this object.
anthonyfieroni edited the test plan for this revision. (Show Details)
anthonyfieroni added a reviewer: Plasma.
anthonyfieroni set the repository for this revision to R242 Plasma Framework (Library).
anthonyfieroni added subscribers: mart, davidedmundson.
Restricted Application added projects: Plasma, Frameworks. · View Herald TranscriptFeb 12 2017, 7:34 PM
Restricted Application added subscribers: Frameworks, plasma-devel. · View Herald Transcript

Looks like Qt 5.8 has a grabber bug

Then Qt should fix and not we workaround it.

Also: how do you know whether your change will still work in Qt 5.7?

Also: how do you know whether your change will still work in Qt 5.7?

I noticed same downside there, if someone still has Qt 5.7 can test it. Tested Qt 5.6 on Kubuntu backport -> works.