Bug description:
Trying to search/replace this string:
SanJoséState
in a text file of many strings
with
SanJoseState
has a very odd (bad) behavior which seems like a bug.
If you copy/paste “SanJoséState” into the replace field, and you then place the cursor after the “é” character and backspace/replace with “e”, the cursor (insert point) jumps to the end of the text in the “replace with field” and adds the “e” at the end, rather than at the insert point.
Expected vs Current Behavior:
The edit in this field should insert the typed character at the location where the cursor is in the edit field, rather than jumping to the end.
Steps to reproduce:
select the find/replace feature.
Enter the string above
try to replace the “é” with “e”
See cursor jump to end
Bug appears at this link: https://replit.com/@cstutormarin/cs220-HW06-College-Football-Matchups-Soln#teamsIds.txt
Screenshot(s)/Screen Recording:
Browser/OS/Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Replit Profile: https://replit.com/@cstutormarin