-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Radio options not rendered when save document #15096
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
Comments
The two radios (62R and 66R) don't have a Line 225 in cd35b9b
and when a radio is clicked we must store its value and the one for its siblings in the annotationStorage but when try to collect the siblings the object are just skipped because of the pageIndex:pdf.js/src/display/annotation_layer.js Line 521 in cd35b9b
|
According to the specs the @Snuffleupagus, any ideas ? |
Do we actually need to check the page-index there, or could we just remove that check? More generally: where do we actually need the page-index, in the scripting implementation? |
There is a You added this page check: I think it should be fine to remove it, we just "need" (I'm not sure to be able to imagine a form where using this property could be really useful) to find a way to get the number. |
Whoops; unfortunately I didn't have a good reason for doing that, but rather figured that it'd make sense (without really knowing anything about the scripting-side of things). |
We are also facing the same issue. any update on this @Snuffleupagus @calixteman? |
This pdf is a corrupt: in |
Sample File:
SmartFormAllFields.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior?
What went wrong?
The text was updated successfully, but these errors were encountered: