Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7
-
None
-
-
e6ae6c7d6 (dev), 287c19ee9 (6.8)
Description
It appears there is a race condition when an async ShapePath's bindings change while a runner is active. The bindings change gets ignored entirely.
This also apparently happens when using a non-trivial setup involving multiple instantiators of which at least one is async, though I haven't managed to reproduce that outside our application code.
I'm attaching an example. It creates a path relative to the dimension of a parent item. A timer changes that dimension shortly after creation, this change will not be picked up. Another timer runs 4s later and will trigger a correct update.
Downstream seen in https://bugs.kde.org/show_bug.cgi?id=492326 where the item changes dimension as part of layouting and eventually gets redrawn correctly when we change fillColor of the Shape when the user hovers where the Shape is actually meant to be.