12 | | ^(List the necessary requirements that the task must fulfill.)^ |
13 | | |
| 12 | * 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. |
| 16 | * The HUD for the text links must give the user possibility to change the coloring of the link. |
| 17 | * When text is converted to link, there must be a visual marker for that (at least changing the text color) |
| 18 | * The triggers for the links are almost the same as the ones for the links we now have |
| 19 | * Mouse enter |
| 20 | * Mouse leave |
| 21 | * Mouse double click |
| 22 | * Mouse pressed |
| 23 | * Mouse released |