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)
Change History (3)
Changed July 24, 2009 12:57PM UTC by comment:1
Changed July 24, 2009 01:05PM UTC by 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 comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r3031.
Patch contains implementation, needs tests.