aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame.brandonaaron2010-02-281-1/+9
|
* Use correct window reference in offset to work properly cross-frame. Fixes ↵brandonaaron2010-02-271-2/+36
| | | | #6190.
* fixed offset(coordinates) returns null when no matching elements in jQuery ↵Karl Swedberg2010-01-241-0/+7
| | | | object (fixes ticket #5888)
* Added in support for .offset(Function).jeresig2010-01-071-16/+23
|
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-291-1/+1
|
* offset is now a setterBrandon Aaron2009-09-151-75/+209
|
* add scrollTop/Left tests and fix for IEBrandon Aaron2009-07-241-2/+21
|
* Rewrote .offsetParent() to work against the full jQuery set, added tests. ↵John Resig2009-07-191-1/+26
| | | | Fixes #4922.
* removing ambiguous offset tests for now... results are different due to ↵Brandon Aaron2009-07-171-14/+14
| | | | rendering differences but are correct for the given browser
* integrated offset tests into main test suite. offset tests now use iframes ↵Brandon Aaron2009-07-171-111/+118
| | | | instead of popups
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-101-2/+11
|
* test runner: the changes are:Ariel Flesler2008-05-281-60/+60
| | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs.
* Added some unit tests for position method. Fixed issue with position in IE.Brandon Aaron2008-05-151-0/+52
|
* Added more unit tests for offset. Fixed an offset issue relating to table ↵Brandon Aaron2007-12-121-3/+61
| | | | header cells in Opera
* Added another relative offset testBrandon Aaron2007-12-041-0/+3
|
* Beginnings of the offset test suiteBrandon Aaron2007-12-041-0/+51