Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 14 by
98310b...@gmail.com: Entering bookmarks and paper notes is
laggy [fix included]
http://code.google.com/p/gpapers/issues/detail?id=14
What steps will reproduce the problem?
1. Display a paper in gpapers
2. Begin typing in the paper notes text box.
What is the expected output? What do you see instead?
The bookmark or note should be saved to the paper as I type. Instead, the
save operation takes so long that it is difficult to type. If the general
paper notes are being edited, the paper gets de-selected every time a
single letter is saved.
What version of the product are you using? On what operating system?
I am using the latest version from git (Revision 1dbb66ebecfb) on Ubuntu
12.04.
Please provide any additional information below.
I have included a patch which makes a number of changes:
1. Notes and bookmarks are no longer saved automatically when the text box
is edited.
2. A save button appears next to the 'add bookmark' button when
appropriate. When clicked, it saves the current text to the paper notes or
a bookmark if one is selected.
3. When a paper note is saved, the current paper is manually re-selected to
prevent it from being unselected. This isn't a permanent solution, but it
works for now.
I realize this isn't the sort of functionality you originally intended, but
I thought this might work better for people like me with slow computers.
Attachments:
paper_notes_fixes.patch 4.7 KB