-
AuthorPosts
-
May 16, 2011 at 9:48 pm #164075
I use Mouseflow, so i can see what my users are doing on my site.
So i have noticed that on maybe half or 1/3 of the users gets a lot of errors and the site is broken. This didnt happend when i used JA larix.
I can provide you with login to mouseflow so you can see the errors. I cant replicate the errors my self.
May 17, 2011 at 10:04 am #391599Please help!!
I have isolatet the fault to IE 8.
The errors on the top of the site is:
1.2: Element.getElementsBySelector is deprecated. Use getElements()”);return this.getElements(a);}” addListener=”function(p,o){if(p==”unload”){var m=o,n=this;o=function(){n.removeListener(“unload”,o);m();};}else{i=this;}if(this.addEventListener){this.addEventListener(p,o,false);}else{this.attachEvent(“on”+p,o);}return this;}” removeListener=”function(n,m){if(this.removeEventListener){this.removeEventListener(n,m,false);}else{this.detachEvent(“on”+n,m);}return this;}” addEvent=”function(f,h){var i=this.retrieve(“events”,{});i[f]=i[f]||{keys:[],values:[]};if(i[f].keys.contains(h)){return this;}i[f].keys.push(h);var g=f,a=Element.Events.get(f),c=h,j=this;if(a){if(a.onAdd){a.onAdd.call(this,h);}if(a.condition){c=function(k){if(a.condition.call(this,k)){return h.call(this,k);}return true;};}g=a.base||g;}var d=function(){return h.call(j);};var b=Element.NativeEvents[g];if(b){if(b==2){d=function(k){k=new Event(k,j.getWindow());if(c.call(j,k)===false){k.stop();}};}this.addListener(g,d);}i[f].values.push(d);return this;}” removeEvent=”function(c,b){var a=this.retrieve(“events”);if(!a||!a[c]){return this;}var g=a[c].keys.indexOf(b);if(g==-1){return this;}a[c].keys.splice(g,1);var f=a[c].values.splice(g,1)[0];var d=Element.Events.get(c);if(d){if(d.onRemove){d.onRemove.call(this,b);}c=d.base||c;}return(Element.NativeEvents[c])?this.removeListener(c,f):this;}” addEvents=”function(a){for(var b in a){this.addEvent(b,a);}return this;}” removeEvents=”function(a){var c;if($type(a)==”object”){for(c in a){this.removeEvent(c,a[c]);}return this;}var b=this.retrieve(“events”);if(!b){return this;}if(!a){for(c in b){this.removeEvents(c);}this.eliminate(“events”);}else{if(b[a]){while(b[a].keys[0]){this.removeEvent(a,b[a].keys[0]);}b[a]=null;}}return this;}” fireEvent=”function(d,b,a){var c=this.retrieve(“events”);if(!c||!c[d]){return this;}c[d].keys.each(function(f){f.create({bind:this,delay:a,”arguments”:b})();},this);return this;}” cloneEvents=”function(d,a){d=document.id(d);var c=d.retrieve(“events”);if(!c){return this;}if(!a){for(var b in c){this.cloneEvents(d,b);}}else{if(c[a]){c[a].keys.each(function(f){this.addEvent(a,f);},this);}}return this;}” getElements=”function(j,h){j=j.split(“,”);var c,f={};for(var d=0,b=j.length;d1),cash:!h});}” getElement=”function(a,b){return document.id(this.getElements(a,true)[0]||null,b);}” getWidth=”function(){return this.getSize().x;}” getHeight=”function(){return this.getSize().y;}” getScrollWidth=”function(){return this.getScrollSize().x;}” getScrollHeight=”function(){return this.getScrollSize().y;}” getScrollLeft=”function(){return this.getScroll().x;}” getScrollTop=”function(){return this.getScroll().y;}” getSize=”function(){MooTools.upgradeLog(“1.1 > 1.2: NOTE: getSize is different in 1.2; it no longer returns values for size, scroll, and scrollSize, but instead just returns x/y values for the dimensions of the element.”);var f=d.apply(this,arguments);return $merge(f,{size:f,scroll:this.getScroll(),scrollSize:this.getScrollSize()});}” getPosition=”function(f){if(f&&$type(f)==”array”){MooTools.upgradeLog(“1.1 > 1.2: Element.getPosition no longer accepts an array of overflown elements but rather, optionally, a single element to get relative coordinates.”);f=null;}return c.apply(this,[f]);}” set=”function(q,n){switch($type(q)){case”object”:for(var o in q){this.set(o,q[o]);}break;case”string”:var m=Element.Properties.get(q);(m&&m.set)?m.set.apply(this,Array.slice(arguments,1)):this.setProperty(q,n);}return this;}” inject=”function(n,m){a[m||”bottom”](this,document.id(n,true));return this;}” injectBefore=”function(o){m(this,document.id(o,true));return this;}” injectAfter=”function(o){m(this,document.id(o,true));return this;}” injectInside=”function(o){m(this,document.id(o,true));return this;}” injectTop=”function(o){m(this,document.id(o,true));return this;}” adopt=”function(){Array.flatten(arguments).each(function(m){m=document.id(m,true);if(m){this.appendChild(m);}},this);return this;}” remove=”function(){MooTools.upgradeLog(“1.1 > 1.2: Element.remove is deprecated – use Element.dispose.”);return this.dispose.apply(this,arguments);}” clone=”function(p,m){p=p!==false;var s=this.cloneNode(p);var o=function(w,v){if(!m){w.removeAttribute(“id”);}if(Browser.Engine.trident){w.clearAttributes();w.mergeAttributes(v);w.removeAttribute(“uid”);if(w.options){var x=w.options,t=v.options;for(var u=x.length;u–;){x.selected=t.selected;}}}var y=j[v.tagName.toLowerCase()];if(y&&v[y]){w[y]=v[y];}};if(p){var q=s.getElementsByTagName(“*”),r=this.getElementsByTagName(“*”);for(var n=q.length;n–;){o(q[n],r[n]);}}o(s,this);return document.id(s);}” replaceWith=”function(b){MooTools.upgradeLog(“1.1 > 1.2: Element.replaceWith is deprecated, use Element.replaces instead.”);b=$(b);this.parentNode.replaceChild(b,this);return b;}” appendText=”function(n,m){return this.grab(this.getDocument().newTextNode(n),m);}” hasClass=”function(m){return this.className.contains(m,” “);}” addClass=”function(m){if(!this.hasClass(m)){this.className=(this.className+” “+m).clean();}return this;}” removeClass=”function(m){this.className=this.className.replace(new RegExp(“(^|\s)”+m+”(?:\s|$)”),”$1″);return this;}” toggleClass=”function(m){return this.hasClass(m)?this.removeClass(m):this.addClass(m);}” setStyle=”function(b,a){switch(b){case”opacity”:return this.set(“opacity”,parseFloat(a));case”float”:b=(Browser.Engine.trident)?”styleFloat”:”cssFloat”;}b=b.camelCase();if($type(a)!=”string”){var c=(Element.Styles.get(b)||”@”).split(” “);a=$splat(a).map(function(f,d){if(!c[d]){return””;}return($type(f)==”number”)?c[d].replace(“@”,Math.round(f)):f;}).join(” “);}else{if(a==String(Number(a))){a=Math.round(a);}}this.style=a;return this;}” setStyles=”function(b){for(var a in b){this.setStyle(a,b[a]);}return this;}” setOpacity=”function(a){MooTools.upgradeLog(‘1.1 > 1.2: Element.setOpacity is deprecated; use Element.setStyle(“opacity”, value).’);return this.setStyle(“opacity”,a);}” getStyle=”function(h){switch(h){case”opacity”:return this.get(“opacity”);case”float”:h=(Browser.Engine.trident)?”styleFloat”:”cssFloat”;}h=h.camelCase();var a=this.style[h];if(!$chk(a)){a=[];for(var g in Element.ShortStyles){if(h!=g){continue;}for(var f in Element.ShortStyles[g]){a.push(this.getStyle(f));}return a.join(” “);}a=this.getComputedStyle(h);}if(a){a=String(a);var c=a.match(/rgba?([ds,]+)/);if(c){a=a.replace(c[0],c[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(h.test(/^(height|width)$/)){var b=(h==”width”)?[“left”,”right”]:[“top”,”bottom”],d=0;b.each(function(i){d+=this.getStyle(“border-“+i+”-width”).toInt()+this.getStyle(“padding-“+i).toInt();},this);return this[“offset”+h.capitalize()]-d+”px”;}if((Browser.Engine.presto)&&String(a).test(“px”)){return a;}if(h.test(/(border(.+)Width|margin|padding)/)){return”0px”;}}return a;}” getStyles=”function(){var a={};Array.flatten(arguments).each(function(b){a=this.getStyle(b);},this);return a;}” getPrevious=”function(m,n){return k(this,”previousSibling”,null,m,false,n);}” getNext=”function(m,n){return k(this,”nextSibling”,null,m,false,n);}” getFirst=”function(m,n){return k(this,”nextSibling”,”firstChild”,m,false,n);}” getLast=”function(m,n){return k(this,”previousSibling”,”lastChild”,m,false,n);}” getParent=”function(m,n){return k(this,”parentNode”,null,m,false,n);}” getChildren=”function(m,n){return k(this,”nextSibling”,”firstChild”,m,true,n);}” hasChild=”function(m){m=document.id(m,true);if(!m){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(m.tagName)).contains(m);}return(this.contains)?(this!=m&&this.contains(m)):!!(this.compareDocumentPosition(m)&16);}” getProperty=”function(n){var m=f[n];var o=(m)?this[m]:this.getAttribute(n,2);return(b[n])?!!o:(m)?o:o||null;}” removeProperty=”function(n){var m=f[n];(m)?this[m]=(m&&b[n])?false:””:this.removeAttribute(n);return this;}” getProperties=”function(){var m=$A(arguments);return m.map(this.getProperty,this).associate(m);}” setProperty=”function(n,o){var m=f[n];if(o==undefined){return this.removeProperty(n);}if(m&&b[n]){o=!!o;}(m)?this[m]=o:this.setAttribute(n,””+o);return this;}” setProperties=”function(m){for(var n in m){this.setProperty(n,m[n]);}return this;}” setHTML=”function(){MooTools.upgradeLog(‘1.1 > 1.2: Element.setHTML is deprecated – use Element.set(“html”, HTML).’);return this.set(“html”,arguments);}” setText=”function(b){MooTools.upgradeLog(‘1.1 > 1.2: Element.setText is deprecated – use Element.set(“text”, text).’);return this.set(“text”,b);}” getText=”function(){MooTools.upgradeLog(‘1.1 > 1.2: Element.getText is deprecated – use Element.get(“text”).’);return this.get(“text”);}” getTag=”function(){MooTools.upgradeLog(‘1.1 > 1.2: Element.getTag is deprecated – use Element.get(“tag”).’);return this.get(“tag”);}” empty=”function(){$A(this.childNodes).each(function(m){Element.destroy(m);});return this;}” getElementById=”function(p,o){var n=this.ownerDocument.getElementById(p);if(!n){return null;}for(var m=n.parentNode;m!=this;m=m.parentNode){if(!m){return null;}}return document.id(n,o);}” getElementsByClassName=”function(a){MooTools.upgradeLog(“1.1 > 1.2: Element.filterByTag is deprecated.”);return this.getElements(“.”+a);}” getValue=”function(){MooTools.upgradeLog(‘1.1 > 1.2: Element.getValue is deprecated – use Element.get(“value”).’);switch(this.getTag()){case”select”:var b=[];$each(this.options,function(c){if(c.selected){b.push($pick(c.value,c.text));}});return(this.multiple)?b:b[0];case”input”:if(!(this.checked&&[“checkbox”,”radio”].contains(this.type))&&![“hidden”,”text”,”password”].contains(this.type)){break;}case”textarea”:return this.value;}return false;}” getFormElements=”function(){MooTools.upgradeLog(‘1.1 > 1.2: Element.getFormElements is deprecated, use Element.getElements(“input, textarea, select”);’);return this.getElements(“input, textarea, select”);}” toQueryString=”function(){MooTools.upgradeLog(“1.1 > 1.2: warning Element.toQueryString is slightly different; inputs without names are excluded, inputs with type == submit, reset, and file are excluded, and inputs with undefined values are excluded.”);return a.apply(this,arguments);}” scrollTo=”function(i,j){if(b(this)){this.getWindow().scrollTo(i,j);}else{this.scrollLeft=i;this.scrollTop=j;}return this;}” getTop=”function(){return this.getPosition().y;}” getLeft=”function(){return this.getPosition().x;}” getCoordinates=”function(f){if(f&&$type(f)==”array”){MooTools.upgradeLog(“1.1 > 1.2: Element.getCoordinates no longer accepts an array of overflown elements but rather, optionally, a single element to get relative coordinates.”);f=null;}return a.apply(this,[f]);}” effect=”function(b,a){MooTools.upgradeLog(“1.1 > 1.2: Element.effect is deprecated; use Fx.Tween or Element.tween.”);return new Fx.Style(this,b,a);}” effects=”function(a){MooTools.upgradeLog(“1.1 > 1.2: Element.effects is deprecated; use Fx.Morph or Element.morph.”);return new Fx.Morph(this,a);}” makeResizable=”function(a){var b=new Drag(this,$merge({modifiers:{x:”width”,y:”height”}},a));this.store(“resizer”,b);return b.addEvent(“drag”,function(){this.fireEvent(“resize”,b);}.bind(this));}” makeDraggable=”function(a){var b=new Drag.Move(this,a);this.store(“dragger”,b);return b;}” send=”function(b){if($type(b)==”string”){return a.apply(this,arguments);}if($type(b)==”object”){MooTools.upgradeLog(“1.1 > 1.2: Element.send no longer takes an options argument as its object but rather a url. See docs.”);this.set(“send”,b);a.call(this);}return this;}” uid=”64″ $family=”” getDocument=”function(){return this.ownerDocument;}” getWindow=”function(){return this.ownerDocument.window;}” retrieve=”function(n,m){var p=c(this.uid),o=p[n];if(m!=undefined&&o==undefined){o=p[n]=m;}return $pick(o);}” store=”function(n,m){var o=c(this.uid);o[n]=m;return this;}” eliminate=”function(m){var n=c(this.uid);delete n[m];return this;}” getScroll=”function(){if(b(this)){return this.getWindow().getScroll();}return{x:this.scrollLeft,y:this.scrollTop};}” getScrollSize=”function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};}” grabBefore=”function(o){m(document.id(o,true),this);return this;}” grabAfter=”function(o){m(document.id(o,true),this);return this;}” injectBottom=”function(o){m(this,document.id(o,true));return this;}” grabBottom=”function(o){m(document.id(o,true),this);return this;}” grabTop=”function(o){m(document.id(o,true),this);return this;}” grabInside=”function(o){m(document.id(o,true),this);return this;}” get=”function(n){var m=Element.Properties.get(n);return(m&&m.get)?m.get.apply(this,Array.slice(arguments,1)):this.getProperty(n);}” erase=”function(n){var m=Element.Properties.get(n);(m&&m.erase)?m.erase.apply(this):this.removeProperty(n);return this;}” removeProperties=”function(){Array.each(arguments,this.removeProperty,this);return this;}” grab=”function(n,m){a[m||”bottom”](document.id(n,true),this);return this;}” replaces=”function(m){m=document.id(m,true);m.parentNode.replaceChild(this,m);return this;}” wraps=”function(n,m){n=document.id(n,true);return this.replaces(n).grab(n,m);}” getAllPrevious=”function(m,n){return k(this,”previousSibling”,null,m,true,n);}” getAllNext=”function(m,n){return k(this,”nextSibling”,null,m,true,n);}” getParents=”function(m,n){return k(this,”parentNode”,null,m,true,n);}” getSiblings=”function(m,n){return this.getParent().getChildren(m,n).erase(this);}” getSelected=”function(){return new Elements($A(this.options).filter(function(m){return m.selected;}));}” getComputedStyle=”function(n){if(this.currentStyle){return this.currentStyle[n.camelCase()];}var m=this.getDocument().defaultView.getComputedStyle(this,null);return(m)?m.getPropertyValue([n.hyphenate()]):null;}” destroy=”function(){Element.empty(this);Element.dispose(this);h(this,true);return null;}” dispose=”function(){return(this.parentNode)?this.parentNode.removeChild(this):this;}” match=”function(b){if(!b||(b==this)){return true;}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],f=d[1];if(!Selectors.Filters.byID(this,f)||!Selectors.Filters.byTag(this,a)){return false;}var c=Selectors.Utils.parseSelector(b);return(c)?Selectors.Utils.filter(this,c,{}):true;}” getOpacity=”function(){return this.get(“opacity”);}” getScrolls=”function(){var j=this,i={x:0,y:0};while(j&&!b(j)){i.x+=j.scrollLeft;i.y+=j.scrollTop;j=j.parentNode;}return i;}” getOffsetParent=”function(){var i=this;if(b(i)){return null;}if(!Browser.Engine.trident){return i.offsetParent;}while((i=i.parentNode)&&!b(i)){if(d(i,”position”)!=”static”){return i;}}return null;}” getOffsets=”function(){if(this.getBoundingClientRect){var k=this.getBoundingClientRect(),n=document.id(this.getDocument().documentElement),q=n.getScroll(),l=this.getScrolls(),j=this.getScroll(),i=(d(this,”position”)==”fixed”);return{x:k.left.toInt()+l.x-j.x+((i)?0:q.x)-n.clientLeft,y:k.top.toInt()+l.y-j.y+((i)?0:q.y)-n.clientTop};}var m=this,o={x:0,y:0};if(b(this)){return o;}while(m&&!b(m)){o.x+=m.offsetLeft;o.y+=m.offsetTop;if(Browser.Engine.gecko){if(!g(m)){o.x+=c(m);o.y+=h(m);}var p=m.parentNode;if(p&&d(p,”overflow”)!=”visible”){o.x+=c(p);o.y+=h(p);}}else{if(m!=this&&Browser.Engine.webkit){o.x+=c(m);o.y+=h(m);}}m=m.offsetParent;}if(Browser.Engine.gecko&&!g(this)){o.x-=c(this);o.y-=h(this);}return o;}” computePosition=”function(i){return{left:i.x-f(this,”margin-left”),top:i.y-f(this,”margin-top”)};}” setPosition=”function(i){return this.setStyles(this.computePosition(i));}” position=”function(i){return this.setStyles(this.computePosition(i));}” tween=”function(a,c,b){this.get(“tween”).start(arguments);return this;}” fade=”function(c){var f=this.get(“tween”),d=”opacity”,a;c=$pick(c,”toggle”);switch(c){case”in”:f.start(d,1);break;case”out”:f.start(d,0);break;case”show”:f.set(d,1);break;case”hide”:f.set(d,0);break;case”toggle”:var b=this.retrieve(“fade:flag”,this.get(“opacity”)==1);f.start(d,(b)?0:1);this.store(“fade:flag”,!b);a=true;break;default:f.start(d,arguments);}if(!a){this.eliminate(“fade:flag”);}return this;}” highlight=”function(c,a){if(!a){a=this.retrieve(“highlight:original”,this.getStyle(“background-color”));a=(a==”transparent”)?”#fff”:a;}var b=this.get(“tween”);b.start(“background-color”,c||”#ffff88″,a).chain(function(){this.setStyle(“background-color”,this.retrieve(“highlight:original”));b.callChain();}.bind(this));return this;}” morph=”function(a){this.get(“morph”).start(a);return this;}” load=”function(){this.get(“load”).send(Array.link(arguments,{data:Object.type,url:String.type}));return this;}” slide=”function(d,f){d=d||”toggle”;var b=this.get(“slide”),a;switch(d){case”hide”:b.hide(f);break;case”show”:b.show(f);break;case”toggle”:var c=this.retrieve(“slide:flag”,b.open);b(f);this.store(“slide:flag”,!c);a=true;break;default:b.start(d,f);}if(!a){this.eliminate(“slide:flag”);}return this;}” measure=”function(f){var h=function(i){return !!(!i||i.offsetHeight||i.offsetWidth);};if(h(this)){return f.apply(this);}var d=this.getParent(),g=[],b=[];while(!h(d)&&d!=document.body){b.push(d.expose());d=d.getParent();}var c=this.expose();var a=f.apply(this);c();b.each(function(i){i();});return a;}” expose=”function(){if(this.getStyle(“display”)!=”none”){return $empty;}var a=this.style.cssText;this.setStyles({display:”block”,position:”absolute”,visibility:”hidden”});return function(){this.style.cssText=a;}.bind(this);}” getDimensions=”function(a){a=$merge({computeSize:false},a);var f={};var d=function(h,g){return(g.computeSize)?h.getComputedSize(g):h.getSize();};var b=this.getParent(“body”);if(b&&this.getStyle(“display”)==”none”){f=this.measure(function(){return d(this,a);});}else{if(b){try{f=d(this,a);}catch(c){}}else{f={x:0,y:0};}}return $chk(f.x)?$extend(f,{width:f.x,height:f.y}):$extend(f,{x:f.width,y:f.height});}” getComputedSize=”function(a){a=$merge({styles:[“padding”,”border”],plains:{height:[“top”,”bottom”],width:[“left”,”right”]},mode:”both”},a);var c={width:0,height:0};switch(a.mode){case”vertical”:delete c.width;delete a.plains.width;break;case”horizontal”:delete c.height;delete a.plains.height;break;}var b=[];$each(a.plains,function(h,g){h.each(function(i){a.styles.each(function(j){b.push((j==”border”)?j+”-“+i+”-width”:j+”-“+i);});});});var f={};b.each(function(g){f[g]=this.getComputedStyle(g);},this);var d=[];$each(a.plains,function(h,g){var i=g.capitalize();c[“total”+i]=c[“computed”+i]=0;h.each(function(j){c[“computed”+j.capitalize()]=0;b.each(function(l,k){if(l.test(j)){f[l]=f[l].toInt()||0;c[“total”+i]=c[“total”+i]+f[l];c[“computed”+j.capitalize()]=c[“computed”+j.capitalize()]+f[l];}if(l.test(j)&&g!=l&&(l.test(“border”)||l.test(“padding”))&&!d.contains(l)){d.push(l);c[“computed”+i]=c[“computed”+i]-f[l];}});});});[“Width”,”Height”].each(function(h){var g=h.toLowerCase();if(!$chk(c[g])){return;}c[g]=c[g]+this[“offset”+h]+c[“computed”+h];c[“total”+h]=c[g]+c[“total”+h];delete c[“computed”+h];},this);return $extend(f,c);}” getHTML=”function(){MooTools.upgradeLog(‘1.1 > 1.2: Element.getHTML is deprecated – use Element.get(“html”).’);return this.get(“html”);}” slimbox=”function(N,O){$$(this).slimbox(N,O);return this}”>
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
May 18, 2011 at 10:04 am #391799I have checked your site but couldn’t see the bug. Did you fix it? Could you give us the solution here?
May 30, 2011 at 8:38 am #393539I have just got word from mouseflow. They are a spy software, so i can see what users are doing on my site.
The error where only on the viewing of the mouseflow in IE 8, and not a problem for users, as you have testet.
Sorry for the inconvience and thanks for testing.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by tekstlogo 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum