Lines Matching refs:isIE

42 this.isIE=/msie/.test(userAgent)&&!/opera/.test(userAgent);
45 this.isIElt8=this.isIE&&(this.browserVersion-0<8);
74 this.isIEQuiksMode=this.isIE&&this.isQuiksMode;
75 this.isIEStantandMode=this.isIE&&!this.isQuiksMode;
284 this.getStyle=this.isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
429 this.safeToString=function(ob){if(this.isIE){try{return ob+""
455 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)
478 }}else{var otherView=isIE?elt.ownerDocument.parentWindow:elt.ownerDocument.defaultView;
481 var isIE=this.isIE;
483 if(elt){var view=isIE?elt.ownerDocument.parentWindow:elt.ownerDocument.defaultView;
632 this.copyTextStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.parentWindow:fromNode.ownerDocument.defaultView;
633 if(view){if(!style){style=this.isIE?fromNode.currentStyle:view.getComputedStyle(fromNode,"")
640 this.copyBoxStyles=function(fromNode,toNode,style){var view=this.isIE?fromNode.ownerDocument.parentWindow:fromNode.ownerDocument.defaultView;
641 if(view){if(!style){style=this.isIE?fromNode.currentStyle:view.getComputedStyle(fromNode,"")
928 if(FBL.isIE&&name=="class"){propname="className"
940 this.isLeftClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.noKeyModifiers(event)
942 this.isMiddleClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==4:event.button==1)&&this.noKeyModifiers(event)
944 this.isRightClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==2:event.button==2)&&this.noKeyModifiers(event)
948 this.isControlClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.isControl(event)
950 this.isShiftClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.isShift(event)
956 this.isAltClick=function(event){return(this.isIE&&event.type!="click"&&event.type!="dblclick"?event.button==1:event.button==0)&&this.isAlt(event)
1257 }try{return toString.call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunction.test(""+object)
1550 if(isIE&&isFunction(object)){type="function"
1782 }else{if(isIE&&(label=="[object]"||typeof object=="object"&&typeof label=="undefined")){return"Object"
2075 if(isIE&&!this.window.eval){this.window.execScript("null");
2156 var offset=isIE?this.document.body.clientTop||this.document.documentElement.clientTop:0;
2194 if(isIE){var propName,cssValue;
2207 },getCSSAutoMarginBox:function(el){if(isIE&&" meta title input script link a ".indexOf(" "+el.nodeName.toLowerCase()+" ")!=-1){return{top:0,left:0,bottom:0,right:0}
2208 }if(isIE&&" h1 h2 h3 h4 h5 h6 h7 ul p ".indexOf(" "+el.nodeName.toLowerCase()+" ")==-1){return{top:0,left:0,bottom:0,right:0}
2260 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
2264 FBL.ns(function(){with(FBL){var WindowDefaultOptions={type:"frame",id:"FirebugUI"},commandLine,fbTop,fbContent,fbContentStyle,fbBottom,fbBtnInspect,fbToolbar,fbPanelBox1,fbPanelBox1Style,fbPanelBox2,fbPanelBox2Style,fbPanelBar2Box,fbPanelBar2BoxStyle,fbHSplitter,fbVSplitter,fbVSplitterStyle,fbPanel1,fbPanel1Style,fbPanel2,fbPanel2Style,fbConsole,fbConsoleStyle,fbHTML,fbCommandLine,fbLargeCommandLine,fbLargeCommandButtons,topHeight,topPartialHeight,chromeRedrawSkipRate=isIE?75:isOpera?80:75,lastSelectedPanelName,focusCommandLineState=0,lastFocusedPanelName,lastHSplitterMouseMove=0,onHSplitterMouseMoveBuffer=null,onHSplitterMouseMoveTimer=null,lastVSplitterMouseMove=0;
2305 if(isIE){setTimeout(function(){node.firstChild.style.height="1px";
2587 if(isIE||isOpera){fbVSplitterStyle.height=Math.max(y-topPartialHeight-commandLineHeight,0)+"px"
2705 var offset=isIE?doc.body.clientTop||doc.documentElement.clientTop:0;
2834 if(isIE){addEvent(Firebug.browser.document.documentElement,"mouseleave",onHSplitterMouseUp)
2840 var win=isIE?event.srcElement.ownerDocument.parentWindow:event.target.defaultView||event.target.ownerDocument&&event.target.ownerDocument.defaultView;
2862 var scrollbarSize=!isIE&&(scrollSize.width>windowSize.width)?17:0;
2873 if(isIE){removeEvent(Firebug.browser.document.documentElement,"mouseleave",onHSplitterMouseUp)
3566 var freeHorizontalSpace=scrollPosition.left+windowSize.width-left-width-(!isIE&&scrollSize.height>windowSize.height?scrollbarSize:0);
3567 var freeVerticalSpace=scrollPosition.top+windowSize.height-top-height-(!isIE&&scrollSize.width>windowSize.width?scrollbarSize:0);
3650 var inspectModelOpacity=isIE?"filter:alpha(opacity=80);":"opacity:0.8;";
4292 }else{if(isIE&&!isFunction(obj)&&typeof obj=="object"&&isFinite(obj.length)&&obj.nodeType!=8){return true
4578 if(value==undefined){var textContent=isIE?"innerText":"textContent";
4669 }}},attachListeners:function(editor,context){var win=isIE?currentTarget.ownerDocument.parentWindow:currentTarget.ownerDocument.defaultView;
4680 }var win=isIE?currentTarget.ownerDocument.parentWindow:currentTarget.ownerDocument.defaultView;
4705 if(isIE){inlineEditorAttributes.onpropertychange="$onInput";
4754 }if(isIE){this.input.style.fontFamily="Monospace";
4786 if(isIE){var start=getInputSelectionStart(this.input),end=start
4810 }},onInput:function(event){if(isIE){if(event.propertyName!="value"||!isVisible(this.input)||!this.keyDownPressed){return
4842 if(wrapped){var style=isIE?this.target.currentStyle:this.target.ownerDocument.defaultView.getComputedStyle(this.target,"");
4850 if(initial){if(isIE){var xDiff=13;
4853 }}else{var xDiff=isIE?13:this.box.scrollWidth-this.input.offsetWidth;
4976 element=element.parentNode){var s=isIE?element.currentStyle:element.ownerDocument.defaultView.getComputedStyle(element,"");
5221 if(isIE){responseTextBox.style.whiteSpace="nowrap"
6329 buffer=autoCompleteBuffer=isIE?_completion[objName||"window"]||[]:[];
6405 if(isIE&&nodeControl){html.push(nodeControl)
6406 }if(typeof uid!="undefined"){html.push('<div class="objectBox-element" ','id="',uid,'">',!isIE&&nodeControl?nodeControl:"","<span ",cacheID,'="',uid,'" class="nodeBox',nodeVisible?"":" nodeHidden",'">&lt;<span class="nodeTag">',nodeName,"</span>")
6411 if(!attr.specified||isIE&&(browserVersion-0<9)&&typeof attr.nodeValue!="string"||Firebug.ignoreFirebugElements&&ignoreHTMLProps.hasOwnProperty(attr.nodeName)){continue
6421 if(isIE){var src=value+"\n"
6438 var control=isIE?treeNode.previousSibling:treeNode.firstChild;
6452 var control=isIE?treeNode.previousSibling:treeNode.firstChild;
6506 var formatStyles=function(styles){return isIE?styles.replace(/([^\s]+)\s*:/g,function(m,g){return g.toLowerCase()+":"
6538 }if(targ.className.indexOf("nodeControl")!=-1||targ.className=="nodeTag"){if(targ.className=="nodeTag"){var control=isIE?(targ.parentNode.previousSibling||targ):(targ.parentNode.previousSibling||targ);
6543 var treeNode=isIE?control.nextSibling:control.parentNode;
6572 if(FBL.isIE&&" meta title script link ".indexOf(" "+nodeName+" ")!=-1){return
6645 }if(isIE){removeClass(innerBox,"infoTipLoading")
6671 if(isIE){setTimeout(updateInfoTip,0)
6850 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6857 if(isIE){var imports=styleSheet.imports;
6881 }var rules=isIE?styleSheet.rules:styleSheet.cssRules;
6889 var dontSupportGroupedRules=isIE&&browserVersion<9;
6899 }if(isIE){selector=selector.replace(reSelectorTag,function(s){return s.toLowerCase()
7063 var textContent=isIE?"innerText":"textContent";
7143 if(isIE){selector=selector.replace(reSelectorTag,function(s){return s.toLowerCase()
7406 function CSSElementPanel(){}CSSElementPanel.prototype=extend(Firebug.CSSStyleSheetPanel.prototype,{template:domplate({cascadedTag:DIV({"class":"a11yCSSView",role:"presentation"},DIV({role:"list","aria-label":$STR("aria.labels.style rules")},FOR("rule","$rules",TAG("$ruleTag",{rule:"$rule"}))),DIV({role:"list","aria-label":$STR("aria.labels.inherited style rules")},FOR("section","$inherited",H1({"class":"cssInheritHeader groupHeader focusRow",role:"listitem"},SPAN({"class":"cssInheritLabel"},"$inheritLabel"),TAG(FirebugReps.Element.shortTag,{object:"$section.element"})),DIV({role:"group"},FOR("rule","$section.rules",TAG("$ruleTag",{rule:"$rule"})))))),ruleTag:isIE?DIV({"class":"cssElementRuleContainer"},TAG(FirebugReps.SourceLink.tag,{object:"$rule.sourceLink"}),TAG(CSSStyleRuleTag.tag,{rule:"$rule"})):DIV({"class":"cssElementRuleContainer"},TAG(CSSStyleRuleTag.tag,{rule:"$rule"}),TAG(FirebugReps.SourceLink.tag,{object:"$rule.sourceLink"}))}),updateCascadeView:function(element){var rules=[],sections=[],usedProps={};
7496 }}}function CSSComputedElementPanel(){}CSSComputedElementPanel.prototype=extend(CSSElementPanel.prototype,{template:domplate({computedTag:DIV({"class":"a11yCSSView",role:"list","aria-label":$STR("aria.labels.computed styles")},FOR("group","$groups",H1({"class":"cssInheritHeader groupHeader focusRow",role:"listitem"},SPAN({"class":"cssInheritLabel"},"$group.title")),TABLE({width:"100%",role:"group"},TBODY({role:"presentation"},FOR("prop","$group.props",TR({"class":"focusRow computedStyleRow",role:"listitem"},TD({"class":"stylePropName",role:"presentation"},"$prop.name"),TD({"class":"stylePropValue",role:"presentation"},"$prop.value")))))))}),updateComputedView:function(element){var win=isIE?element.ownerDocument.parentWindow:element.ownerDocument.defaultView;
7497 var style=isIE?element.currentStyle:win.getComputedStyle(element,"");
7708 src=isIE&&!isExternal?src+"\n":"\n"+src;
8033 }if(isIE&&isFunction(object)){addMember("user",userProps,"prototype",object.prototype,level)