Skip to main content

Search and Top Navigation

#3259 closed bug (fixed)

Opened August 28, 2008 09:30AM UTC

Closed September 03, 2008 01:49AM UTC

Last modified November 19, 2008 04:31AM UTC

Title of dialogs

Reported by: skorpan Owned by: scottgonzalez
Priority: major Milestone: 1.6rc1
Component: ui.dialog Version: 1.6b
Keywords: Cc:
Blocked by: Blocking:
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:

1. If the user hasn't provided a title through JavaScript...

2. ...and the user HAS provided a title through the HTML element...

3. Save the title attribute and remove it from the element...

4. Show the dialog.

Attachments (0)
Change History (4)

Changed August 28, 2008 09:31AM UTC by skorpan comment:1

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

Changed September 01, 2008 02:37PM UTC by paul comment:2

component: ui.coreui.dialog
owner: paulscott.gonzalez

Changed September 03, 2008 01:49AM UTC by scottgonzalez comment:3

milestone: TBD1.6
resolution: → fixed
status: newclosed

Fixed in [649].

Changed November 19, 2008 04:31AM UTC by rdworth comment:4

milestone: 1.61.6rc1