Skip to main content

Search and Top Navigation

#4214 closed bug (fixed)

Opened February 23, 2009 02:54AM UTC

Closed February 25, 2009 05:29AM UTC

Dialog z-index adjusted incorrectly on mousedown

Reported by: obrie Owned by:
Priority: major Milestone: 1.7
Component: ui.dialog Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:
Description

This is best demonstrated by the attached diff, but it would appear as though the Dialog's mousedown binding is invoking moveToTop() with the wrong parameters. As a result, it's being forced to the top with a new z-index when it shouldn't be. This is a problem if I add other visuals in the dialog (with their own higher z-index) after it's already been created. When you then click on the dialog, it attempts to move itself to the top of the stack.

Attachments (1)
  • dialog.diff (0.4 KB) - added by obrie February 23, 2009 02:55AM UTC.

    Patch for calling moveToTop() correctly

Change History (1)

Changed February 25, 2009 05:29AM UTC by scottgonzalez comment:1

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

Fixed in r2130. Thanks.