Skip to main content

Search and Top Navigation

#4709 closed feature (fixed)

Opened July 24, 2009 12:57PM UTC

Closed August 05, 2009 01:31PM UTC

Add zIndex setter/getter method

Reported by: scottgonzalez Owned by:
Priority: minor Milestone: 1.8
Component: ui.core Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Add a method for getting/setting zIndex. When getting the zIndex, the method should traverse up the DOM until it finds an element that has explicitly set a zIndex.

Attachments (1)
  • zIndex.patch (0.7 KB) - added by scottgonzalez July 24, 2009 12:57PM UTC.
Change History (3)

Changed July 24, 2009 12:57PM UTC by scottgonzalez comment:1

Patch contains implementation, needs tests.

Changed July 24, 2009 01:05PM UTC by jzaefferer comment:2

Patch currently returns a string when a zIndex was found. Wrap in parseInt to always return a Number.

Changed August 05, 2009 01:31PM UTC by scottgonzalez comment:3

resolution: → fixed
status: newclosed

Fixed in r3031.