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

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.72
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kirigami/commit/bace
                   |                            |64a0965f3769b21953d398b6394
                   |                            |43c4708af

--- Comment #9 from Nate Graham <n...@kde.org> ---
Git commit bace64a0965f3769b21953d398b639443c4708af by Nate Graham, on behalf
of Ismael Asensio.
Committed on 15/06/2020 at 15:15.
Pushed by ngraham into branch 'master'.

Fix OverlaySheet closing when clicking inside layout

The `OverlaySheet` would close when clicking outside `scrollview.contentIem`.
This area doesn't include the scrollbar area, nor header or footer items, so
clicking on those items,
if they do not catch the click event first, would result in an undesired
closure of the sheet.

Setting the condition to check for `contentLayout` instead respect the limits
of the visible card.
Clicking outside of this area still closes the sheet as expected.
FIXED-IN: 5.72

M  +5    -5    src/controls/templates/OverlaySheet.qml

https://invent.kde.org/frameworks/kirigami/commit/bace64a0965f3769b21953d398b639443c4708af

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

Reply via email to