Commit Graph

116 Commits (master)

Author SHA1 Message Date
John Orr 046356689b Fix the aria-hidden setting for the case when a fixed drawer is open. (#5128) 2017-06-15 14:19:20 +01:00
yiinho b353f83e09 Add class to disable js layout switching
This is helpful when using MDL with other frameworks that provide routing such as Angular2.
2016-10-18 15:14:35 -07:00
Ruslan 8f58d1a694 refix radio.js, mocha is true 2016-10-07 11:24:24 +00:00
Ruslan 75e7f9d289 fix data-table unit test 2016-10-07 07:56:03 +00:00
Ruslan 12e2829f61 fix radio unit test 2016-10-07 07:55:37 +00:00
Jonathan Garbee f797e47243 Merge pull request #2009 from google/garbee/hotfix/downgrade
Fixed downgrading to always remove internal references.
2016-01-18 11:31:19 -05:00
Jonathan Garbee 2089a682f7 Refactor snackbar. 2015-12-21 16:55:50 -05:00
Jonathan Garbee c4c8427c61 Fixed downgrading to always remove internal references. 2015-12-19 12:59:08 -05:00
Jonathan Garbee 6c98cc1173 Remove buggy focus test. 2015-12-15 08:54:12 -05:00
Jonathan Garbee 5b491f6f98 Merge pull request #1873 from google/garbee/feature/textfield-autofocus
Textfield can autofocus.
2015-12-15 08:45:35 -05:00
alex 85707cc1db Merge pull request #1966 from google/jscsrc
Make gulp:all and CI-related tasks work
2015-12-14 13:49:14 +00:00
alex ffb3eb1763 Fix memory test output 2015-12-14 11:35:47 +00:00
Jonathan Garbee 49eae67100 Merge a11y upgrades with latest layout modifications. 2015-12-13 15:07:57 -05:00
Surma adae90db8f Update drool and API calls 2015-12-11 16:54:27 +00:00
Jonathan Garbee 3c1f58d992 🆕 Textfield checkfocus 2015-12-04 11:13:13 -05:00
Thomas Schiela 51f14884ac drawer button is button element, click and keyboard event handler, tests
removed npm-debug.log

suggested changes for pr

add aria-hidden to drawer at runtimer
2015-11-27 13:37:02 +01:00
Jonathan Garbee 2162e6ddac Textfield can autofocus. 2015-11-12 10:57:34 -05:00
Sérgio Gomes 5363c5df4d Merge branch 'mdl-1.0' 2015-11-02 17:08:56 +00:00
Sérgio Gomes ce3c5fad8e Merge pull request #1779 from google/garbee/downgrade-radio
Downgrade radio components.
2015-11-02 11:54:58 +00:00
Sérgio Gomes 16f1fd666a Merge pull request #1792 from google/garbee/dt/remove-auto
Remove automatic name and value for data table checkboxes.
2015-10-30 14:19:12 +00:00
Sam Saccone 6e0230731a Print in wonderful tables 2015-10-22 18:08:38 -07:00
Sam Saccone 30cf84dfcd 🚿 Add component upgrade/downgrade leak tests 2015-10-22 17:55:14 -07:00
Jonathan Garbee f105daaeff Downgrade radio components. 2015-10-20 14:58:58 -04:00
Jonathan Garbee 0fbf69f3f1 Remove automatic name and value for data table checkboxes. 2015-10-20 07:28:17 -04:00
Sérgio Gomes 525423e7dc Merge branch 'mdl-1.0' 2015-10-19 14:37:48 +01:00
Jonathan Garbee 096ce16d81 Textfields can initialize as invalid. 2015-10-18 17:05:02 -04:00
Surma 0566f444a8 Merge remote-tracking branch 'origin/mdl-1.0'
Conflicts:
	gulpfile.babel.js
	package.json
	templates/article/index.html
	templates/blog/index.html
	templates/dashboard/index.html
	templates/text-only/index.html
2015-10-07 11:41:48 +01:00
Surma 60faea01a3 Remove even more XHTML slashes 2015-09-30 13:46:11 +02:00
Sam Saccone 49d775092c 🐐 Split up memory tests 2015-09-25 20:54:14 -07:00
Sam Saccone 285e45d993 Add snackbar memory tests
Fixes #1630
2015-09-25 10:09:47 -07:00
Jonathan Garbee 54d325e371 Merge master. 2015-09-15 15:24:27 -04:00
Sérgio Gomes 41c5408a4a Adding a mocha:closure gulp task, to test closure-compiled JS.
Also reorders mocha task to only happen after JS tasks,
and improves two unit tests by moving code in "describe" blocks to
"before" blocks.
2015-09-11 13:37:45 +01:00
Sérgio Gomes 648a49dc63 Merge branch 'mdl-1.0' 2015-09-09 16:27:38 +01:00
Sérgio Gomes a90939016a Fixing menu unit test to not use internal properties 2015-09-08 14:49:10 +01:00
Jonathan Garbee 83dcbce658 Add Snackbar 🍬 2015-09-01 10:20:45 -04:00
Douglas d3e5405571 Change in the function upgradElementsInternal to enable the upgrade of child elements created by parent element's upgrade, like RippleContainerElement in Checkbox. The problem was happening when the element was created dynamically. 2015-08-31 13:47:31 +01:00
Surma 3b1442627e Merge pull request #1498 from dopic/master
Upgrade problem in dynamically created elements
2015-08-31 13:46:36 +01:00
Douglas 13f8653953 Change in the function upgradElementsInternal to enable the upgrade of child elements created by parent element's upgrade, like RippleContainerElement in Checkbox. The problem was happening when the element was created dynamically. 2015-08-29 00:49:12 -03:00
Jonathan Garbee 0fbc988522 Add name and value options to datatable selectors. Fix data table tests to run. 2015-08-28 12:07:47 -04:00
Djalma Araujo 23922685c5 #1355 - More refactoring in tests 2015-08-25 09:27:45 +01:00
Djalma Araujo a9f50ef19d #1355 - Auto Check Checkboxes when the row has the is-selected class 2015-08-25 09:27:45 +01:00
Roger Hu 003a2551c8 Refactor click handler into a separate function.
Allows the handler to be reused for a different event.

Add test for MaterialLayoutTab.

Refactor to expose a programatic way of selecting a tab.
2015-08-18 12:02:11 -07:00
Surma 7752a4effc Revert "#1355 - Auto Check Checkboxes when the row has the is-selected class" 2015-08-12 11:50:43 +01:00
Djalma Araujo 16e324daba #1355 - Refactoring 2015-08-11 18:31:00 -03:00
Djalma Araujo 50ee8ca98f #1355 - Auto Check Checkboxes when the row has the is-selected class 2015-08-11 18:01:04 -03:00
Surma 257aa342f9 Wrap spinner in IIFE 2015-08-10 11:34:31 +01:00
Sam Saccone d5895f6fdc Add menu memory retry logic
xref #1327 (Closes #1329)
2015-08-07 18:37:19 +01:00
Sean Bannister b6c400f4be Removing all references to the mdl-layout--overlay-drawer-button class 2015-08-08 00:49:00 +10:00
alex 83e167549f Run memory tests on CI 2015-08-06 15:34:47 +01:00
Sam Saccone 549844b425 Add initial automated memory test.
This is the initial automated memory test for the menu component in
material design light.

Running this file will check to see if any new DOM nodes or listeners
have been created, therefore automatically detecting memory leaks.
2015-08-05 10:29:20 -04:00