Side navigation
#8271 closed enhancement (wontfix)
Opened February 14, 2011 02:45PM UTC
Closed February 14, 2011 10:37PM UTC
max z-index as a property in jQuery
Reported by: | petter@infotjenester.no | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think there should be a property in jQuery/UI where the maximum z-index in the document is stored.
maybe $.maxZ-Index or $.ui.maxZ-Index
Use a workerthread to calculate it so it doesn't slow down UI.
Attachments (0)
Change History (1)
Changed February 14, 2011 10:37PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Such a property has absolutely nothing to do with jQuery. Furthermore, if you are trying to determine the maximum possible z-index value, you are almost certainly doing something wrong, since you should never have 65k+ layers.