Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | CSS: Toggle detached elements as visible unless they have display: none | Richard Gibson | 2016-04-11 | 1 | -6/+1 |
| | | | | | Fixes gh-2863 Closes gh-3037 | ||||
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -1/+1 |
| | | | | | | | | | | Support comments that were lacking the final IE/Edge version that exhibits the bug were checked & updated. Links to the Chromium bug tracker were updated. Code in tests related to unsupported browsers (like Android 2.3 in non-basic tests) has been removed. Fixes gh-2868 Closes gh-2949 | ||||
* | CSS: isHidden -> isHiddenWithinTree | Timmy Willison | 2016-01-21 | 1 | -3/+3 |
| | | | | | Fixes gh-2404 Close gh-2855 | ||||
* | CSS: Stop Firefox from treating disconnected elements as cascade-hidden | Richard Gibson | 2016-01-14 | 1 | -1/+6 |
| | | | | | | Fixes gh-2833 Ref dba93f79c405373ec3a492fd0a4bf89b3136a6e6 Close gh-2835 | ||||
* | CSS: Restore cascade-override behavior in .show | Richard Gibson | 2016-01-13 | 1 | -6/+38 |
| | | | | | | | Fixes gh-2654 Fixes gh-2308 Close gh-2810 Ref 86419b10bfa5e3b71a7d416288ab806d47a31d1f | ||||
* | Effects: fix loading showHide in AMD mode | Timmy Willison | 2015-11-10 | 1 | -0/+1 |
| | |||||
* | CSS: fix AMD mode for the new showHide module | Timmy Willison | 2015-10-18 | 1 | -1/+2 |
| | |||||
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 1 | -3/+24 |
| | | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+3 |
| | | | | Fixes gh-2056 | ||||
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 1 | -0/+47 |
Fixes gh-1767 Fixes gh-2071 Closes gh-2180 |