Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopping page execution from Developer's Console
Message
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
Dépannage
Titre:
Stopping page execution from Developer's Console
Divers
Thread ID:
01649098
Message ID:
01649098
Vues:
45
Hi everybody,

Is there a way to stop page execution from the Developer's Console? I was seeing 8000+ errors in the Console (see attached). I eventually killed Chrome, but I'd rather be able to stop the page loading instead if possible.

My page is quite complex. This is the problematic piece of HTML
 <div class="widget-content">
        <sm:auto-complete attr-placeholder="@Labels.filterByTag" ng-model="filterTag" 
                          click-activation="false" data="availableTags" 
                          on-type="getAvailableImageTags()" 
                          on-select="addFilterTag()"></sm:auto-complete>

        <div id="tagsListFilter" class="tags-cloud">
            <div ng-repeat="filterTag in filterTagArray">
                <div class="tag">
                    <span>{{filterTag}}</span>
                    <span><b ng-click="removeFilterTag($index)" 
                             class="cross">x</b></span>
                </div>
            </div>
        </div>
        <div id="errFilterTagList" class="tagError"></div>
       
    </div>
when I try to type a tag, it just starts producing errors like you see in the picture attached. That same code seems to work fine in another form which is also quite complex but slightly different.
If it's not broken, fix it until it is.


My Blog
Répondre
Fil
Voir

Click here to load this message in the networking platform