Bug #25842 Red X in Notice box doesn't close dialog in IE6
Submitted: 25 Jan 2007 1:10 Modified: 6 Feb 2007 4:30
Reporter: Andy Bang Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Web Severity:S3 (Non-critical)
Version:1.1 OS:Windows (Windows XP)
Assigned to: Joshua Ganderson CPU Architecture:Any

[25 Jan 2007 1:10] Andy Bang
Description:
The red X in the upper righthand corner of the Notice box does not close the dialog.  It works fine in Firefox but not in IE6.

How to repeat:
1) Go to Settings->Manage Users and click "create user".
2) Fill in all data and click "create user".
3) A Notice dialog appears confirming the user was added.  It has a red X in the upper righthand corner.  Using IE6, when I hover over it the mouse cursor doesn't change and when I click on it nothing happens.  Using FF, the mouse cursor changes when I hover over it and the dialog closes right away when I click it.
[31 Jan 2007 23:18] Joshua Ganderson
Problem was due to the lack of z-index on the notice box. The iframe that should have sat behind the notice box and prevented dropdowns from showing through the notice box was actually in front of it. This made all mouse events fail in the notice box. The css has been updated to give the notice box a higher z index than the iframe and the problem should be fixed.