Changes between Version 5 and Version 6 of BOOK_SEARCH_R0


Ignore:
Timestamp:
07/22/09 15:04:48 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_SEARCH_R0

    v5 v6  
    66 
    77== Overview == 
    8 The goal of this task is to provide the ability for the user to search the content of the book.  
     8The goal of this task is to provide the ability for the user to search the content of the book. We could make this live search in some of the next revisions, for now the search will be evoked from button or enter key (while the focus is set to the text input field) 
    99 * The Tools tab has a Search palette. It lets the user search a Sophie book. 
    1010 * A text field is available at the top of the palette where a user can enter a word or phrase he wants to find in current book. 
     11 * Search button will be available next to the text field. 
     12 * Below them next and previous buttons should be available.  
    1113 * The searching palette in the Tools tab provides a list of results with context (some words before and after the match; also the page number).  
    1214 
     
    1719 * A list of all occurrences in text are provided in the palette. 
    1820 * All occurrences are highlighted in the text. 
    19  * To go to one of them, it is clicked in the list. 
     21 * The first result is selected(focused). 
     22 * The list itself provides selection(focus) functionality same as previous/next buttons. 
    2023 * Clicking on a result displays the page of the book with the match. 
    2124 * The caret is positioned at the beginning of the match. 
    22  * The match is selected.  
     25 * The match is selected. 
    2326 
    2427 * Searching should be available in both Author and Reader.