Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Guy Pucill 23 posts 73 karma points
    May 07, 2014 @ 17:39
    Guy Pucill
    0

    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:

    <!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&amp;t=Css&amp;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>
    
  • Guy Pucill 23 posts 73 karma points
    May 08, 2014 @ 01:05
    Guy Pucill
    0

    Works fine in Chrome and Safari on a Mac. Does not work in Firefox on the Mac

Please Sign in or register to post replies

Write your reply to:

Draft