mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Fix popup for highlights without popup (follow-up of #12505)
* remove 1st param of _createPopup (almost useless for a method) * prepend popup div to avoid to have them on top of some highlights (and so "disable" partially mouse events) * add a ref test for issue #12504
This commit is contained in:
parent
83658c974d
commit
611207d2c9
4 changed files with 39 additions and 18 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -290,6 +290,7 @@
|
|||
!noembed-identity.pdf
|
||||
!noembed-identity-2.pdf
|
||||
!noembed-jis7.pdf
|
||||
!issue12504.pdf
|
||||
!noembed-eucjp.pdf
|
||||
!noembed-sjis.pdf
|
||||
!vertical.pdf
|
||||
|
|
BIN
test/pdfs/issue12504.pdf
Normal file
BIN
test/pdfs/issue12504.pdf
Normal file
Binary file not shown.
|
@ -1427,6 +1427,13 @@
|
|||
"type": "eq",
|
||||
"about": "Type3 fonts with image resources; both pages need to be tested, otherwise the bug won't manifest."
|
||||
},
|
||||
{ "id": "issue12504",
|
||||
"file": "pdfs/issue12504.pdf",
|
||||
"md5": "04fcc87f3e7e9e925e3ef83cf0bf49f4",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "close-path-bug",
|
||||
"file": "pdfs/close-path-bug.pdf",
|
||||
"md5": "48dd17ef58393857d2d038d33699cac5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue