Summary: | Improved/consistent mechanism to add/modify inline note | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Simone Gaiarin <simgunz> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | haxtibal, simonandric5, visual-design |
Priority: | NOR | Keywords: | usability |
Version: | 0.24.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simone Gaiarin
2016-01-16 09:50:16 UTC
Given that someone gave some love to the inline note I bump this bug which is related. +1 for inline editable (WYSIWYG) notes. This would IMO require new API methods to render single annotations individually on poppler side. Atm, poppler renders (slices of) pages. An inline editable note needed to trigger page rendering for each key stroke. This is a bit heavy considering processing time. Even if we only rendered the relevant page slice there'd still be overhead during rendering. Plus the corresponding Okular code would look ugly. There was a related bug for moving inline notes: https://bugs.kde.org/show_bug.cgi?id=333981. It's currently solved by only drawing an empty rectangle, which is obviously not an option during editing:) This is a matching wish on the poppler list: https://lists.freedesktop.org/archives/poppler/2017-April/012165.html. I guess it currently lacks interest and patches. Maybe we can bump and patch a bit? As a bonus, https://bugs.kde.org/show_bug.cgi?id=325119 should get solved "for free". Just started a patch series on poppler that tries to provide a solution to the problem described in comment 2: https://bugs.freedesktop.org/show_bug.cgi?id=105796 Cool. Thanks for the work! |