https://bugs.kde.org/show_bug.cgi?id=398566

            Bug ID: 398566
           Summary: Can't dismiss panel popups
           Product: kwin
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: wayland-generic
          Assignee: kwin-bugs-n...@kde.org
          Reporter: vladz...@gmail.com
  Target Milestone: ---

Steps to reproduce:
* Right click on a panel (a popup will appear);
* Click somewhere else, outside of the popup.

Expected results:
The popup disappears.

Actual results:
The popup stays alive even if I click on the panel. The only way to dismiss it
is to click on some entry in the popup.

---

Maybe,
https://phabricator.kde.org/source/kwin/browse/master/popup_input_filter.cpp$62-75
should be instead

    if (!m_popupClients.contains(pointerFocus)) {
        cancelPopups();
        return true;
    }

Not sure why there are such specific rules (e.g. clicking on decoration
dismisses popups).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to