[plasmashell] [Bug 368493] Infinite sizing loop

2017-01-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=368493 David Edmundson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[plasmashell] [Bug 368493] Infinite sizing loop

2017-01-08 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=368493 --- Comment #4 from Eike Hein --- David, did we fix this? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 368493] Infinite sizing loop

2016-09-23 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368493 --- Comment #3 from David Edmundson --- binding loop: start break QQmlAbstractBinding::printBindingLoopError for every frame with QQmlBinding::update() call this->expressionIdentifier() TRACE: #0

[plasmashell] [Bug 368493] Infinite sizing loop

2016-09-11 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368493 --- Comment #2 from David Edmundson --- That's not how the binding loop detection works. It's a runtime recursion check in updating the binding, emitted if you update it from within trying to update itself. It's not a check

[plasmashell] [Bug 368493] Infinite sizing loop

2016-09-11 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368493 --- Comment #1 from Eike Hein --- I was thinking binding loops are false positives because the checker isn't evaluating "vertical" and just naively checking the operand references. Anyway looks credible that this issue is the Pager ...

[plasmashell] [Bug 368493] Infinite sizing loop

2016-09-09 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368493 David Edmundson changed: What|Removed |Added Assignee|plasma-b...@kde.org |h...@kde.org --