Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
My 7.1.1 backoffice displayes a blanc page on IE11 and Firefox28. On iOS devices everything works fine. In Chrome Version 34.0.1847.131 everything works fine as well. This is the code that IE11 recieves:
<!DOCTYPE html> <html lang="en"> <head> <base href="/umbraco/" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <title ng-bind="$root.locationTitle">Umbraco</title> <link href="/DependencyHandler.axd?s=L3VtYnJhY28vYXNzZXRzL2Nzcy91bWJyYWNvLmNzczsvdW1icmFjb19jbGllbnQvdHJlZS90cmVlaWNvbnMuY3NzOw&t=Css&cdv=792455216" type="text/css" rel="stylesheet"/> </head> <body ng-class="{touch:touchDevice}" ng-controller="Umbraco.MainController" id="umbracoMainPageBody"> <div ng-hide="!authenticated" ng-cloak id="mainwrapper" id="mainwrapper" class="clearfix" ng-click="closeDialogs($event)"> <umb-navigation></umb-navigation> <section id="contentwrapper"> <div id="contentcolumn" ng-view> </div> </section> </div> <umb-notifications></umb-notifications> <script type="text/javascript"> var Umbraco = {}; Umbraco.Sys = {}; Umbraco.Sys.ServerVariables = { "umbracoUrls": { "authenticationApiBaseUrl": "/umbraco/backoffice/UmbracoApi/Authentication/", "serverVarsJs": '/umbraco/ServerVariables?umb__rnd=fffffff33576d169' } }; </script> <script type="text/javascript" src="lib/yepnope/yepnope.min.js"></script> <script type="text/javascript" src="/umbraco/Application?umb__rnd=fffffff33576d169"></script> </body> </html>
Works fine in Chrome and Safari on a Mac. Does not work in Firefox on the Mac
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
7.1.1 backoffice only working on Chrome
My 7.1.1 backoffice displayes a blanc page on IE11 and Firefox28. On iOS devices everything works fine. In Chrome Version 34.0.1847.131 everything works fine as well. This is the code that IE11 recieves:
Works fine in Chrome and Safari on a Mac. Does not work in Firefox on the Mac
is working on a reply...