Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 1 | -5/+2 |
| | | | | | | | | | | | | This reverts commit 2d715940b9b6fdeed005cd006c8bf63951cf7fb2. This commit provoked new issues: gh-2836, gh-2828. At the meeting, we decided to revert offending commit (in all three branches - 2.2-stable, 1.12-stable and master) and tackle this issue in 3.x. Fixes gh-2828 | ||||
* | Misc: Fix the tests, revert some unneeded/broken reverts | Michał Gołębiowski | 2015-11-16 | 1 | -5/+1 |
| | | | | Refs 65d71843b7c37dbdba2cfcb1bc7055cb522c5af6 | ||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 1 | -1/+5 |
| | | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e. | ||||
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | Revert "Offset: Fix .offset() to correctly work with ShadowDOM" | Oleg Gaidarenko | 2015-11-13 | 1 | -24/+16 |
| | | | | This reverts commit 1617479fcf7cbdaf33dc9334ed10a0f30bf14687. | ||||
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Oleg Gaidarenko | 2015-11-13 | 1 | -1/+1 |
| | | | | This reverts commit 0d11c1182f2012cd6eb06ce1e3fa5a495af9bee3. | ||||
* | Revert "Offset: remove ownerDocument check in offset getter" | Oleg Gaidarenko | 2015-11-13 | 1 | -7/+5 |
| | | | | This reverts commit 6176567361e9d05d4f5eb7e98735a678f2cd7ea9. | ||||
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 1 | -1/+1 |
| | | | | | | Fixes gh-2319 Closes gh-2702 Ref gh-2701 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -11/+15 |
| | | | | Fixes gh-2056 | ||||
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 1 | -1/+1 |
| | | | | | | | | Support comments that mentioned only Safari < 7 were checked & updated to account for bugs existing in newer versions as well; Safari 6 support test results were removed. Refs gh-2482 | ||||
* | Offset: return before getBoundingClientRect to avoid error in IE8-11 | Timmy Willison | 2015-06-16 | 1 | -2/+9 |
| | |||||
* | Offset: return zeros for disconnected/hidden elements | Timmy Willison | 2015-06-16 | 1 | -1/+4 |
| | | | | | Fixes gh-2310 Close gh-2396 | ||||
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Timmy Willison | 2015-06-16 | 1 | -1/+1 |
| | | | | This reverts commit 0d11c1182f2012cd6eb06ce1e3fa5a495af9bee3. | ||||
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 1 | -2/+5 |
| | | | | | Fixes gh-1708 Close gh-1714 | ||||
* | Offset: allow offset setter to throw for disconnected elements | Timmy Willison | 2015-05-05 | 1 | -1/+1 |
| | | | | Fixes gh-2114 | ||||
* | Offset: remove ownerDocument check in offset getter | Timmy Willison | 2015-05-05 | 1 | -4/+5 |
| | | | | Fixes gh-2115 | ||||
* | Offset: Fix .offset() to correctly work with ShadowDOM | Arthur Stolyar | 2015-05-05 | 1 | -14/+12 |
| | | | | | Fixes gh-1784 Close gh-2043 | ||||
* | Offset: simplify jQuery#offsetParent method | Oleg Gaidarenko | 2015-01-13 | 1 | -3/+12 |
| | | | | | | | | | | | | * It seems, check for html element (and previously for body element) was redundant * Simplify "return" statement * Add comment about potential errors that didn't find themselves in real life app Closes gh-1968 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -5/+5 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Event: fix incorrect window bug with scrollTop/Left in iframes | Aditya Raghavan | 2014-12-24 | 1 | -2/+2 |
| | | | | | Fixes gh-1945 Closes gh-1959 | ||||
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -1/+3 |
| | | | | | Fixes gh-1848 Closes gh-1853 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -5/+1 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Offset: Simplified a conditional | Chris Antaki | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+2 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -2/+4 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -6/+9 |
| | | | | Closes gh-1577 | ||||
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -15/+15 |
| | |||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -20/+10 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -9/+42 |
| | | | | modules. -39 bytes. Close gh-1360. | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -45/+42 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -2/+3 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
| | |||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -1/+2 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -2/+2 |
| | | | | to save 15 bytes. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -4/+17 |
| | |||||
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -2/+2 |
| | | | | (cherry picked from commit dbf3056b250bbc279fa947031181f9e25a40bacf) | ||||
* | Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal ↵ | Richard Gibson | 2013-01-27 | 1 | -1/+1 |
| | | | | | | "undefined" for safer uglification (cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5) | ||||
* | 2.0: Reduce offset module. Close gh-1139. | Oleg | 2013-01-20 | 1 | -32/+30 |
| | |||||
* | Pass style declarations around for performance improvements and paving the ↵ | Mike Sherov | 2012-12-11 | 1 | -4/+4 |
| | | | | | | way for the css array signature Also, simplify the jQuery.css numeric coercion signature | ||||
* | Fix #11542. document.body should not be special in .offset() and ↵ | Daniel Gálvez | 2012-10-24 | 1 | -29/+7 |
| | | | | document.documentElement is the default element.offsetParent. Close gh-899. | ||||
* | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline ↵ | Mike Sherov | 2012-10-22 | 1 | -1/+1 |
| | | | | comments, rendering smarttabs useless | ||||
* | Fixes #12749, correctly detect position() for position:fixed elements, ↵ | Merrifield, Jay | 2012-10-17 | 1 | -18/+24 |
| | | | | closes gh-991 | ||||
* | Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. | Dave Methvin | 2012-09-14 | 1 | -9/+14 |
| | | | | This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR. | ||||
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -2/+2 |
| | |||||
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -2/+2 |
| |