-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
(QOL change) Clicking on text annotation ought to show a popup with just the annotation text inside. #4790
Comments
I can only explain that at one time over 256 characters was a drastic problem for display. Causing flashing rendering and stuttering at the time. which was potentially a very bad user issue for epileptics. Thus currently tooltips as with other products avoid overloading when overlaid. The use of static or floating sidebars is how larger blocks of more complex dynamic rich text can be displayed as a fixed area when converted to plain text. |
Currently, you can Ctrl+Click on text annotations to open the edit window, or you can hover over them to show the start of an annotation. My professor likes to leave long comments in text annotations, which requires me to go into the edit window in order to view them in their entirety. I find this is not a very good user experience. Here is what Firefox pdf viewer does (although it doesn't actually display the text, seems to be a bug).
The blacked out part is the name of my professor.
It would be great if simply left clicking (or some other shortcut) on an annotation would bring up such a window, so I can read the annotation without opening this large edit window with a lot of extra things that I don't need. Also, opening the edit window is a little uncomfortable as its now possible to delete the annotation by accident (I'm imagining spilling tea all over my keyboard or something), which would be inconvenient. Furthermore, it's not ideal for users who aren't confident with tech - since the edit window is an intimidating piece of UI design. I think that click-to-view on an annotation is a very intuitive feature - it's what I expected to happen when I clicked on an annotation in SumatraPDF, and I was surprised when it didn't do anything.
For contrast, here's what sumatrapdf offers right now. Also, this opened on my second monitor for some reason, which is pretty inconvenient.
Alternatives:
Also, I'd be more than happy to help make this feature happen - although I don't know much about how collaboration on github works. If someone can show me the ropes I'll figure out how SumatraPDF is coded and have a go at implementing it myself.
Thanks all!
The text was updated successfully, but these errors were encountered: