Side navigation
#14888 closed bug (fixed)
Opened March 14, 2014 02:52AM UTC
Closed March 14, 2014 03:17AM UTC
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 .
Attachments (0)
Change History (2)
Changed March 14, 2014 02:55AM UTC by comment:1
| component: | unfiled → css |
|---|---|
| milestone: | None → 1.11.1/2.1.1 |
| owner: | → dmethvin |
| priority: | undecided → low |
| status: | new → assigned |