Hi Daniel, On Mon, 10 Jan 2011, Daniel Wagner wrote:
> does this problem only occur in the build version? Yes. > The error message looks like something I've seen in IE, is that what > you're using? How about other browsers? IE8 and FF 3.6.12. > Do you know what qx.dom.Node.getWindow(q) returns? Unfortunately not, as I can't really find the context in my own application. It only happens for some users of my application, all from the same government organisation (it works on their PC at home). I assume it must have to do with some special "security" settings, but don't know if it is at the browser, PC, or firewall level. > Is it the application's own window object or a different one? If it's the > latter, it might be the browser restricting cross-window JavaScript object > access. I guess I'll have to debug it with them in more detail. Unfortunately their IT-support is not terribly cooperative (mainly trying to blame the developer, although the application works well "everywhere else" in Switzerland). Thanks, Fritz > Regards, > Daniel > > Fritz Zaucker schrieb: >> Hi, >> >> does anybody have an idea what could cause the following error message >> >>> Meldung: Erlaubnis verweigert. >>> Zeile: 1590 >>> Zeichen: 2 >>> Code: 0 >>> URI: http://model.agrammon.ch/regional/script/AgrammonRegional.js >> >> The first line is "Message: permission denied". >> >> This is the context of the script: >> >> if(k.delay){return window.setTimeout(c,k.delay); >> } >> if(k.periodical){return window.setInterval(c,k.periodical); >> }}else if(k.attempt){var e=false; >> >> try{e=j.apply(k.self||this,d); >> }catch(f){}return e; >> }else{return j.apply(k.self||this,d); >> }}; >> },bind:function(B,self,C){return >> this.create(B,{self:self,args:arguments.length >> },curry:function(v,w){return >> this.create(v,{args:arguments.length>1?qx.lang.Arr >> },listener:function(r,self,s){if(arguments.length<3){return >> function(event){ret >> }; >> }else{var t=qx.lang.Array.fromArguments(arguments,2); >> return function(event){var u=[event||window.event]; >> u.push.apply(u,t); >> r.apply(self||this,u); >> }; >> }},attempt:function(a,self,b){return >> this.create(a,{self:self,attempt:true,args >> },delay:function(D,E,self,F){return >> this.create(D,{delay:E,self:self,args:argum >> },periodical:function(g,h,self,i){return >> this.create(g,{periodical:h,self:self, >> }}}); >> })(); >> (function(){var n="qx.event.Registration"; >> qx.Class.define(n,{statics:{__bw:{},getManager:function(q){if(q==null){{}; >> q=window; >> }else if(q.nodeType){q=qx.dom.Node.getWindow(q); >> }else if(!qx.dom.Node.isWindow(q)){q=window; >> }var s=q.$$hash||qx.core.ObjectRegistry.toHashCode(q); >> var r=this.__bw[s]; >> >> The second last line is line 1590 in question. >> >> Best regards, >> Fritz >> > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Oetiker+Partner AG tel: +41 62 775 99 03 (direct) Fritz Zaucker +41 62 775 99 00 (switch board) Aarweg 15 +41 79 675 06 30 (mobile) CH-4600 Olten fax: +41 62 775 99 05 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
