Changes between Version 9 and Version 10 of TEXT_INPLACE_EDITOR_R1


Ignore:
Timestamp:
06/24/09 17:06:17 (16 years ago)
Author:
dancho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_INPLACE_EDITOR_R1

    v9 v10  
    1010  * When the user has clicked in the text, the cursor is placed there. 
    1111  * When the user has clicked in the text area, but not in the text, the cursor is placed as near as possible to the position where there is text. 
    12  * The cursor position should be changeable by up/down arrows. 
    13   * When the position has characters before/after it on the previous/next row, the cursor goes there 
    14   * When there is no such position, the cursor goes to the first/last character of the row. 
    15   * When there is no such row, the cursor does not change it's position. 
    1612== Task result == 
    1713Code. 
    1814== Implementation idea == 
    1915[[Image(textpos.jpg)]][[BR]] 
    20 Shows behavior on up/down arrows. With red is the carriage, with blue dots is mouse click. 
     16(Also shows behavior on up/down arrows) With red is the carriage, with blue dots is mouse click. 
    2117== Related == 
    2218TEXT_INPLACE_EDITOR_R0 
     
    4036Click anywhere near the text content on a frame. The caret should be placed to a new position as explained above. 
    4137 
    42 == Up/Down arrow navigation == 
    43  
    44 Design is still in the making. 
    45  
    4638= Implementation = 
    4739^(Describe and link the implementation results here (from the wiki or the repository).)^