Ticket #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: | ||
Blocking: | Blocked by: |
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
comment:1 Changed 9 months ago by dmethvin
- Owner set to dmethvin
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to css
- Milestone changed from None to 1.11.1/2.1.1
comment:2 Changed 9 months ago by Roman Rei_
- Status changed from assigned to closed
- Resolution set to fixed
CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888 Closes gh-1536
Changeset: c29e9c4db18738f7bfeb6b4a8019121a9079beb6
Note: See
TracTickets for help on using
tickets.