| Summary: | Under wayland with two screen the information panel context menu is not at the right position | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Méven Car <meven29> |
| Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | multiscreen, wayland-only |
| Version First Reported In: | 18.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/dolphin/40896c02d996f69f7bf4e8adebe28acdbff8d350 | Version Fixed/Implemented In: | 19.04.0 |
| Sentry Crash Report: | |||
|
Description
Méven Car
2019-02-25 10:04:27 UTC
I have tested this behavior under X server and it is not affected. Proposed patch https://phabricator.kde.org/D19535 https://bugs.kde.org/show_bug.cgi?id=384637 makes it difficult to have a screenshot unfortunately. Yeah, However you should be able to take a full screen screenshot using a timer, and crop it manually afterwards. Git commit 40896c02d996f69f7bf4e8adebe28acdbff8d350 by Nate Graham, on behalf of Méven Car. Committed on 12/03/2019 at 15:25. Pushed by ngraham into branch 'master'. Correctly position context menu of the information panel under wayland with a secondary screen Summary: According to my testing this bug occurs because Qcursor::pos() does not work as expected under wayland on a secondary screen, then it returns inaccurate data. This could hide bugs elsewhere. FIXED-IN: 19.04.0 Test Plan: Under Wayland test the context menu on both screens. Do the same under Xorg. Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: elvisangelaccio, ngraham, nicolasfella, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D19535 M +1 -1 src/panels/information/informationpanel.cpp M +2 -2 src/panels/information/informationpanelcontent.cpp M +1 -1 src/panels/information/informationpanelcontent.h https://commits.kde.org/dolphin/40896c02d996f69f7bf4e8adebe28acdbff8d350 |