M
mihai_neagoe
Guest
Hi, I have an issue running Rollbase application from IE10. I want to edit the Search Criteria field from a javascript component. Checking the console I get a "SCRIPT5007: Unable to get property 'options' of undefined or null reference viewEdit.js, line 31 character 390 " Browsing for the solution it seems to be a compatibility issue for IE10 (I checked in the Developer Tools with Document Mode set on IE7 standards and it works). For Mozzila Firefox I can see a "TypeError: fieldCombo is null" but the code works ok. Same applies in Google Chrome (console shows a "Uncaught TypeError: Cannot read property 'options' of null" but the application works ok). A suggested workarround would be to add a meta tag meta http-equiv="X-UA-Compatible" content="IE=edge" / Is this a solution and how can meta tags be added in the page? Thank you
Continue reading...
Continue reading...