Fixed
Status Update
Comments
mc...@google.com <mc...@google.com> #2
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
[Deleted User] <[Deleted User]> #3
Released in 25.1.0 of the Support Library.
cs...@google.com <cs...@google.com> #4
Thanks but we have to call setTypeface for every view!
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
[Deleted User] <[Deleted User]> #5
#4: Working as intended. We want the error message to use the system font unless explicitly changed.
Description
when clicking on the map, we have code that shows a map with tool tips in a popup.
Up until about 2 releases of chrome ago, it worked fine, but now in both Chrome 45.0.2454.101 (64-bit) and Chrome Canary 47.0.2521.0 canary (64-bit) the tiles do not show. There are no JS errors on the page,
On every other browser this still works fine.
There have been no source code changes at our end, I think this coincides iwht the september 15th release of 3.22 of the api