karmapa / ketaka-lite

📖 A multifunctional Tibetan text editor
MIT License
3 stars 2 forks source link

in search function, finding next will skip the target letter on the current page and jump to the next page then highlight by the position of some "finded letter" #74

Closed chiehan1 closed 8 years ago

chiehan1 commented 9 years ago

v0.1.31 in windows system step1 type "a" in the search input window and it find "a" at line 1 search1 step2 reposition the cursor and click "find next button" search2 step3 it skip the "a" at line 1 and highlight the "a" at line 2 directly search3 step4 reposition the cursor again and click "find next button" search4 step5 it skip the "a" in the current page(page1) and highlight the "9" in the next page(page2) search5 step6 click the "find previous button" twice, it jump to page 1 and highlight the "8" in page 1 search6

kmsheng commented 8 years ago

Will be fixed in next release

chiehan1 commented 8 years ago

find next "a" in page1 and keep click find next find11 it highlight "2" in page2 find12

kmsheng commented 8 years ago

fixed in v0.1.36