FLOE-307: Add a tooltip to the keyboardInput component

Metadata

Source
FLOE-307
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Simon Bates
Reporter
Simon Bates
Created
2015-04-23T10:32:22.701-0400
Updated
2015-11-03T11:57:37.551-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. First Discovery

Description

Add a tooltip to the keyboardInput component used on the First Discovery keyboard panel.

The tooltip should read "Select to begin typing" and is shown on the wireframe:

https://www.dropbox.com/s/4nxvybp4d6rcb03/FD tool for May 2015 workshop.pdf?dl=0

Use the attachTooltip grade.

The tooltip should:

  • open on mouseover if the input does not have focus (if the input has focus, it does not open)
  • close on mouseleave
  • not open on focusin
  • close on focusin, if it is open

Comments