Opened 14 years ago
Closed 14 years ago
#4709 closed feature (fixed)
Add zIndex setter/getter method
Reported by: | Scott González | 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 (4)
Changed 14 years ago by
Attachment: | zIndex.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Patch currently returns a string when a zIndex was found. Wrap in parseInt to always return a Number.
Note: See
TracTickets for help on using
tickets.
Patch contains implementation, needs tests.