Lines Matching refs:isIE

31 this.isIE=/msie/.test(userAgent)&&!/opera/.test(userAgent);
34 this.isIElt8=this.isIE&&(this.browserVersion-0<8);
63 this.isIEQuiksMode=this.isIE&&this.isQuiksMode;
64 this.isIEStantandMode=this.isIE&&!this.isQuiksMode;
273 this.getStyle=this.isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
418 this.safeToString=function(ob){if(this.isIE){try{return ob+""
444 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)
467 }}else{var otherView=isIE?elt.ownerDocument.parentWindow:elt.ownerDocument.defaultView;
470 var isIE=this.isIE;
472 if(elt){var view=isIE?elt.ownerDocument.parentWindow:elt.ownerDocument.defaultView;
621 this.copyTextStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.paren…
622 if(view){if(!style){style=this.isIE?fromNode.currentStyle:view.getComputedStyle(fromNode,"")
629 this.copyBoxStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.parent…
630 if(view){if(!style){style=this.isIE?fromNode.currentStyle:view.getComputedStyle(fromNode,"")
917 if(FBL.isIE&&name=="class"){propname="className"
929 this.isLeftClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?even…
931 this.isMiddleClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?ev…
933 this.isRightClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?eve…
937 this.isControlClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?e…
939 this.isShiftClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?eve…
945 this.isAltClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event…
1246 }try{return toString.call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunc…
1539 if(isIE&&isFunction(object)){type="function"
1771 }else{if(isIE&&(label=="[object]"||typeof object=="object"&&typeof label=="undefined")){return"Obje…
2064 if(isIE&&!this.window.eval){this.window.execScript("null");
2145 var offset=isIE?this.document.body.clientTop||this.document.documentElement.clientTop:0;
2183 if(isIE){var propName,cssValue;
2196 },getCSSAutoMarginBox:function(el){if(isIE&&" meta title input script link a ".indexOf(" "+el.nodeN…
2197 }if(isIE&&" h1 h2 h3 h4 h5 h6 h7 ul p ".indexOf(" "+el.nodeName.toLowerCase()+" ")==-1){return{top:…
2249 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
2253 …ine,fbLargeCommandButtons,topHeight,topPartialHeight,chromeRedrawSkipRate=isIE?75:isOpera?80:75,la…
2294 if(isIE){setTimeout(function(){node.firstChild.style.height="1px";
2576 if(isIE||isOpera){fbVSplitterStyle.height=Math.max(y-topPartialHeight-commandLineHeight,0)+"px"
2694 var offset=isIE?doc.body.clientTop||doc.documentElement.clientTop:0;
2823 if(isIE){addEvent(Firebug.browser.document.documentElement,"mouseleave",onHSplitterMouseUp)
2829 var win=isIE?event.srcElement.ownerDocument.parentWindow:event.target.defaultView||event.target.own…
2851 var scrollbarSize=!isIE&&(scrollSize.width>windowSize.width)?17:0;
2862 if(isIE){removeEvent(Firebug.browser.document.documentElement,"mouseleave",onHSplitterMouseUp)
3555 var freeHorizontalSpace=scrollPosition.left+windowSize.width-left-width-(!isIE&&scrollSize.height>w…
3556 var freeVerticalSpace=scrollPosition.top+windowSize.height-top-height-(!isIE&&scrollSize.width>wind…
3639 var inspectModelOpacity=isIE?"filter:alpha(opacity=80);":"opacity:0.8;";
4281 }else{if(isIE&&!isFunction(obj)&&typeof obj=="object"&&isFinite(obj.length)&&obj.nodeType!=8){retur…
4567 if(value==undefined){var textContent=isIE?"innerText":"textContent";
4658 }}},attachListeners:function(editor,context){var win=isIE?currentTarget.ownerDocument.parentWindow:…
4669 }var win=isIE?currentTarget.ownerDocument.parentWindow:currentTarget.ownerDocument.defaultView;
4694 if(isIE){inlineEditorAttributes.onpropertychange="$onInput";
4743 }if(isIE){this.input.style.fontFamily="Monospace";
4775 if(isIE){var start=getInputSelectionStart(this.input),end=start
4799 }},onInput:function(event){if(isIE){if(event.propertyName!="value"||!isVisible(this.input)||!this.k…
4831 if(wrapped){var style=isIE?this.target.currentStyle:this.target.ownerDocument.defaultView.getComput…
4839 if(initial){if(isIE){var xDiff=13;
4842 }}else{var xDiff=isIE?13:this.box.scrollWidth-this.input.offsetWidth;
4965 element=element.parentNode){var s=isIE?element.currentStyle:element.ownerDocument.defaultView.getCo…
5210 if(isIE){responseTextBox.style.whiteSpace="nowrap"
6318 buffer=autoCompleteBuffer=isIE?_completion[objName||"window"]||[]:[];
6394 if(isIE&&nodeControl){html.push(nodeControl)
6395 }if(typeof uid!="undefined"){html.push('<div class="objectBox-element" ','id="',uid,'">',!isIE&&nod…
6400 if(!attr.specified||isIE&&(browserVersion-0<9)&&typeof attr.nodeValue!="string"||Firebug.ignoreFire…
6410 if(isIE){var src=value+"\n"
6427 var control=isIE?treeNode.previousSibling:treeNode.firstChild;
6441 var control=isIE?treeNode.previousSibling:treeNode.firstChild;
6495 var formatStyles=function(styles){return isIE?styles.replace(/([^\s]+)\s*:/g,function(m,g){return g…
6527 …=-1||targ.className=="nodeTag"){if(targ.className=="nodeTag"){var control=isIE?(targ.parentNode.pr…
6532 var treeNode=isIE?control.nextSibling:control.parentNode;
6561 if(FBL.isIE&&" meta title script link ".indexOf(" "+nodeName+" ")!=-1){return
6634 }if(isIE){removeClass(innerBox,"infoTipLoading")
6660 if(isIE){setTimeout(updateInfoTip,0)
6839 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6846 if(isIE){var imports=styleSheet.imports;
6870 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6878 var dontSupportGroupedRules=isIE&&browserVersion<9;
6888 }if(isIE){selector=selector.replace(reSelectorTag,function(s){return s.toLowerCase()
7052 var textContent=isIE?"innerText":"textContent";
7132 if(isIE){selector=selector.replace(reSelectorTag,function(s){return s.toLowerCase()
7395 …},FOR("rule","$section.rules",TAG("$ruleTag",{rule:"$rule"})))))),ruleTag:isIE?DIV({"class":"cssEl…
7485 …ion"},"$prop.value")))))))}),updateComputedView:function(element){var win=isIE?element.ownerDocume…
7486 var style=isIE?element.currentStyle:win.getComputedStyle(element,"");
7697 src=isIE&&!isExternal?src+"\n":"\n"+src;
8022 }if(isIE&&isFunction(object)){addMember("user",userProps,"prototype",object.prototype,level)