Commit Graph

2350 Commits

Author SHA1 Message Date
Jonathan Garbee
096ce16d81 Textfields can initialize as invalid. 2015-10-18 17:05:02 -04:00
Andreas Sahle
5c3f6f3a72 Make $image_path overridable (closes #1767)
I f this variable is not marked as !default one cannot override this when the mdl framework is used only partially as sass import in case one wants to use different image  path settings.
2015-10-18 14:05:56 +01:00
Sérgio Gomes
59775d2242 Merge pull request #1758 from google/1.0.5-internal-review-fixes
Small fixes to JS after internal code review.
2015-10-16 14:48:35 +01:00
Sérgio Gomes
2142fab6c3 Small fixes to JS after internal code review. 2015-10-16 14:35:34 +01:00
Sergey Slipchenko
f33293ca71 Set cursor to default on disabled button 2015-10-15 14:38:56 +01:00
Sérgio Gomes
978cf71a1a Merge pull request #1746 from google/consecutive-adjacent-selectors
Consecutive `+` CSS selectors sometimes cause problems in WebKit.
2015-10-15 10:39:01 +01:00
Sérgio Gomes
05196bc6b3 Consecutive + CSS selectors sometimes cause problems in WebKit.
We add `~` as an alternative here. `+` is still needed, though, as `~`
itself has problems in iOS 9 WebViews.
2015-10-14 15:32:08 +01:00
Surma
ed990c33ff Merge pull request #1745 from google/issue-1744
Fix typo in Getting Started (fixes #1744)
2015-10-14 13:49:04 +01:00
Surma
e040af5ba4 Fix typo in Getting Started (fixes #1744) 2015-10-14 12:59:57 +01:00
Surma
f956462585 Remove eat function from layout (Closes #1652) 2015-10-13 11:59:05 +01:00
Surma
e78d4d0b62 Disallow scrolling if drawer is open (fixes #1348) 2015-10-13 11:54:07 +01:00
Sérgio Gomes
a7b9c4db84 Merge pull request #1726 from google/more_broken_sibling_ios
More fixes for broken sibling selector in iOS
2015-10-12 16:50:20 +01:00
Xi Shen
0175db6ab1 fix ripple effect on menubtn (fixes #1727)
The **mdl-js-ripple-effect** class applied to the wrong element, and cause JS error. The code change complies with the guide on http://www.getmdl.io/components/index.html#menus-section.
2015-10-12 14:32:49 +01:00
Sérgio Gomes
3617f0a282 More fixes for broken sibling selector in iOS 2015-10-12 10:57:12 +01:00
Sérgio Gomes
5c78218af6 Merge pull request #1713 from google/fix_obfuscator_ios9
Fix the obfuscator in iOS9. Fixes #1696.
2015-10-09 16:05:43 +01:00
Sérgio Gomes
45fd155b35 Fix issues with layout obfuscator in iOS9. Fixes #1696.
iOS9 seemingly breaks the general sibling selector (~) in WebViews.
This works around the problem by styling the obfuscator differently.
2015-10-09 15:16:12 +01:00
Sérgio Gomes
6b6abf5e16 Switching android.com template away from using CDN 2015-10-09 15:12:16 +01:00
Sérgio Gomes
d9e43f0170 Merge pull request #1709 from google/fix_docs_footer
Fixes for docs footer issues
2015-10-08 13:15:13 +01:00
Sérgio Gomes
b62e96d6c4 Fixes for docs footer issues:
- Remove bullet points from footer links
- Add spacing between links in footer
2015-10-08 10:19:16 +01:00
Surma
16dd9048a7 Merge pull request #1704 from jorrit/patch-3
Remove double header background color in dashboard
2015-10-07 22:32:50 +01:00
Jorrit Schippers
24a6865ea8 Remove double header background color in dashboard
It seems commit 9e4503591b intended the background to be `grey-100` but `white` was still left in. I removed white to keep the original intent. The resulting color displayed in the browser was white, so maybe it should be `white` instead of `grey-100`.
2015-10-07 21:40:22 +02:00
Jorrit Schippers
a7430a5284 Fix reference to class name for seamed mode (closes #1703)
The class `mdl-layout__header--transparent` is mentioned twice. While reading the code I think `mdl-layout__header--seamed` fits the requirement in the second column.
2015-10-07 17:51:13 +01:00
Sérgio Gomes
83e3dcb2d0 Merge pull request #1683 from google/codepen-http
Switch Codepen POST URL to HTTP instead of HTTPS
2015-10-02 15:55:45 +01:00
Nicolas Garnier
ae88a6557c Switch Codepen POST URL to HTTP instead of HTTPS
Fixes #1678
2015-10-02 16:50:20 +02:00
Addy Osmani
86f7a19902 Merge pull request #1648 from google/issue-1403
blog template: Make background image smaller and responsive
2015-10-01 14:18:21 +01:00
Craig Klementowski
acc80d6e45 Update textfield.js (closes #1674) 2015-10-01 15:15:05 +02:00
Addy Osmani
7cc4e3d866 Merge pull request #1655 from google/non-xhtml
Remove XHTML slashes
2015-10-01 11:04:07 +01:00
Surma
60faea01a3 Remove even more XHTML slashes 2015-09-30 13:46:11 +02:00
Addy Osmani
c66f5bf7cb Bump to 1.0.5 2015-09-29 11:35:03 +01:00
Addy Osmani
ed5a27049b Merge pull request #1657 from google/fix-fixed-drawer-fouc
Fixes fixed drawer initial positioning. Fixes #1656
2015-09-28 16:11:03 +01:00
Sérgio Gomes
47396e3e9c Fixes #1656 2015-09-28 16:07:15 +01:00
Surma
293654a94c Remove XHTML slashes 2015-09-28 16:19:18 +02:00
Surma
888418f109 Increase code.getmdl.io caching to 30 days (fixes #1427) 2015-09-28 16:14:20 +02:00
Surma
918601551c Add favicon and homescreen icons to templates (fixes #1449) 2015-09-28 16:14:08 +02:00
Surma
e0fd7ee59b Put absolute image paths into variable (fixes #1426) (Closes #1649) 2015-09-28 16:13:56 +02:00
Surma
b24bbd53f9 blog template: Make background image smaller and responsive (fixes #1403) 2015-09-28 12:35:38 +02:00
Surma
1e3b35bb7f Merge pull request #1646 from google/fix-textfield-change
Fixes #1642
2015-09-28 11:48:19 +02:00
Sérgio Gomes
a482c96edc Fixes #1642 2015-09-28 10:33:46 +01:00
Matt Gaunt
9c49ca0282 Check if drawer button exists before creating a new one.
Cherry-picked from de7b79e6a5 in master
2015-09-24 13:40:11 +01:00
Sérgio Gomes
560f6f7240 Merge pull request #1580 from google/issue-1577
Fix media-query at exactly 1024px (fixes #1577)
2015-09-09 16:54:38 +01:00
Surma
605fb11589 Fix media-query at exactly 1024px (fixes #1577) 2015-09-09 14:53:07 +01:00
Sérgio Gomes
74bbd45638 Merge pull request #1570 from google/more-closure-fixes
More closure fixes
2015-09-09 14:44:38 +01:00
Sérgio Gomes
1f19446b4d Small Closure compiler bugfixes to data-table and slider 2015-09-08 14:53:38 +01:00
Sérgio Gomes
a90939016a Fixing menu unit test to not use internal properties 2015-09-08 14:49:10 +01:00
Sérgio Gomes
0e7aa14a9e Symbol export fixes for polyfills 2015-09-08 14:47:22 +01:00
Sérgio Gomes
aa12bad6b9 Exporting symbols on all components, and minor referencing bugfixes. 2015-09-08 14:44:12 +01:00
Sérgio Gomes
a9f3038f63 Ensure mdlComponentHandler.js doesn't pass through uniffe 2015-09-08 14:24:09 +01:00
Sérgio Gomes
cb49f64fde Improves compatibility of the componentHandler with Closure compiler.
This includes global symbol exporting and improved typing.
2015-09-08 14:20:40 +01:00
Sérgio Gomes
7a56fd069f Tweaking JSCS and JSHint to allow for foo['bar'] syntax 2015-09-08 14:14:01 +01:00
Sérgio Gomes
4f52641a49 Merge pull request #1551 from google/closure-fixes
Closure fixes
2015-09-07 10:47:16 +01:00