Bug 384670 - Kirigami should prevent triggering actions in SwipeListItem when buttons are still hidden
Summary: Kirigami should prevent triggering actions in SwipeListItem when buttons are ...
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: Master
Platform: Debian unstable Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-13 18:31 UTC by jm.ouwerkerk
Modified: 2018-04-17 10:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Code example (SSCE) demonstrating the bug (3.35 KB, text/x-qml)
2017-09-13 18:31 UTC, jm.ouwerkerk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jm.ouwerkerk 2017-09-13 18:31:04 UTC
Created attachment 107838 [details]
Code example (SSCE) demonstrating the bug

In the default state, actions configured on SwipeListItems are not visible, but still 'clickable' if you know where in the layout the action buttons end up once revealed -- or if you hit them by accident.

This means you can inadvertently trigger an action by clicking/pressing a bit of SwipeListItem background by accident.

See also: https://phabricator.kde.org/T5534

Code example (SSCE): https://paste.kde.org/p1laqaqbf

(Try clicking the "F" in "FORTIS" or the "E" in "ARARE")