https://bugs.kde.org/show_bug.cgi?id=506295
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.0 |--- CC| |[email protected] Product|plasmashell |libplasma Component|Vaults widget |components Keywords| |regression Summary|Expanded highlight does not |Expanded area highlight |fit all actions for |does not match height of |unlocked vault |child actions list when any | |actions are enabled or | |disabled at runtime --- Comment #5 from Nate Graham <[email protected]> --- This appears to be a general issue in ExpandableListItem. It isn't re-evaluating the height binding of the expanded area when any contextual actions are enabled or disabled. Specifically, the `childrenRect.height` property isn't updating when that value should change because the child ListView gained an item. This code hasn't changed in ages, so there may be a Qt regression involved, or perhaps a Qt change triggered the bug due to our own code being faulty here. -- You are receiving this mail because: You are watching all bug changes.
