Changes between Initial Version and Version 1 of HOT_TEXT_REDESIGN_R3


Ignore:
Timestamp:
10/05/09 13:25:02 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HOT_TEXT_REDESIGN_R3

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6The purpose of this task is to fix known text bugs from the previous revisions of the text redesign task. 
     7 
     8== Overview == 
     9 * The following bugs should be fixed: 
     10  * Open of a book containing a frame with styled text in TrueReader. 
     11  * Typing of text after opening of a book from the server. 
     12  * If style values are applied to the current text the font hud does not always show the correct font properties of the caret position. 
     13  * Navigation with End on the last line of text does not go to the last position of the text. 
     14  * Multiple UP/DOWN navigations go too much to the left. 
     15 
     16== Task requirements == 
     17 * Fix the bugs specified in the Overview. 
     18 * UP/DOWN navigation bug is Optional. 
     19 
     20== Task result == 
     21 * The result of this task is source code. 
     22 
     23== Implementation idea == 
     24 * For the Reader and Server problems fix persistence. 
     25 * For the styling bug fix ImmHotText.getStyleValue method. 
     26 * For the End navigation bug correct getHitPos and getPosPlace functionalities in the layouts. 
     27 * For the UP/DOWN navigation bug consider and implement TextViewFlow.wantedX functionality. 
     28 
     29== Related == 
     30 * [wiki:HOT_TEXT_REDESIGN_R0] 
     31 * [wiki:HOT_TEXT_REDESIGN_R1] 
     32 * [wiki:HOT_TEXT_REDESIGN_R2] 
     33 
     34= Design = 
     35^(Describe your design here.)^ 
     36 
     37= Implementation = 
     38^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     39 
     40= Testing = 
     41^(Place the testing results here.)^ 
     42 
     43= Comments = 
     44^(Write comments for this or later revisions here.)