| Summary: | PDF form dropdown doesn't show up | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Juan Navarro <oneorjuan> |
| Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 23.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/okular/-/commit/532cb0cdcdd008fedb42f0a3ec690400b65820e1 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Video showing the expected behavior (using Acrobat Reader) | ||
|
Description
Juan Navarro
2023-07-28 22:40:00 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/okular/-/merge_requests/788 Git commit 532cb0cdcdd008fedb42f0a3ec690400b65820e1 by Albert Astals Cid. Committed on 05/08/2023 at 20:20. Pushed by aacid into branch 'master'. Initial implementation of app.popUpMenuEx It is defenitely not a full implementation but it's enough for the one file we have that needs it for now M +21 -0 core/document.cpp M +7 -0 core/document.h M +4 -0 core/script/builtin.js M +24 -12 core/script/event.cpp M +2 -1 core/script/event_p.h M +28 -0 core/script/js_app.cpp M +2 -0 core/script/js_app_p.h M +2 -1 core/script/js_event.cpp M +7 -2 part/formwidgets.cpp M +3 -0 part/formwidgets.h M +10 -0 part/pageview.cpp M +2 -0 part/pageview.h https://invent.kde.org/graphics/okular/-/commit/532cb0cdcdd008fedb42f0a3ec690400b65820e1 (In reply to Albert Astals Cid from comment #2) > Git commit 532cb0cdcdd008fedb42f0a3ec690400b65820e1 by Albert Astals Cid. > Committed on 05/08/2023 at 20:20. > Pushed by aacid into branch 'master'. > > Initial implementation of app.popUpMenuEx > > It is defenitely not a full implementation but it's enough for the one > file we have that needs it for now > Thank you very much for your work! Okular now will be better PDF viewer than others even the pdf.js used in browsers, where the menu didn't show up either for me :) |