Summary: | Tax form fill in doesn't work | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Gary <gh4wi> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | aacid, oliver.sander |
Priority: | NOR | ||
Version First Reported In: | 0.24.0 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/okular/4573c7a646068c2f49a02c50ee8bc4c157a3f791 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | WI 2016 Tax Form |
Description
Gary
2017-02-26 16:27:40 UTC
Confirmed with the current okular git master, and poppler 0.48 from Debian Testing. Also confirmed with Atril (the Mate viewer), so supposedly it is a poppler issue. Incidentally, just opening and closing the document in okular gives me console error messages: ~/tmp> okular 2016-Form1f.pdf evaluate() threw an exception [unrelated stuff] LEAK: 94 KJS::Node ~/tmp> I don't know whether that is related, though. Those fields are auto updating, i did some coding and it's "kind of working" but still needs work https://www.youtube.com/watch?v=fCLFkpaW3Ug Thanks for the testing info & the GitHub Link. Will this be fixed ? regards, Gary H. On 02/28/2017 07:06 PM, Albert Astals Cid wrote: > https://bugs.kde.org/show_bug.cgi?id=376958 > > Albert Astals Cid <aacid@kde.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |aacid@kde.org > > --- Comment #2 from Albert Astals Cid <aacid@kde.org> --- > Those fields are auto updating, i did some coding and it's "kind of working" > but still needs work https://www.youtube.com/watch?v=fCLFkpaW3Ug > Git commit 4573c7a646068c2f49a02c50ee8bc4c157a3f791 by Albert Astals Cid. Committed on 03/03/2017 at 00:08. Pushed by aacid into branch 'master'. Recalculate forms after other are edited M +35 -0 core/document.cpp M +2 -0 core/document_p.h M +7 -0 generators/poppler/generator_pdf.cpp https://commits.kde.org/okular/4573c7a646068c2f49a02c50ee8bc4c157a3f791 |