Modify ↓
Ticket #7337 (closed bug: fixed)
"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: | |
| Blocking: | Blocked by: |
Description (last modified by snover) (diff)
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.
Change History
comment:1 Changed 3 years ago by snover
- Keywords regression added
- Priority changed from undecided to blocker
- Status changed from new to open
- Component changed from unfiled to css
- Description modified (diff)
comment:4 Changed 3 years ago by jeresig
- Status changed from assigned to closed
- Resolution set to fixed
Make sure that accessing computed CSS for elements returns 'auto' instead of consistently. Fixes #7337.
Changeset: 9d1bfeb7ffe63b5a7488929b7be847bc1a00f6a6
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
