Ticket #3876 (new enhancement)

Opened 12 months ago

Last modified 2 days ago

consider use of dijit tooltips for button title text

Reported by: becky Owned by: becky
Priority: normal Milestone: 1.2
Component: Dijit - LnF Version: 0.9
Severity: normal Keywords: ibm
Cc:

Description

Currently the button title text is implemented using the title attribute. The browsers will display a popup containing the title contents when mouseover the element with the title attribute. This, however, is not keyboard accessible. Using a dijit tooltip we could make it keyboard accessible as well.

Change History

Changed 10 months ago by becky

  • milestone changed from 1.0 to 1.1

enhancement so moved to 1.1

Changed 6 months ago by becky

  • milestone changed from 1.1 to 1.2

Changed 3 months ago by bill

  • keywords ibm added

This is also recommended from IBM Design Leadership recommendations, I guess for consistency in LnF.

Changed 3 months ago by bill

  • owner deleted
  • component changed from Accessibility to Dijit - LnF

Changed 3 days ago by doughays

  • owner set to becky

see also #7185

Changed 2 days ago by becky

The only issue here is if a developer has set their own tooltip - I guess we can check for that before creating the tooltip by default. I think we should only do with with buttons that have showLabel=false.

Note: See TracTickets for help on using tickets.