typing in search box, suddenly the editor box has some note in it that happens to have a letter that was in search box, and cursor switches to some random place in that note and puts whatever is being typed in search box into the note. bizarre.
It has been happening for while. At first I thought I had clicked in editor, but no. I can repeat it over and over.
any idea what is going on?
It seems that I can re-create it with any search (and on a cold launch), as soon as you stop typing the cursor jumps into the rich text editor. in this example the search term is a word found in the body of the note like OPs example:
but I also see the issue when the search term matches something in the title and not the body:
item in editor changes according to what is being typed in search . so, in markdown, as I type, the note in editor changes to match search, and then continues the search entry typing inside the note.
Does disabling all plugins help? Historically, the diff tool plugin caused a similar issue because it was calling editor.execCommand on note change, which auto-focuses the Rich Text Editor. It's possible that a plugin is running a Joplin command that auto-focuses the note editor as a side effect.
I have tested with different plugins disabled/enabled, and it seems to be ‘resume notes’ that is the problem, in markdown. not in rich text. when it starts putting letters into editor seems to be a function of how fast I am typing. Pause, or slow typing, and it winds up in editor sooner.