mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Ensure that readonly TextWidget-annotations are rendered when forms are disabled (issue 17064)
To reduced the risk of regressing something else, given that the issue only applies to a (for the default viewer) non-default configuration, this patch is purposely limited to only TextWidget-annotations in the display layer.
This commit is contained in:
parent
426209c6e6
commit
f113320bd5
4 changed files with 13 additions and 0 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -119,6 +119,7 @@
|
|||
!issue7891_bc0.pdf
|
||||
!issue11242_reduced.pdf
|
||||
!issue16176.pdf
|
||||
!issue17064_readonly.pdf
|
||||
!issue11279.pdf
|
||||
!issue11362.pdf
|
||||
!issue13325_reduced.pdf
|
||||
|
|
BIN
test/pdfs/issue17064_readonly.pdf
Normal file
BIN
test/pdfs/issue17064_readonly.pdf
Normal file
Binary file not shown.
|
@ -3143,6 +3143,13 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue17064_readonly",
|
||||
"file": "pdfs/issue17064_readonly.pdf",
|
||||
"md5": "cb84f8e8301e935a3b9ea8ef320f45bf",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "issue12714",
|
||||
"file": "pdfs/issue12714.pdf",
|
||||
"md5": "f9ee31c74f9e342e95122b0b3bc84fa0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue