Skip to main content

Bug Tracker

Side navigation

#11721 closed feature (fixed)

Opened May 07, 2012 04:48PM UTC

Closed May 16, 2012 06:05PM UTC

deprecate and remove internal uses of jQuery.support.boxModel

Reported by: mikesherov Owned by: mikesherov
Priority: low Milestone: 1.8
Component: support Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

This is no longer a valid support test given the fact that there is no such thing as a document's boxModel.

Attachments (0)
Change History (3)

Changed May 07, 2012 04:48PM UTC by mikesherov comment:1

component: unfiledsupport
milestone: None1.8
owner: → mikesherov
priority: undecidedlow
status: newassigned

Changed May 15, 2012 01:15AM UTC by mikesherov comment:2

I'll just leave this here... https://github.com/jquery/jquery/pull/778

Changed May 16, 2012 06:05PM UTC by Mike Sherov comment:3

resolution: → fixed
status: assignedclosed

Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.

This removes all internal uses of jQuery.support.boxModel. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope.

For now, jQuery.support.boxModel continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the box-model CSS property. So don't trust this value.

Changeset: c4e22ad8b5edd52ac78ec44bf7df8a7f37403623