[NeoChat] [Bug 503846] Trying to edit message using context menu item freezes app in QQuickTextArea::geometryChange() as of f6c12dc27a119cf7efea2b6aa12b5fd66e6817a6

2025-05-15 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=503846

Joshua Goins  changed:

   What|Removed |Added

 Status|VERIFIED|RESOLVED
  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/neochat/-/commit/906fb9 |ork/neochat/-/commit/457b4e
   |72593151223cf83b20428389251 |e3bef597ebd5494238757f4c0ed
   |0cc475e |2154146

--- Comment #5 from Joshua Goins  ---
Git commit 457b4ee3bef597ebd5494238757f4c0ed2154146 by Joshua Goins.
Committed on 15/05/2025 at 17:42.
Pushed by redstrate into branch 'release/25.04'.

Fix crash when trying to edit your message on a wide screen

This only seems to happen when the window is maximized, specifically
the height of the window. This seems to be a weird TextArea issue (or
something else in our TimelineView) but until that's found out, a
Qt.callLater will prevent this annoying crash.

(cherry picked from commit 906fb972593151223cf83b204283892510cc475e)

M  +1-1src/timeline/ChatBarComponent.qml

https://invent.kde.org/network/neochat/-/commit/457b4ee3bef597ebd5494238757f4c0ed2154146

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

[NeoChat] [Bug 503846] Trying to edit message using context menu item freezes app in QQuickTextArea::geometryChange() as of f6c12dc27a119cf7efea2b6aa12b5fd66e6817a6

2025-05-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=503846

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #4 from Nate Graham  ---
Hooray, fixed indeed!

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

[NeoChat] [Bug 503846] Trying to edit message using context menu item freezes app in QQuickTextArea::geometryChange() as of f6c12dc27a119cf7efea2b6aa12b5fd66e6817a6

2025-05-15 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=503846

Joshua Goins  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/neochat/-/commit/906fb9
   ||72593151223cf83b20428389251
   ||0cc475e
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Joshua Goins  ---
Git commit 906fb972593151223cf83b204283892510cc475e by Joshua Goins.
Committed on 15/05/2025 at 17:38.
Pushed by redstrate into branch 'master'.

Fix crash when trying to edit your message on a wide screen

This only seems to happen when the window is maximized, specifically
the height of the window. This seems to be a weird TextArea issue (or
something else in our TimelineView) but until that's found out, a
Qt.callLater will prevent this annoying crash.

M  +4-1src/timeline/ChatBarComponent.qml

https://invent.kde.org/network/neochat/-/commit/906fb972593151223cf83b204283892510cc475e

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

[NeoChat] [Bug 503846] Trying to edit message using context menu item freezes app in QQuickTextArea::geometryChange() as of f6c12dc27a119cf7efea2b6aa12b5fd66e6817a6

2025-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=503846

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/neochat/-/merge_requests/2269

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

[NeoChat] [Bug 503846] Trying to edit message using context menu item freezes app in QQuickTextArea::geometryChange() as of f6c12dc27a119cf7efea2b6aa12b5fd66e6817a6

2025-05-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=503846

duha.b...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||duha.b...@gmail.com
 Ever confirmed|0   |1

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

[NeoChat] [Bug 503846] Trying to edit message using context menu item freezes app in QQuickTextArea::geometryChange() as of f6c12dc27a119cf7efea2b6aa12b5fd66e6817a6

2025-05-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=503846

--- Comment #1 from Nate Graham  ---
Looks like it's related to the text area sizing. I tried at various window
sizes, but it happened 100% of the time.

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