I can confirm this issue on firefox-3.0 and firefox-2 (2.0.0.14). The problem appears to be due to the following JavaScript errors (from FireBug console):
Permission denied to get property Window.document http://include.ebaystatic.com/js/e567/uk/iframebody_e5671uk.js Line 214 Source: function Ebay(pName) {if(!this.objType) this.objType="Ebay";this.base=EbayBase;this.base(parent,pName,true);this.oServer=this.oErrorManager=null;this.init=function() {this.oDocument=new EbayDOM(this,"Document object");this.oGlobals=new EbayGlobals(this,"Global objects");this.oUtils=new EbayUtils(this,"Common functions");this.attachParent();} this.attachParent=function() {var doc=this.oDocument,cl=this.oGlobals.oClient,dd=doc.getQueryValue("downgradeDomain").is("true");if(dd&&!(cl.bMac&&cl.bIE)) /*** error is in following line ***/ doc.downgradeDomain();this._addControl(doc.name,doc,true);var doc=this.oDocument,wo=(window.parent!=window)?window.parent:window.opener,srch=location.search,prt=(wo&&(typeof(wo.document)!="unknown")&&(dd||doc.getQueryValue("ej2child").is("true")))?(wo.g_ebayParent||wo.g_ebPopupParent):null;var ej2p=doc.getQueryValue("ej2parent");prt=(ej2p&&prt)?prt[ej2p]:null;if(prt) {this.parent=prt;prt._addControl(this.name,this,true);}} this.init();} window.ebay=new Ebay("EbayJavascript2"); ebay is not defined http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=220244552946&fastrefresh=true&lastaccessed=1213912637000&lvr=0&hb=&rm=false Line 7 Source: (function(){ /*** error is on following line ***/ var oCfg = ebay.oDocument.addConfig(new EbayConfig("ViewItem.FastRefresh.Response")); oCfg.aDivs = [["FastVIPBIBO","FastVIPBIBO"],["DetailsCurrentBidText","DetailsCurrentBidText"],["DetailsCurrentBidValue","DetailsCurrentBidValue"],["DetailsTimeLeft","DetailsTimeLeft"],["detbidhisthibid","detbidhisthibid"],["DetailsReserve","DetailsReserve"],["FastVIDetailsBottom","FastVIDetailsBottom"],["DetailsActionMaxBid","DetailsActionMaxBid"]]; oCfg.aReBindElements =['refresh','divrefresh','refresh1','divrefresh1','checkyourstatus_button','OutbidForm','placebid']; oCfg.bRedirect=false; oCfg.sReqUrl ="http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=220244552946&fastrefresh=true&lastaccessed=1213912857000&lvr=0&hb=&rm=false"; }()); In short, not a Firefox bug, an eBay bug caused (it appears) by a Firefox security fix. Hope they fix it quickly, my gf is losing a great deal of confidence in FF as a result of this. -- the refresh button on ebay doesn't https://bugs.launchpad.net/bugs/218670 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
