Bug 497870

Summary: Kirigami.PlaceholderMessage is invisible inside Kirigami.ScrollablePage.
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Driglu4it <Dr>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: notmart
Priority: NOR    
Version First Reported In: 6.9.0   
Target Milestone: Not decided   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Driglu4it 2024-12-24 20:08:05 UTC
SUMMARY
PlaceholderMessage is invisible inside ScrollablePage until its children (scrollingArea) is explicitly visible (verified via gammaray)

STEPS TO REPRODUCE
1.  Place PlaceholderMessage into ScrollablePage.

OBSERVED RESULT
PlaceholderMessage is not visible.

EXPECTED RESULT
PlaceholderMessage is visible.

SOFTWARE/OS VERSIONS
Operating System: CachyOS Linux 
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1
Kernel Version: 6.12.6-2-cachyos (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
On Kirigami.Page (non Scrollable) Placeholder is visible.
Comment 1 Driglu4it 2024-12-27 11:50:05 UTC
Sorry, I realized the mistake. Need to put the Placeholder directly in the GridView.