Changes between Version 6 and Version 7 of TEXT_LINK_MANIPULATION_R0


Ignore:
Timestamp:
10/20/09 15:29:05 (15 years ago)
Author:
deni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_LINK_MANIPULATION_R0

    v6 v7  
    77 
    88== Overview == 
    9 This task is focused on delivering link functionality inside text frame. 
     9This task is focused on delivering link functionality inside text frames. 
    1010 
    1111== Task requirements == 
    1212 * Create halo for text links which evokes HUD 
    13   * The halo should appear when text is selected 
    14   * When pressed it should evokes a HUD (sample design for the HUD is added in the implementation idea below) 
    15    * Because the text's link functionality is so similar to the frame's link functionality the HUDs could be almost identical with some minor differences. 
     13  * The halo should appear when text is selected. 
     14  * When pressed it should evoke a HUD (sample design for the HUD is added in the implementation idea below) 
     15   * Since the text's link functionality is so similar to the frame's link functionality, the HUDs could be almost identical with some minor differences. 
    1616   * The HUD for the text links must give the user possibility to change the coloring of the link. 
    1717 * When text is converted to link, there must be a visual marker for that (at least changing the text color) 
     
    2222  * Mouse pressed 
    2323  * Mouse released 
    24  * The events are also similar to the events for regular links. However some new must be added: 
    25   * Open URL 
     24 * The actions are also similar to the events for regular links. However some new must be added: 
     25  * [Optional for this task] Open URL 
    2626== Task result == 
    2727The result of this task must be code.