Opened 6 years ago
Closed 6 years ago
#14888 closed bug (fixed)
Add flexbox properties to jQuery.cssNumber to avoid adding "px"
| Reported by: | dmethvin | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | low | Milestone: | 1.11.1/2.1.1 |
| Component: | css | Version: | 1.11.0-rc1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
The flex-grow and flex-shrink properties are numeric and should not have px added to them when they're set via .css(). See discussion in https://github.com/jquery/jquery/pull/1528 and #14845 .
Change History (2)
comment:1 Changed 6 years ago by
| Component: | unfiled → css |
|---|---|
| Milestone: | None → 1.11.1/2.1.1 |
| Owner: | set to dmethvin |
| Priority: | undecided → low |
| Status: | new → assigned |
comment:2 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888 Closes gh-1536