Side navigation
#8936 closed bug (fixed)
Opened April 21, 2011 12:18PM UTC
Closed April 22, 2011 04:02AM UTC
.css and .style call adds "px" to widows a orphans style prop which are both "number only"; crash in IE
Reported by: | woelfela@gmail.com | Owned by: | rwaldron |
---|---|---|---|
Priority: | blocker | Milestone: | 1.next |
Component: | css | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
According the WC3 definition for CSS2.1 the styles "widows"
and "orphans" use the type integer.
Under IE9 the styles are saved inside the "DispHTMLStyle" type which controls the passed value types for the styles applied via myDom.css() and myDom.style()
Solution:
the JSON in jquery-1.5.2.js:5795 needs to be extended by the additional keywords "widows" and "orphans"
jquery-1.5.2.js:5795 =>
// Exclude the following css properties to add px cssNumber: { "zIndex": true, "fontWeight": true, "opacity": true, "zoom": true, "lineHeight": true },
Attachments (0)
Change History (4)
Changed April 21, 2011 12:27PM UTC by comment:1
component: | unfiled → css |
---|---|
owner: | → rwaldron |
status: | new → assigned |
Changed April 21, 2011 02:36PM UTC by comment:2
priority: | undecided → blocker |
---|
pull request momentarily