Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -5/+5 | |
| | ||||||
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -0/+9 | |
| | ||||||
* | Remove IE8 testswarm hacks for offset. | Dave Methvin | 2012-07-25 | 1 | -20/+9 | |
| | ||||||
* | Remove a few stray spaces in unit tests. | Dave Methvin | 2012-07-10 | 1 | -2/+2 | |
| | ||||||
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -0/+6 | |
| | ||||||
* | Fix #8482, offsetParent should not return null. Closes gh-847. | Nowres Rafid | 2012-07-06 | 1 | -1/+4 | |
| | ||||||
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -202/+207 | |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | |||||
* | Ever notice that static and problematic rhyme? | Dave Methvin | 2012-07-03 | 1 | -3/+8 | |
| | ||||||
* | Avoid running problematic static offset tests in IE8 on the swarm. | Dave Methvin | 2012-07-03 | 1 | -5/+10 | |
| | ||||||
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -3/+3 | |
| | ||||||
* | Detect IE collapsing body margin directly rather than inferring it. | Dave Methvin | 2012-06-18 | 1 | -7/+6 | |
| | ||||||
* | Browser sniffing is *bad*, folks, even in unit tests. | Dave Methvin | 2012-06-18 | 1 | -3/+3 | |
| | ||||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 1 | -0/+4 | |
| | | | | #11865 | |||||
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵ | Rick Waldron | 2012-06-05 | 1 | -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 Sherov | 2012-05-15 | 1 | -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 Sherov | 2012-02-23 | 1 | -40/+8 | |
| | | | | callback isn't needed | |||||
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -5/+7 | |
| | ||||||
* | Fix #10691. Remove all instances of equals() and same(), as these are ↵ | Mike Sherov | 2011-11-06 | 1 | -85/+85 | |
| | | | | deprecated in QUnit. | |||||
* | Fixes IE7 test suite. Keep the testElement attached and set necessary styles ↵ | timmywil | 2011-09-28 | 1 | -2/+2 | |
| | | | | on it to fix the offset with margin test. | |||||
* | Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. | Rick Waldron | 2011-09-19 | 1 | -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 ↵ | timmywil | 2011-08-17 | 1 | -1/+1 | |
| | | | | on test names | |||||
* | Renames duplicate named test block. Fixes #9912 | Rick Waldron | 2011-07-26 | 1 | -8/+8 | |
| | ||||||
* | Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 | John Resig | 2011-04-12 | 1 | -1/+9 | |
|\ | | | | | | | | | Conflicts: src/offset.js | |||||
| * | Merge branch 'master' of git://github.com/jquery/jquery into bug_7931 | Xavi | 2011-01-18 | 1 | -1/+1 | |
| |\ | ||||||
| * | | Bug 7931; Added unit tests for scrollTop/Left. | Xavi | 2011-01-09 | 1 | -1/+3 | |
| | | | ||||||
| * | | Bug 7931; Replaced with and | Xavi | 2011-01-09 | 1 | -4/+4 | |
| | | | ||||||
| * | | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return ↵ | Xavi | 2011-01-09 | 1 | -1/+7 | |
| | | | | | | | | | | | | null when called on an empty jquery object | |||||
* | | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -1/+27 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master | jeresig | 2011-04-12 | 1 | -1/+27 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js | |||||
| | * | | | Use parseFloat instead of parseInt to read CSS values. | Sylvester Keil | 2011-01-15 | 1 | -0/+26 | |
| | |/ / | | | | | | | | | | | | | This fixes #7730 and #7885. | |||||
* | / / | third batch | louisremi | 2011-04-12 | 1 | -107/+107 | |
|/ / / | ||||||
* | | | Fix test cases for bug #8316 fix. | timmywil | 2011-03-31 | 1 | -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 Murray | 2011-03-24 | 1 | -1/+16 | |
| |/ |/| | ||||||
* | | Update unit tests with a leak detection mechanism for the various jQuery ↵ | Colin Snover | 2011-01-09 | 1 | -1/+1 | |
|/ | | | | globals and fix all leaks in the tests. | |||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -50/+50 | |
| | ||||||
* | Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes ↵ | John Resig | 2010-09-28 | 1 | -0/+9 | |
| | | | | #4996. | |||||
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-27 | 1 | -7/+28 | |
|\ | ||||||
| * | Mobile WebKit browsers don't support accessing the scroll position of the ↵ | jeresig | 2010-03-25 | 1 | -7/+28 | |
| | | | | | | | | document/window. | |||||
* | | Fixed an issue with setting offset of absolutely positioned element that has ↵ | Brandon Aaron | 2010-03-22 | 1 | -3/+9 | |
| | | | | | | | | no position values ("auto"). Fixes #5781. | |||||
* | | Added unit tests for setting offset one property at a time and added radix ↵ | Brandon Aaron | 2010-03-22 | 1 | -7/+12 | |
|/ | | | | to parseInt calls | |||||
* | Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame. | brandonaaron | 2010-02-28 | 1 | -1/+9 | |
| | ||||||
* | Use correct window reference in offset to work properly cross-frame. Fixes ↵ | brandonaaron | 2010-02-27 | 1 | -2/+36 | |
| | | | | #6190. | |||||
* | fixed offset(coordinates) returns null when no matching elements in jQuery ↵ | Karl Swedberg | 2010-01-24 | 1 | -0/+7 | |
| | | | | object (fixes ticket #5888) | |||||
* | Added in support for .offset(Function). | jeresig | 2010-01-07 | 1 | -16/+23 | |
| | ||||||
* | Updated the jQuery suite to use the updated QUnit CSS styling. | John Resig | 2009-09-29 | 1 | -1/+1 | |
| | ||||||
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 1 | -75/+209 | |
| | ||||||
* | add scrollTop/Left tests and fix for IE | Brandon Aaron | 2009-07-24 | 1 | -2/+21 | |
| | ||||||
* | Rewrote .offsetParent() to work against the full jQuery set, added tests. ↵ | John Resig | 2009-07-19 | 1 | -1/+26 | |
| | | | | Fixes #4922. | |||||
* | removing ambiguous offset tests for now... results are different due to ↵ | Brandon Aaron | 2009-07-17 | 1 | -14/+14 | |
| | | | | rendering differences but are correct for the given browser | |||||
* | integrated offset tests into main test suite. offset tests now use iframes ↵ | Brandon Aaron | 2009-07-17 | 1 | -111/+118 | |
| | | | | instead of popups |