You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the active theme, editing text in any text field may present the following problems:
The caret becomes invisible at times. It's not certain which are the exact conditions to reproduce, but it's a frequent problem
The font weight displaces hit calculations for mouse clicks, making selecting text/moving the caret with the mouse a challenge
Some text fields, including the Algebra input fail to scroll horizontally to display the caret position if at the end of a long enough string (probably related to the calculation displacements caused by the font weight)
Caret movement is unnatural:
Moving the caret with arrow keys without holding Shift moves the caret immediately relatively to its position (along with the anchor), instead of placing the caret (and the anchor) at the corresponding end of the selection
Word wrapping movements (holding Ctrl) sometimes behave undesirably
Issue (4) makes issue (1) more severe, and (2) makes the only workaround to (1) a wonky mess.
The text was updated successfully, but these errors were encountered:
This probably requires making changes/reimplementing the text fields altogether.
However, from my memory, the implementation of the algebra input field is quite convoluted, and I cannot currently invest any time on this. Feel free to comment/react if this issue affects you, so I can give it some priority.
For now, the easiest workaround is using Shift + Arrow L/R to move the caret with selection in order to see the caret when it disappears.
endorh
added
the
inactive
This issue is not being actively worked on, comment to request attention or share insights
label
Feb 3, 2023
Depending on the active theme, editing text in any text field may present the following problems:
Shift
moves the caret immediately relatively to its position (along with the anchor), instead of placing the caret (and the anchor) at the corresponding end of the selectionCtrl
) sometimes behave undesirablyIssue (4) makes issue (1) more severe, and (2) makes the only workaround to (1) a wonky mess.
The text was updated successfully, but these errors were encountered: