aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/support.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Michał Gołębiowski2015-11-161-2/+2
| | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e.
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+4
| | | | Fixes gh-2056
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
| | | | | Fixes gh-1950 Closes gh-1949
* Manipulation: Check state lost if the name is set for Android 4.0-4.3Michał Gołębiowski2014-11-061-0/+3
| | | | | Refs gh-1820 Closes gh-1841
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-4/+1
| | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815
* Support: clean up comments and Support notationDave Methvin2014-06-101-5/+6
| | | | Closes gh-1577
* Manipulation: Change support test to be WWA-friendlyJonathan Sampson2014-03-201-2/+9
| | | | | | | | Setting the innerHTML property in an unsafe manner raises issues in Windows Web Applications. Strings being passed into innerHTML cannot include the name attribute. Closes gh-1537
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-8/+5
| | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495
* Fix some code style inconsistenciesOleg2013-10-071-2/+2
|
* No ticket: Fix XHTML regression. Close gh-1375.Anthony Ryan2013-09-231-1/+1
|
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-14/+11
|
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-111-0/+1
|
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-1/+1
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+29