Skip to main content

Bug Tracker

Side navigation

#7337 closed bug (fixed)

Opened October 28, 2010 02:15AM UTC

Closed November 01, 2010 11:05PM UTC

"auto" keyword is coerced to empty string, breaking backward compatibility

Reported by: snover Owned by: john
Priority: blocker Milestone: 1.4.4
Component: css Version: 1.4.3
Keywords: regression Cc:
Blocked by: Blocking:
Description

In [53396b879bd29c090824da182e3cf69158829f82], when curCSS returns "auto", it is converted to a blank string. This behavior differs from previous versions of jQuery which pass through the "auto" keyword.

Attachments (0)
Change History (4)

Changed October 28, 2010 02:18AM UTC by snover comment:1

component: unfiledcss
description: In [53396b8], when curCSS returns "auto", it is converted to a blank string. This behavior differs from previous versions of jQuery which pass through the "auto" keyword.In [53396b879bd29c090824da182e3cf69158829f82], when curCSS returns "auto", it is converted to a blank string. This behavior differs from previous versions of jQuery which pass through the "auto" keyword.
keywords: → regression
priority: undecidedblocker
status: newopen

Changed October 28, 2010 02:21AM UTC by snover comment:2

milestone: 1.51.4.4

Changed October 28, 2010 06:59PM UTC by john comment:3

owner: → john
status: openassigned

Changed November 01, 2010 11:05PM UTC by jeresig comment:4

resolution: → fixed
status: assignedclosed

Make sure that accessing computed CSS for elements returns 'auto' instead of '' consistently. Fixes #7337.

Changeset: 9d1bfeb7ffe63b5a7488929b7be847bc1a00f6a6