Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.7.1
-
None
-
Operating System: openSUSE Tumbleweed 20240619
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.3.0
Kernel Version: 6.9.5-1-default (64-bit)
-
-
6d76c8371 (dev), 21050410e (6.8), 7d5a4a882 (6.7), 39097ddee (tqtc/lts-6.5)
Description
I have a ListView that is inside a Drawer and whose model gets its data from a network request.
Outside the drawer I have a button that opens the drawer and its text is set to the ListView's count property.
The problem is that the button's text is 0 (zero) until the drawer is opened.
If I move the ListView outside the drawer the button's text is updated as expected.