Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -0/+10 | |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548 | |||||
* | Style edits for pull request 375 | timmywil | 2011-05-13 | 1 | -19/+19 | |
| | ||||||
* | Landing pull request 375. Added test case to support #9237 Fixes #9237. | avaly | 2011-05-13 | 1 | -2/+52 | |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/375 - http://bugs.jquery.com/ticket/9237 | |||||
* | Landing pull request 357. Update unit tests for widows & orphans. ↵ | rwldrn | 2011-04-28 | 1 | -4/+4 | |
| | | | | | | | | Supplements #8971 Fixes #8971. More Details: - https://github.com/jquery/jquery/pull/357 - http://bugs.jquery.com/ticket/8971 | |||||
* | Correct the attachment of the p tag in the widows/orphans tests. Fixes test ↵ | timmywil | 2011-04-27 | 1 | -1/+1 | |
| | | | | suite in IE8 | |||||
* | No need to test for widows & orphans values in IE6-8. Fixes #8971 | rwldrn | 2011-04-25 | 1 | -13/+20 | |
| | ||||||
* | Landing pull request 340. Adds widows, orphans to cssNumber hash; includes ↵ | Rick Waldron | 2011-04-22 | 1 | -1/+25 | |
| | | | | | | | | tests. Fixes #8936. More Details: - https://github.com/jquery/jquery/pull/340 - http://bugs.jquery.com/ticket/8936 | |||||
* | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -1/+1 | |
| | ||||||
* | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -2/+19 | |
|\ | ||||||
| * | Revert "QUnit test for overriding important css declarations, references #4427" | jeresig | 2011-04-12 | 1 | -15/+0 | |
| | | | | | | | | | | | | | | | | This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js | |||||
| * | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402 | jeresig | 2011-04-12 | 1 | -0/+14 | |
| |\ | ||||||
| | * | replace cssPropsAware branch | louisremi | 2011-04-11 | 1 | -0/+14 | |
| | | | ||||||
| * | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 | jeresig | 2011-04-12 | 1 | -1/+4 | |
| |\ \ | ||||||
| | * | | Double quote is the new simple quote | louisremi | 2011-04-11 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | the expected number of assertions shouldn't contain a condition | louisremi | 2011-04-11 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | limit this test to browsers not supporting opacity | louisremi | 2011-04-11 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | Adding unit tests for #8403 | louisremi | 2011-03-07 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | QUnit test for overriding important css declarations, references #4427 | Azatoth | 2011-04-12 | 1 | -0/+15 | |
| | | | | ||||||
| * | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing ↵ | timmywil | 2011-04-11 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | erroneously due to the body to which the div was attached having a width of 0 | |||||
* / | | second batch | louisremi | 2011-04-11 | 1 | -58/+58 | |
|/ / | ||||||
* | | Improve relative string performance in .css and some code cleanup | Dan Heberden | 2011-04-04 | 1 | -16/+27 | |
| | | ||||||
* | | Bug 7345; Add support for explicit/relative string values in .css - modified ↵ | Dan Heberden | 2011-04-04 | 1 | -0/+21 | |
| | | | | | | | | from original pull req by brandonaron #78 | |||||
* | | Added css hook to work around bug in WebKit computed margin-right. Fixes ↵ | Richard Worth | 2011-03-24 | 1 | -0/+12 | |
|/ | | | | #3333 - .css("marginRight") is incorrect in WebKit | |||||
* | Update unit test for #7608 which was leaking timers. | rwldrn | 2011-01-17 | 1 | -11/+2 | |
| | ||||||
* | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ↵ | Colin Snover | 2011-01-17 | 1 | -1/+1 | |
|\ | | | | | | | checks for leaky stuff. | |||||
| * | 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. | |||||
* | | whitespace fixes in unit tests | rwldrn | 2011-01-10 | 1 | -18/+18 | |
| | | ||||||
* | | Bug #7608 elem.runtimeStyle throws exception in Opera | rwldrn | 2011-01-05 | 1 | -0/+22 | |
|/ | ||||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -32/+32 | |
| | ||||||
* | Maintain returning 0px from width/height for disconnected nodes for ↵ | jeresig | 2010-11-09 | 1 | -2/+4 | |
| | | | | backwards compat, for now. Fixes #7395. | |||||
* | Make sure that accessing computed CSS for elements returns 'auto' instead of ↵ | jeresig | 2010-11-01 | 1 | -2/+2 | |
| | | | | '' consistently. Fixes #7337. | |||||
* | Fix tab spacing. | Brandon Aaron | 2010-10-28 | 1 | -27/+27 | |
| | ||||||
* | Make sure that .width()/.height() don't return NaN also standardize on ↵ | jeresig | 2010-10-22 | 1 | -2/+2 | |
| | | | | returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225. | |||||
* | Make sure that the correct height/width of the elements is retreived. Fixes ↵ | jeresig | 2010-10-22 | 1 | -9/+7 | |
| | | | | #7225. | |||||
* | Be sure to clean up the previous test. | jeresig | 2010-10-22 | 1 | -0/+2 | |
| | ||||||
* | Make sure that height/width getters work on hidden inputs and disconnected ↵ | jeresig | 2010-10-22 | 1 | -1/+19 | |
| | | | | elements. Fixes #7225. | |||||
* | Test visible on inline elements. | jeresig | 2010-10-14 | 1 | -2/+2 | |
| | ||||||
* | Getting weird results for font size tests across platforms - easier to test ↵ | jeresig | 2010-10-14 | 1 | -3/+2 | |
| | | | | something else (the exact property isn't important for this test). | |||||
* | Change font size to 15px in the test to fix a false negative. Thanks @jitter ↵ | jeresig | 2010-10-13 | 1 | -2/+2 | |
| | | | | for the catch in 73e4ef27f0d0a92e573092729107ca5572d52292. | |||||
* | We want to make sure that we only run the MSIE-specific filter tests if ↵ | jeresig | 2010-10-13 | 1 | -2/+2 | |
| | | | | opacity is explicitly not supported. | |||||
* | Test CSS test on font size instead of padding. | jeresig | 2010-10-13 | 1 | -2/+2 | |
| | ||||||
* | IE 9 preserves the case of the Alpha filter - maintain it in the test as well. | jeresig | 2010-10-13 | 1 | -2/+2 | |
| | ||||||
* | Fixed getting styles from disconnected nodes. Fixes #7148. | Scott González | 2010-10-11 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into ↵ | John Resig | 2010-10-09 | 1 | -1/+14 | |
|\ | | | | | | | csnover-animate-nonblock | |||||
| * | Update $.fn.animate to change display mode only when necessary (inline, ↵ | Colin Snover | 2010-10-05 | 1 | -1/+1 | |
| | | | | | | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185. | |||||
| * | Fix :visible does not work properly when display:none is set directly on an ↵ | Colin Snover | 2010-10-05 | 1 | -0/+13 | |
| | | | | | | | | element in IE8. Fixes #4512. | |||||
* | | Make sure null/NaN values aren't set in .css(). Fixes #7116. | jeresig | 2010-10-09 | 1 | -1/+21 | |
| | | ||||||
* | | Prevent IE from throwing errors when setting RGBA values. Fixes #5509. | Colin Snover | 2010-10-09 | 1 | -1/+11 | |
|/ | ||||||
* | Make sure setting opacity does not clobber other inline filters. Fixes #7101. | Colin Snover | 2010-09-30 | 1 | -3/+6 | |
| | ||||||
* | Make sure that mixed case alpha filters are handled correctly in IE. Fixes ↵ | John Resig | 2010-09-28 | 1 | -1/+1 | |
| | | | | #5632. |