From cf01cc3225b9fa8607922a8d7a366f964b999b2b Mon Sep 17 00:00:00 2001 From: John Ladan Date: Wed, 23 Oct 2013 19:09:01 -0400 Subject: [PATCH] Added todo item for search error. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index e3dcf13..ce27024 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,8 @@ Make db_layer use a helper function to handle most of the database queries _Bugs_ Error when entering bad ISBN e.g. 02010798X (instead of 020107981X) - seems to be an intermittant error, likely related to polling openLibrary +Error on search + - related to strings in Python3 When the top element shown is highlighted in the browser window, and pgUp is pressed (causing a scrollup), the bottom border of the window turns into 'qqqqqqqq'. - does not happen when up_arrow is pressed.