is there a known issue with Dashboards in Google Apps Script not rendering correctly in IE? I have embedded the Dashboard App Script on a page in google sites. It renders correctly in Chrome and Firefox, but in IE the charts and filters / selectors do not look correct.
相关问题
- How can I force all files in a folder to be owned
- Google Apps Script: testing doPost() with cURL
- Google Apps Script to turn in, grade, and return a
- Script fails on SpreadsheetApp.openById - Requires
- Split Lines and Bold Text within a ui.alert Window
相关文章
- How to allow access for importrange function via a
- Google app script trigger not working
- Set Date/Time to 00:00:00
- indexOf returning -1 despite object being in the a
- How can my Google Apps Script be run by others the
- How to stop execution of Google Apps Script?
- Profiling the Performance of a Google App Script
- String starts with in Google Script
We use Chrome and IE8 (and I think it's permanently in quirks mode) at work, so I have this line to make IE8 render better:
Try standards mode in different browsers, and set it to true as necessary.
I can verify this as well. My dashboard is not rendering properly on IE v9.0.8112.16421 - some filters and charts will appear and disappear on the screen.