-
Notifications
You must be signed in to change notification settings - Fork 98
strange cursor behavior #469
Comments
So far highlight indeed is not supported in other modes except |
@houqp highlight should work in all zoom modes, because I did some work on coordinate transformation for links, so at least coordinates on screen should be sane. Having said that, I did notice that some pdf files do have strange order of lines when moving on page, but I assumed that this is partially a fault of pdf layout. |
@dpavlin I know that in some PDF files you cannot correctly go from one word to the next because the kind of space used in between them (as you know there are about 40 kinds of "space" characters) is not recognized as space, i.e. moving to the right would skip a whole sentence or some such block. This is, btw, precisely the reason why instant dictionary lookup does not work reliably in PDF files, namely positioning the cursor on the word "matter" in the sentence "The matter of this item" looks up a non-existent word "Thematterofthisitem" which fails. This is easy to see by selecting the whole sentence and pressing Space (in Amazon's PDF reader, not KPV) to copy it to the buffer --- you see the sentence compacted into a single word, i.e. all spaces removed. But on some other PDF files the space is "the right kind" and instant dictionary lookup works. I noticed that your highlight movement (in KPV) also behaves like this, i.e. don't notice the space if it is of the first kind described above. |
yeah, there are many pdfs that have wrong line/word coordinates. :( But for the wired behavior like |
neither does it work in the fit to content width mode (Shift + S). |
following observations in the highlighting mode (press 'N')
The text was updated successfully, but these errors were encountered: