Opened 6 years ago
Closed 6 years ago
#14432 closed bug (fixed)
css('z-index') returns incorrect type of value
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.1.0-beta1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I call
$('.test').css('z-index')
browser IE returns value of a number type. But all other browsers return string.
Note: See
TracTickets for help on using
tickets.
Fix #14432: Always return string from .css("z-index"). Close gh-1395.