ArtifexSoftware / mupdf.js

JavaScript bindings for MuPDF
https://mupdfjs.readthedocs.io
GNU Affero General Public License v3.0
318 stars 17 forks source link

The fix for issue #78 is not complete #98

Open xybei opened 1 week ago

xybei commented 1 week ago

The fix for issue #78 does not seem to be very friendly to Chinese characters. When I input and search for Chinese, I need to type several letters "zhong" to enter the Chinese character "中" (for example, it appears on the first page), but when I type the first letter "z" (it appears on the fifth page), the inputevent will be triggered and the search will be started, the view will jump to the fifth page. Even if I enter the complete character "中" later, the character "中" on the first page has been skipped.