Ticket #5681 (closed defect: fixed)
dialog: incorrect title text on close icon
| Reported by: | becky | Owned by: | becky |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Accessibility | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The close icon is inheriting the title text from the dialog title div. Thus, when I user hovers over the close icon they see the title of the dialog displayed in the browser provided tooltip. This is easily fixed by adding a title attribute to the close icon. The biggest issue is that the title text will need to be translated. There is currently a buttonCancel string of "cancel" defined in dijit/nls/common.js which has already been translated. Should we just use "cancel" for the title of the icon or should the text be "close"?
This would be worth adding to a 1.0.3 build if there is one.
Change History
Note: See
TracTickets for help on using
tickets.