Ticket #3259 (closed bug: fixed)
Title of dialogs
| Reported by: | skorpan | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.6rc1 |
| Component: | ui.dialog | Version: | 1.6b |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
(I thought I had already filed a ticket about this, but I can't find it, so here it goes...)
When using a title from an HTML element which you turn into a dialog, the title is shown when you hover the dialog with the mouse, as this is standard browser behavior.
E.g. <div title="hello">Contents</div> is nicely wrapped up into a pretty dialog, but when you hover the div with the mouse, a tooltip with the title is shown. The solution to this is:
- If the user hasn't provided a title through JavaScript...
- ...and the user HAS provided a title through the HTML element...
- Save the title attribute and remove it from the element...
- Show the dialog.
Change History
Note: See
TracTickets for help on using
tickets.


Sorry, I accidentally set the component to ui.core, but it should be ui.dialog.