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
Instead of an id added to elements, should we perhaps "replace" that with a custom attribute so that we can find them easily using something like the following?
For example, try to open:
https://www.irs.gov/pub/irs-pdf/f1040.pdf#77R
in the console we have:
PDFLinkService.goToDestination: "null" is not a valid destination array, for dest="77R".
now press enter in the address bar and the document is scrolled on page 2.
If a destination is named
77R
we could have a bug.For reference:
#15054 (comment)
As far as I can tell this
id
is only used by JS stuff.The text was updated successfully, but these errors were encountered: