You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double click on the word 'medical' (first row, second cell)
What is the expected behavior?
'medical' word to be selected as follows (this is obtained with textLayerMode = TextLayerMode.ENABLE)
What went wrong? (add screenshot)
A bigger span which contains nothing but a whitespace is selected, making the selection of the actual text impossible.
Removing the span manually from the chrome devtools allows to properly select the text.
As a side note, everything on the same line at the right the checkmark in "class 2" cannot be selected either as the span containing the checkmark has a huge right padding.
I hope you could assist.
Thanks in advance for your help and the time you'll spend looking at this.
The text was updated successfully, but these errors were encountered:
Please keep in mind that the ENABLE_ENHANCE mode is essentially unmaintained at this point, and no real development has happened for years (in general it's often too slow to be usable in practice); see also e.g. #7584 (comment).
Attach (recommended) or Link to PDF file here
medical_certificate_fake.pdf
Configuration
Steps to reproduce the problem
npm install && gulp server
What is the expected behavior?
'medical' word to be selected as follows (this is obtained with textLayerMode = TextLayerMode.ENABLE)
What went wrong? (add screenshot)
A bigger span which contains nothing but a whitespace is selected, making the selection of the actual text impossible.
Removing the span manually from the chrome devtools allows to properly select the text.
As a side note, everything on the same line at the right the checkmark in "class 2" cannot be selected either as the span containing the checkmark has a huge right padding.
I hope you could assist.
Thanks in advance for your help and the time you'll spend looking at this.
The text was updated successfully, but these errors were encountered: