aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-47/+23
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-20/+30
| | | | in tests. Fixes #13755.
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-2/+1
| | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing
* Know when to hold em, know when to fold em.Dave Methvin2012-12-221-7/+12
|
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-3/+3
| | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
* No ticket: update test suite to pass QUnit globals check in most ↵Richard Gibson2012-11-051-20/+32
| | | | environments. Close gh-1016.
* Fixes #12139, make sure absolutely positioned elements have HTML as ↵David Fox2012-10-261-1/+6
| | | | offsetParent, closes gh-1010
* Fix #11542. document.body should not be special in .offset() and ↵Daniel Gálvez2012-10-241-6/+8
| | | | document.documentElement is the default element.offsetParent. Close gh-899.
* fix failing offset testsMike Sherov2012-10-171-2/+19
|
* Fixes #12749, correctly detect position() for position:fixed elements, ↵Merrifield, Jay2012-10-171-31/+37
| | | | closes gh-991
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-5/+5
|
* Fix #12534. Don't die on browsers lacking getBoundingClientRect.Dave Methvin2012-09-131-0/+9
|
* Remove IE8 testswarm hacks for offset.Dave Methvin2012-07-251-20/+9
|
* Remove a few stray spaces in unit tests.Dave Methvin2012-07-101-2/+2
|
* Fix #11962. Standardize getter return values for empty sets.Uri Gilad2012-07-091-0/+6
|
* Fix #8482, offsetParent should not return null. Closes gh-847.Nowres Rafid2012-07-061-1/+4
|
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-202/+207
| | | | | | Conflicts: test/unit/effects.js test/unit/offset.js
* Ever notice that static and problematic rhyme?Dave Methvin2012-07-031-3/+8
|
* Avoid running problematic static offset tests in IE8 on the swarm.Dave Methvin2012-07-031-5/+10
|
* Unit tests are linted and passing.Rick Waldron2012-06-211-3/+3
|
* Detect IE collapsing body margin directly rather than inferring it.Dave Methvin2012-06-181-7/+6
|
* Browser sniffing is *bad*, folks, even in unit tests.Dave Methvin2012-06-181-3/+3
|
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵Mike Sherov2012-06-071-0/+4
| | | | #11865
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵Rick Waldron2012-06-051-2/+5
| | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-151-1/+7
| | | | | | 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.
* fixes #10693, generalizes the "test something in an iframe" code when a ↵Mike Sherov2012-02-231-40/+8
| | | | callback isn't needed
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-5/+7
|
* Fix #10691. Remove all instances of equals() and same(), as these are ↵Mike Sherov2011-11-061-85/+85
| | | | deprecated in QUnit.
* Fixes IE7 test suite. Keep the testElement attached and set necessary styles ↵timmywil2011-09-281-2/+2
| | | | on it to fix the offset with margin test.
* Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809.Rick Waldron2011-09-191-4/+2
| | | | | | More Details: - https://github.com/jquery/jquery/pull/477 - http://bugs.jquery.com/ticket/6809
* Set back the offset test name to fix offset tests; iframe retrieval is based ↵timmywil2011-08-171-1/+1
| | | | on test names
* Renames duplicate named test block. Fixes #9912Rick Waldron2011-07-261-8/+8
|
* Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931John Resig2011-04-121-1/+9
|\ | | | | | | | | Conflicts: src/offset.js
| * Merge branch 'master' of git://github.com/jquery/jquery into bug_7931Xavi2011-01-181-1/+1
| |\
| * | Bug 7931; Added unit tests for scrollTop/Left.Xavi2011-01-091-1/+3
| | |
| * | Bug 7931; Replaced with andXavi2011-01-091-4/+4
| | |
| * | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return ↵Xavi2011-01-091-1/+7
| | | | | | | | | | | | null when called on an empty jquery object
* | | merge with master and resolve more conflictslouisremi2011-04-121-1/+27
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-masterjeresig2011-04-121-1/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js
| | * | | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-0/+26
| | |/ / | | | | | | | | | | | | This fixes #7730 and #7885.
* | / / third batchlouisremi2011-04-121-107/+107
|/ / /
* | | Fix test cases for bug #8316 fix.timmywil2011-03-311-17/+13
| | | | | | | | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* | | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-1/+16
| |/ |/|
* | Update unit tests with a leak detection mechanism for the various jQuery ↵Colin Snover2011-01-091-1/+1
|/ | | | globals and fix all leaks in the tests.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-50/+50
|
* Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes ↵John Resig2010-09-281-0/+9
| | | | #4996.
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-271-7/+28
|\
| * Mobile WebKit browsers don't support accessing the scroll position of the ↵jeresig2010-03-251-7/+28
| | | | | | | | document/window.
* | Fixed an issue with setting offset of absolutely positioned element that has ↵Brandon Aaron2010-03-221-3/+9
| | | | | | | | no position values ("auto"). Fixes #5781.
* | Added unit tests for setting offset one property at a time and added radix ↵Brandon Aaron2010-03-221-7/+12
|/ | | | to parseInt calls