[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2021-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445459

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/380

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445459

qydwhotm...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/plasma-framework/com
   ||mit/a7fd79d32ee497786c12357
   ||a04a4a71dabd0c03b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from qydwhotm...@gmail.com ---
Git commit a7fd79d32ee497786c12357a04a4a71dabd0c03b by Fushan Wen.
Committed on 15/11/2021 at 02:19.
Pushed by fusionfuture into branch 'master'.

PC3.TextArea: Delay binding on implicitHeight

This eliminates the binding loop warnings in desktop notifications.

M  +7-4src/declarativeimports/plasmacomponents3/TextArea.qml

https://invent.kde.org/frameworks/plasma-framework/commit/a7fd79d32ee497786c12357a04a4a71dabd0c03b

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2021-11-23 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=445459

Fushan Wen  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #3 from Fushan Wen  ---
Reopened

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2021-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445459

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2022-10-29 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=445459

Fushan Wen  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Fushan Wen  ---
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2281

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2022-10-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445459

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/plas
   |eworks/plasma-framework/com |ma/plasma-workspace/commit/
   |mit/a7fd79d32ee497786c12357 |ea062b22c027a5e1c0833c4cf74
   |a04a4a71dabd0c03b   |44d24053c1491
   Version Fixed In||5.27
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Nate Graham  ---
Git commit ea062b22c027a5e1c0833c4cf7444d24053c1491 by Nate Graham, on behalf
of Fushan Wen.
Committed on 31/10/2022 at 14:47.
Pushed by ngraham into branch 'master'.

applets/notification: port NotificationItem to anchor-based positioning

Layout + ScrollView produces unpredictable results, and since ScrollView
depends on the content height to adjust its size properties, but
re-layout will create unnecessary size adjustments for ScrollView in
Layout, there will be many binding loop warnings in the log.
Anchor-based positioning does not have those issues and is more
efficient.

Test: run

while [ 1 -eq 1 ]; do notify-send -a "Notification Test" "Evil Layout"
"$(openssl rand -base64 64)";sleep 1;done

and watch the log of plasmashell.
FIXED-IN: 5.27

M  +217  -231  applets/notifications/package/contents/ui/NotificationItem.qml

https://invent.kde.org/plasma/plasma-workspace/commit/ea062b22c027a5e1c0833c4cf7444d24053c1491

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2022-11-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445459

Nate Graham  changed:

   What|Removed |Added

 CC||m...@massimog.net

--- Comment #6 from Nate Graham  ---
*** Bug 461830 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.