Opened 13 years ago
Last modified 13 years ago
#7337 closed bug
"auto" keyword is coerced to empty string, breaking backward compatibility — at Initial Version
Reported by: | snover | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.4.4 |
Component: | css | Version: | 1.4.3 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.