Bug Tracker

Opened 9 years ago

Closed 9 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 9 years ago by dmethvin

Component: unfiledcss
Milestone: None1.11.1/2.1.1
Owner: set to dmethvin
Priority: undecidedlow
Status: newassigned

comment:2 Changed 9 years ago by Roman Rei_

Resolution: fixed
Status: assignedclosed

CSS: Add flex-grow and flex-shrink to cssNumber

Fixes #14888 Closes gh-1536

Changeset: c29e9c4db18738f7bfeb6b4a8019121a9079beb6

Note: See TracTickets for help on using tickets.