Bug 460101 - ActionToolBar object destroyed during scrolling
Summary: ActionToolBar object destroyed during scrolling
Status: REPORTED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: Master
Platform: Arch Linux Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
: 465908 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-10-07 19:29 UTC by Matej Starc
Modified: 2024-09-08 20:52 UTC (History)
2 users (show)

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


Attachments
card test file (2.44 KB, text/x-qml)
2022-10-07 19:29 UTC, Matej Starc
Details
log (13.01 KB, text/x-log)
2022-12-17 16:53 UTC, Matej Starc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matej Starc 2022-10-07 19:29:14 UTC
Created attachment 152633 [details]
card test file

SUMMARY
Scrolling a bit faster in ``CardsGridView`` with a larger model causes the widget to be destroyed while showing the widget.

STEPS TO REPRODUCE
1.  Open the test file with qmlscene (``qmlscene-qt5 cardTest.qml``)
2. Make the enough to show at least 3 cards in one row.
3. Move the scrollbar to the bottom and let go (just move the scrollbar up and down).

OBSERVED RESULT
The ``ActionsToolBar`` in currently displayed cards is displayed after 1/4 a sec.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 5.19.12-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 480 Graphics
Comment 1 Matej Starc 2022-12-17 16:53:06 UTC
Created attachment 154651 [details]
log
Comment 2 Matej Starc 2022-12-17 17:07:27 UTC
Video showcase: https://cloud.aljaxus.eu/index.php/s/EntWJYbrzHqaGXs

Look at the ToolBarLayout when I scroll down. The ToolBarLayout is shown quite late and even causes errors.
Comment 3 Nate Graham 2023-06-21 10:05:35 UTC
*** Bug 465908 has been marked as a duplicate of this bug. ***