View Single Post
Old 08-03-2018, 03:06 PM   #1
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
[Bug] Spellcheck List Cursor Location

Versions

Sigil 0.9.10
Windows 10 (64 bit)

This bug didn't happen in 0.9.9, and only started when I upgraded to 0.9.10. I haven't tested on other OSes.

Steps to Reproduce

Open any EPUB.

1. Tools > Spellcheck > Spellcheck (Alt+Q)

2. Pick a random word in the list and doubleclick it.

For example, pick "the".

This should jump you to the location in the book in Code View and the specific word will be fully highlighted.

3. In Code View, Left-Click at the end of "the", so the cursor is placed after the word:

Code:
the|
4. Begin to type, and the cursor will jump to the beginning of the word.

For example, I want to type "re" after to change "the" -> "there":

4.1. Click after "the":

Code:
"the|"
4.2. Type 'r' (cursor jumps):

Code:
"|ther"
4.3. Type 'e':

Code:
"e|ther"
I tested multiple "the"s in a row, and the bug seems to only occur when a new file/tab is loaded on the first occurrence. The cursor seems to NOT jump on any further "the"s in the same chapter.
Tex2002ans is offline   Reply With Quote