Changes between Version 9 and Version 10 of TEXT_INPLACE_EDITOR_R1
- Timestamp:
- 06/24/09 17:06:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_INPLACE_EDITOR_R1
v9 v10 10 10 * When the user has clicked in the text, the cursor is placed there. 11 11 * 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 there14 * 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.16 12 == Task result == 17 13 Code. 18 14 == Implementation idea == 19 15 [[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. 21 17 == Related == 22 18 TEXT_INPLACE_EDITOR_R0 … … 40 36 Click anywhere near the text content on a frame. The caret should be placed to a new position as explained above. 41 37 42 == Up/Down arrow navigation ==43 44 Design is still in the making.45 46 38 = Implementation = 47 39 ^(Describe and link the implementation results here (from the wiki or the repository).)^