[krita] [Bug 479666] [On-canvas text] Cursor position is not updated when typing the first character

2024-01-13 Thread ll3006
https://bugs.kde.org/show_bug.cgi?id=479666

--- Comment #3 from ll3006  ---
Thanks for the quick fix, love the work you've been doing on this feature!

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

[krita] [Bug 479666] [On-canvas text] Cursor position is not updated when typing the first character

2024-01-12 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=479666

wolthera  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/-/commit/4cd5a06
   ||432bd303db4bdedb712309a00b0
   ||3ab6b7

--- Comment #2 from wolthera  ---
Git commit 4cd5a06432bd303db4bdedb712309a00b03ab6b7 by Wolthera van Hövell tot
Westerflier.
Committed on 12/01/2024 at 18:31.
Pushed by woltherav into branch 'master'.

Text: ensure that the insertion index is valid.

The index defaults to -1 when there's no text.

M  +2-1plugins/tools/svgtexttool/SvgTextInsertCommand.cpp

https://invent.kde.org/graphics/krita/-/commit/4cd5a06432bd303db4bdedb712309a00b03ab6b7

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

[krita] [Bug 479666] [On-canvas text] Cursor position is not updated when typing the first character

2024-01-11 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=479666

wolthera  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 CC||griffinval...@gmail.com
 Ever confirmed|0   |1
   Assignee|krita-bugs-n...@kde.org |griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Yeah, I had noticed it already, but the holidays + other work have prevented me
from fixing it. Basically what needs to be done is that right now the cursor
pos defaults to -1 if it can't find anything, and that should be accounted for
in the text insertion command.

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