This is a migrated thread and some comments may be shown as answers.

asyncupload issue in RTL direction

0 Answers 24 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
mohsen
Top achievements
Rank 1
mohsen asked on 01 Dec 2012, 03:12 PM
Hi,
The issue appeasers in RTL direction on some IE8/IE9 that Silver Light is not installed. As I checked JS function "_createLabel" of below code throws this issue:
b.Modules.IFrame=function(p,l){var q=0;
var g=0;
var i=null;
var t="RadUrid";
var k=b;
var h={};
a.extend(this,fileInputAdded:
function(x){
   var v=r();
       a(v).change(a.proxy(s,this)).addClass("ruFileInput");
     if(p._getIsRightToLeft()&&$telerik.isIE){
            var w=$telerik.$("<span></span>").addClass("ruRtlWrap");
            w.append(v);
           v=w[0];
      }
     a(x).append(v);
     var u=p._createLabel(a(v).attr("id"));
     a(x).append(u);
}
...

When direction is RTL, _createLabel throws js error " d("<label>").attr("for",e).html   is null".
I get this on version Q3 2011.

Now I have set it's direction to LTR.
Is it possible to fix issue without upgrading to new version?

No answers yet. Maybe you can help?

Tags
AsyncUpload
Asked by
mohsen
Top achievements
Rank 1
Share this question
or