mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
47.17k stars 9.82k forks source link

Custom checkboxes not rendered #18021

Open nclm opened 2 months ago

nclm commented 2 months ago

PDF files:

Configuration:

Steps to reproduce the problem:

  1. Open the PDFs above.
  2. Go on pages after the cover.

What is the expected behavior? Custom checkboxes should be rendered.

What went wrong? Custom checkboxes are not rendered at all.

nclm commented 2 months ago

Might be related to #12746 but not sure. Both PDFs are made with InDesign and have custom form elements, but the other is about buttons and they do appear (though not interactively), and this one is about checkboxes and they don‘t appear (but are interactive).

momerjaved commented 2 months ago

I would like to contribute and fix this issue, can you please assign it to me ? Also if you could tell which JS file(s) should I start to debug for the fix ?