Summary: | PDF Form Fields are not propagated to other (non editable fields) - | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | andreaswuest |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | christian.gonzalez, friedman.edo, ulterno |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
PDF Document with the form fields.
second document with not working input field propagation. form with 2 same-named fields |
Description
andreaswuest
2022-02-12 20:49:41 UTC
Created attachment 146638 [details]
PDF Document with the form fields.
I have also with the Okular Windows Version 21.12.2 - it did not work there as well. I do not have an up to date Linux version - but i assume, it does not work there as well. Version 21.12.2 Using Poppler 22.02.0 KDE Frameworks Version 5.90.0 Qt Version 5.15.2 (built against 5.15.2) Hi, i just encountered a new document which also does propagate the input field values to different form fields. On the very first page you can enter Nachname, Rufname and Geburtsdatum. When values are entered here, the values should be propagated to the page 4 and 5, which contain the same input fields (however this time the input fields are editable). Created attachment 147154 [details]
second document with not working input field propagation.
Still broken with Okular 23.08.1 with Poppler 23.09.0 on Linux For the sake of completeness here my sponsored work bounty: https://discuss.kde.org/t/bug-fix-okular-form-field-propagation-to-other-fields/5792 Looks like it's a poppler (a library used by Okular) bug from 2018 https://gitlab.freedesktop.org/poppler/poppler/-/issues/234 even simple forms should be editable. I created a simple form that has two editable fields with the same name. Both values should be synchronized - which they are when using Firefox and the included pdf viewer. Okular just ignores the sync. Created attachment 182225 [details]
form with 2 same-named fields
they should auto-sync
See also my Sponsored Work offer here - the offer is still valid, if somebody is interested.... https://discuss.kde.org/t/bug-fix-okular-form-field-propagation-to-other-fields/5792 A possibly relevant merge request was started @ https://invent.kde.org/graphics/okular/-/merge_requests/1220 (In reply to Bug Janitor Service from comment #10) > A possibly relevant merge request was started @ > https://invent.kde.org/graphics/okular/-/merge_requests/1220 This will only constitute as a partial fix, as the first example document given, doesn't seem to use propagation by name, as this MR implements. Complete functionality will require further work. |