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 comment:1
| component: | unfiled → css | 
|---|---|
| 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: | undecided → blocker | 
| status: | new → open | 
Changed October 28, 2010 02:21AM UTC by comment:2
| milestone: | 1.5 → 1.4.4 | 
|---|
Changed October 28, 2010 06:59PM UTC by comment:3
| owner: | → john | 
|---|---|
| status: | open → assigned |