Completed
Last Updated: 13 Nov 2014 09:15 by Elena
ADMIN
Marin Bratanov
Created on: 03 Jul 2013 07:11
Category: Editor
Type: Bug Report
0
FIX Calling onParentNodeChanged() under FireFox causes the ContentAreaCssFile to be lost
Under firefox a request for the stylesheet is made but it is never received.

Currently, the following workaround resolves the issue:

           if ($telerik.isFirefox) {
               setTimeout(function(){
                       sender.onParentNodeChanged()
                       }, 500);
           } else {
               sender.onParentNodeChanged();
           }
1 comment
Elena
Posted on: 13 Nov 2014 09:15
Not reproducible in Q3 2014.