Ticket #3815 (closed defect: fixed)
Button: when no label is displayed, set title attribute on icon
| Reported by: | becky | Owned by: | becky |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Accessibility | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
currently the title attribute is only assigned to buttons if they are created programmatically. Need to update the button code to assign the label from the containerNode to this.label if it doesn't already exist. Then assign title attribute to div containing the icon for the button. However when I implemented this (the title attribute on the div), the browser does not display the title on mouseover so needs more investigation.
Change History
Note: See
TracTickets for help on using
tickets.