-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<input> elements for annotations inherit some style from viewer.css #14736
Labels
Comments
can u please assign me this issue !! |
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 20, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 20, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 20, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 28, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 28, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
bh213
pushed a commit
to bh213/pdf.js
that referenced
this issue
Jun 3, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
rousek
pushed a commit
to signosoft/pdf.js
that referenced
this issue
Aug 10, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STR:
<input>
font: message-box
which is defined:pdf.js/web/viewer.css
Line 195 in 54d4d34
According to:
https://developer.mozilla.org/en-US/docs/Web/CSS/font#message-box
this value is for dialog boxes so I think it doesn't make sense to use it for annotation.
The text was updated successfully, but these errors were encountered: