Skip to main content

Bug Tracker

Side navigation

#14432 closed bug (fixed)

Opened October 08, 2013 07:35PM UTC

Closed October 15, 2013 07:54PM UTC

css('z-index') returns incorrect type of value

Reported by: katsgeorgeek@gmail.com 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.

PR: https://github.com/jquery/jquery/pull/1395

Attachments (0)
Change History (1)

Changed October 15, 2013 07:54PM UTC by George Kats comment:1

resolution: → fixed
status: newclosed

Fix #14432: Always return string from .css("z-index"). Close gh-1395.

Changeset: 5ce4b06c285bd8cf52eaff0f39e0b9192a927873