<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>IdentitySelector Work Item Rss Feed</title><link>http://www.codeplex.com/IdentitySelector/WorkItem/List.aspx</link><description>IdentitySelector Work Item Rss Description</description><item><title>Commented Issue: Errors since upgrading to Firefox 3.6 [26004]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=26004</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;I am getting the following error a lot from various sites, esp. Pandora, since upgrading to Firefox 3.6 this morning.&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;oncontentLoaded &amp;#40;processlCardttems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for&lt;br /&gt;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.pandora.com&amp;#62; to get property window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;ads.adsonar.com&amp;#62;.&lt;br /&gt;doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.pandora .comfindude&amp;#47;radioAdEmbed.htmml&amp;#63;interacbon &amp;#61;play&amp;#38;ndex &amp;#61;3&amp;#38;sz&amp;#61;2000x2&amp;#38;&lt;br /&gt;ord &amp;#61; 126410975438171 1264&amp;#38;station &amp;#61;&amp;#38;-session &amp;#61; 1264106082 105&amp;#38;_elapsed &amp;#61;22011 15&amp;#38;Jean &amp;#61;0&lt;br /&gt;line&amp;#58;0&lt;br /&gt;&lt;br /&gt;What more do you need to debug this.  I&amp;#39;ll dig in and see if I can fix it, if you can advise me.&lt;br /&gt;&lt;br /&gt;TIA&amp;#33;&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Travis Spencer&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;I see a warning on your test page in the console log. But this rule should - in my opnion - not apply to addons that have permission to do what ever they want to do with a page.&lt;br /&gt;I am wondering what the difference to the openinfocard selector is. Sadly the two codebase diverged in the past and it would be some work to move the openinfocard addon code to the codeplex addon. But that is probably the easiest way to fix this issue. Although we would then not know what the reason for this really was. I think that the error is related to the runInterceptScript code and when that is called. This executes javascript in the scope of the window.document and I guess that that code raises the security exception.&lt;br /&gt;Thanks for trying to fix this.&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Fri, 22 Jan 2010 23:04:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errors since upgrading to Firefox 3.6 [26004] 20100122110440P</guid></item><item><title>Commented Issue: Errors since upgrading to Firefox 3.6 [26004]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=26004</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;I am getting the following error a lot from various sites, esp. Pandora, since upgrading to Firefox 3.6 this morning.&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;oncontentLoaded &amp;#40;processlCardttems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for&lt;br /&gt;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.pandora.com&amp;#62; to get property window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;ads.adsonar.com&amp;#62;.&lt;br /&gt;doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.pandora .comfindude&amp;#47;radioAdEmbed.htmml&amp;#63;interacbon &amp;#61;play&amp;#38;ndex &amp;#61;3&amp;#38;sz&amp;#61;2000x2&amp;#38;&lt;br /&gt;ord &amp;#61; 126410975438171 1264&amp;#38;station &amp;#61;&amp;#38;-session &amp;#61; 1264106082 105&amp;#38;_elapsed &amp;#61;22011 15&amp;#38;Jean &amp;#61;0&lt;br /&gt;line&amp;#58;0&lt;br /&gt;&lt;br /&gt;What more do you need to debug this.  I&amp;#39;ll dig in and see if I can fix it, if you can advise me.&lt;br /&gt;&lt;br /&gt;TIA&amp;#33;&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Travis Spencer&lt;br /&gt;Comments: ** Comment from web user: spencer205 ** &lt;p&gt;To reptro, check here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.travisspencer.com&amp;#47;tmp&amp;#47;icard_sel_test.html &amp;#40;code from http&amp;#58;&amp;#47;&amp;#47;fbug.googlecode.com&amp;#47;svn&amp;#47;tests&amp;#47;issues&amp;#47;issue379.html&amp;#41;. &lt;/p&gt;&lt;p&gt;Additional info&amp;#58; &lt;/p&gt;&lt;p&gt;&amp;#42; https&amp;#58;&amp;#47;&amp;#47;developer.mozilla.org&amp;#47;en&amp;#47;DOM&amp;#47;window.document&lt;br /&gt;&amp;#42; https&amp;#58;&amp;#47;&amp;#47;bugzilla.mozilla.org&amp;#47;show_bug.cgi&amp;#63;id&amp;#61;397828&lt;/p&gt;&lt;p&gt;The first one points out the problem&amp;#58;&lt;/p&gt;&lt;p&gt;            Firefox 3 alters the security for windows&amp;#39; documents so that only the domain from which it was located can access the document. &lt;/p&gt;&lt;p&gt;I think the fix might be as easy as checking in the selector&amp;#39;s JS if the document is from the original domain. If not, don&amp;#39;t touch it.  Why is access to the inframe&amp;#39;s document needed&amp;#63;&lt;br /&gt;&lt;/p&gt;</description><author>spencer205</author><pubDate>Fri, 22 Jan 2010 21:46:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errors since upgrading to Firefox 3.6 [26004] 20100122094629P</guid></item><item><title>Commented Issue: Errors since upgrading to Firefox 3.6 [26004]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=26004</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;I am getting the following error a lot from various sites, esp. Pandora, since upgrading to Firefox 3.6 this morning.&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;oncontentLoaded &amp;#40;processlCardttems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for&lt;br /&gt;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.pandora.com&amp;#62; to get property window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;ads.adsonar.com&amp;#62;.&lt;br /&gt;doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.pandora .comfindude&amp;#47;radioAdEmbed.htmml&amp;#63;interacbon &amp;#61;play&amp;#38;ndex &amp;#61;3&amp;#38;sz&amp;#61;2000x2&amp;#38;&lt;br /&gt;ord &amp;#61; 126410975438171 1264&amp;#38;station &amp;#61;&amp;#38;-session &amp;#61; 1264106082 105&amp;#38;_elapsed &amp;#61;22011 15&amp;#38;Jean &amp;#61;0&lt;br /&gt;line&amp;#58;0&lt;br /&gt;&lt;br /&gt;What more do you need to debug this.  I&amp;#39;ll dig in and see if I can fix it, if you can advise me.&lt;br /&gt;&lt;br /&gt;TIA&amp;#33;&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Travis Spencer&lt;br /&gt;Comments: ** Comment from web user: spencer205 ** &lt;p&gt;I&amp;#39;ve had to disable the add-on because it was happening on so many sites.&lt;/p&gt;&lt;p&gt;More generally, I think the has to do w&amp;#47; the add-in accessing a document in a different domain. I&amp;#39;ll grab the source, and search around to see if I can find a way to fix this. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><author>spencer205</author><pubDate>Fri, 22 Jan 2010 21:22:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errors since upgrading to Firefox 3.6 [26004] 20100122092255P</guid></item><item><title>Commented Issue: Errors since upgrading to Firefox 3.6 [26004]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=26004</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;I am getting the following error a lot from various sites, esp. Pandora, since upgrading to Firefox 3.6 this morning.&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;oncontentLoaded &amp;#40;processlCardttems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for&lt;br /&gt;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.pandora.com&amp;#62; to get property window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;ads.adsonar.com&amp;#62;.&lt;br /&gt;doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.pandora .comfindude&amp;#47;radioAdEmbed.htmml&amp;#63;interacbon &amp;#61;play&amp;#38;ndex &amp;#61;3&amp;#38;sz&amp;#61;2000x2&amp;#38;&lt;br /&gt;ord &amp;#61; 126410975438171 1264&amp;#38;station &amp;#61;&amp;#38;-session &amp;#61; 1264106082 105&amp;#38;_elapsed &amp;#61;22011 15&amp;#38;Jean &amp;#61;0&lt;br /&gt;line&amp;#58;0&lt;br /&gt;&lt;br /&gt;What more do you need to debug this.  I&amp;#39;ll dig in and see if I can fix it, if you can advise me.&lt;br /&gt;&lt;br /&gt;TIA&amp;#33;&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Travis Spencer&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;Another user had this issue with the 3.5 version of Firefox although I could not reproduce it with FF3.5 nor FF3.6rc2. I guess this issue is related to ads in iframes. I can not try this on http&amp;#58;&amp;#47;&amp;#47;www.pandora.com because pandora does not allow access from Europe.&lt;br /&gt;&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Fri, 22 Jan 2010 18:04:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errors since upgrading to Firefox 3.6 [26004] 20100122060416P</guid></item><item><title>Created Issue: Errors since upgrading to Firefox 3.6 [26004]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=26004</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;I am getting the following error a lot from various sites, esp. Pandora, since upgrading to Firefox 3.6 this morning.&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;oncontentLoaded &amp;#40;processlCardttems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for&lt;br /&gt;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.pandora.com&amp;#62; to get property window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;ads.adsonar.com&amp;#62;.&lt;br /&gt;doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.pandora .comfindude&amp;#47;radioAdEmbed.htmml&amp;#63;interacbon &amp;#61;play&amp;#38;ndex &amp;#61;3&amp;#38;sz&amp;#61;2000x2&amp;#38;&lt;br /&gt;ord &amp;#61; 126410975438171 1264&amp;#38;station &amp;#61;&amp;#38;-session &amp;#61; 1264106082 105&amp;#38;_elapsed &amp;#61;22011 15&amp;#38;Jean &amp;#61;0&lt;br /&gt;line&amp;#58;0&lt;br /&gt;&lt;br /&gt;What more do you need to debug this.  I&amp;#39;ll dig in and see if I can fix it, if you can advise me.&lt;br /&gt;&lt;br /&gt;TIA&amp;#33;&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Travis Spencer&lt;br /&gt;</description><author>spencer205</author><pubDate>Thu, 21 Jan 2010 21:44:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Errors since upgrading to Firefox 3.6 [26004] 20100121094415P</guid></item><item><title>Created Issue: Google Calendar Error [25883]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25883</link><description>I&amp;#39;m getting an error when I go to http&amp;#58;&amp;#47;&amp;#47;www.google.com&amp;#47;calendar&amp;#47;render that says&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onInstall&amp;#58; &amp;#91;Exception... &amp;#34;Component returned failure code&amp;#58; 0x80004005 &amp;#40;NS_ERROR_FAILURE&amp;#41; &amp;#91;nsIDOMLocation.host&amp;#93;&amp;#34;  nsresult&amp;#58; &amp;#34;0x80004005 &amp;#40;NS_ERROR_FAILURE&amp;#41;&amp;#34;  location&amp;#58; &amp;#34;native frame &amp;#58;&amp;#58; &amp;#60;unknown filename&amp;#62; &amp;#58;&amp;#58; &amp;#60;TOP_LEVEL&amp;#62; &amp;#58;&amp;#58; line 0&amp;#34;  data&amp;#58; no&amp;#93;&lt;br /&gt;&lt;br /&gt;What do you need for debugging it&amp;#63;&lt;br /&gt;</description><author>wwahammy</author><pubDate>Sun, 10 Jan 2010 07:11:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Google Calendar Error [25883] 20100110071102A</guid></item><item><title>Closed Issue: Hooking Form Submit issues [7954]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=7954</link><description>In the constructor of the add-on &amp;#40;InformationCard.xml&amp;#41; you search for the form containing the &amp;#39;object&amp;#39;. If it&amp;#39;s not find OK, but if it&amp;#39;s found you hook up to its submit event. The problem is that if I modify the DOM - remove the &amp;#39;object&amp;#39; outside the form the cardspace selector is still triggered on submit. My point is to look for the form &amp;#40;and hook to its submission&amp;#41; after the user has selected a card. It&amp;#39;s done this way in IE.&lt;br /&gt;Comments: &lt;p&gt;died of age&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Thu, 07 Jan 2010 13:08:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: Hooking Form Submit issues [7954] 20100107010850P</guid></item><item><title>Closed Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: &lt;p&gt;wwahammy reported that the issue is fixed which 1.1.4-rc1.xpi&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 06 Jan 2010 19:19:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: Consistent Javascript Errors [25810] 20100106071950P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: wwahammy ** &lt;p&gt;Nice job, that seems to do it&amp;#33; Thanks for the help&amp;#33;&lt;/p&gt;</description><author>wwahammy</author><pubDate>Wed, 06 Jan 2010 16:02:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20100106040217P</guid></item><item><title>Closed Issue: Login via InfoCard with Version 1.1.14 does not work on www.kuppingercole.de [20742]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=20742</link><description>Login via InfoCard with 1.1.14 does not work on my system, e.g. on www.kuppingercole.de. I use FireFox 3.0.5 and Vista SP1, german version. As a result I instantly get the message from the CardSpace-Manager&amp;#58; &amp;#34;Fehler beim &amp;#220;berpr&amp;#252;fen der eingehenden Richtlinie. Deaktieren, Schlie&amp;#223;en&amp;#34;&lt;br /&gt;&lt;br /&gt;Best Regards&lt;br /&gt;Stefan Bamberg&lt;br /&gt;Comments: &lt;p&gt;closed because it was fixed with 1.1.0 and I just retested it with 1.1.14&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 06 Jan 2010 15:56:27 GMT</pubDate><guid isPermaLink="false">Closed Issue: Login via InfoCard with Version 1.1.14 does not work on www.kuppingercole.de [20742] 20100106035627P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;Please try the attached new version. I think this will work.&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 06 Jan 2010 15:11:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20100106031115P</guid></item><item><title>Closed Task: Incompatible with Firefox 3.5.3 [24625]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=24625</link><description>Any plans to make this plugin work with Firefox 3.5.3&amp;#63;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;  Taliesin&lt;br /&gt;Comments: &lt;p&gt;Because it is fixed sind 1.1.0&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 06 Jan 2010 14:58:21 GMT</pubDate><guid isPermaLink="false">Closed Task: Incompatible with Firefox 3.5.3 [24625] 20100106025821P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: wwahammy ** &lt;p&gt;No I do not have a master password set. Do you use some sort of ad blocking add on&amp;#63; If so, these frames seem to mainly be ad ones so you might be missing them.&lt;/p&gt;&lt;p&gt;I know get this error at Reuters.com&amp;#58;&lt;br /&gt;IdentitySelector Error&amp;#58;processICardItems &amp;#40;handle a frame&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.reuters.com&amp;#62; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;ad.yieldmanager.com&amp;#62;.&lt;/p&gt;&lt;p&gt;This one as well as the one for the other ad on the page pop up at least 10 times on the page now.&lt;/p&gt;</description><author>wwahammy</author><pubDate>Sun, 03 Jan 2010 20:25:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20100103082513P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;New beta is attached. Please try it out. I am wondering why I don&amp;#39;t see these errors&amp;#58; Do you have a masterpassword set for Firefox&amp;#63; I have.&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Sun, 03 Jan 2010 10:54:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20100103105452A</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: wwahammy ** &lt;p&gt;I get this error at reuters.com&amp;#58;&lt;/p&gt;&lt;p&gt;ContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; ReferenceError&amp;#58; e is not defined doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.reuters.com&amp;#47; line&amp;#58;1417&lt;/p&gt;</description><author>wwahammy</author><pubDate>Sat, 02 Jan 2010 16:26:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20100102042640P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;Sorry that was a copy past error. I fixed that and additionally bail out of the frame loop if the frame.document.location.href &amp;#61;&amp;#61; &amp;#34;about&amp;#58;blank&amp;#34;. I guess that the site you have problems with are empty frames.&lt;br /&gt;Please try the newly attached file identityselector-1.1.4-beta.xpi and tell me the outcoming. Thank you.&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Sat, 02 Jan 2010 12:54:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20100102125420P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: wwahammy ** &lt;p&gt;That does fix the previous issue. However I have a new issue&amp;#58; &amp;#34;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; ReferenceError&amp;#58; e is not defined doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;1414&amp;#34;.&lt;/p&gt;&lt;p&gt;I get the same error at cnn.com &amp;#40;with the doc being the requisite value&amp;#41;. There are far fewer websites where this error happens than the previous one.&lt;/p&gt;&lt;p&gt;I apologize for not getting the console details to you. If you&amp;#39;d like them still, please notify me.&lt;br /&gt;&lt;/p&gt;</description><author>wwahammy</author><pubDate>Thu, 31 Dec 2009 20:32:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20091231083201P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;new attachment 1.1.4 beta&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 30 Dec 2009 16:49:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20091230044925P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;Please try the attached version 1.1.4. myspace.com uses empty iframes which might cause the issue although I still not see your error message. Does the problem persist with this version&amp;#63;&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 30 Dec 2009 16:39:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20091230043926P</guid></item><item><title>Commented Issue: Consistent Javascript Errors [25810]</title><link>http://identityselector.codeplex.com/WorkItem/View.aspx?WorkItemId=25810</link><description>I&amp;#39;m unable to use IdentitySelector, a problem I&amp;#39;ve had for numerous version. I regularly get errors on various webpages from identity selector. For example, at http&amp;#58;&amp;#47;&amp;#47;www.myspace.com, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;IdentitySelector Error&amp;#58;onContentLoaded &amp;#40;processICardItems&amp;#41;&amp;#58; Error&amp;#58; Permission denied for &amp;#60;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#62; &amp;#40;document.domain&amp;#61;&amp;#60;http&amp;#58;&amp;#47;&amp;#47;myspace.com&amp;#62;&amp;#41; to get property Window.document from &amp;#60;http&amp;#58;&amp;#47;&amp;#47;demr.opt.fimserve.com&amp;#62; &amp;#40;document.domain has not been set&amp;#41;. doc&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.myspace.com&amp;#47; line&amp;#58;0&lt;br /&gt;&lt;br /&gt;This happens a number of different web sites and prevents me from using Identity Selector.&lt;br /&gt;Comments: ** Comment from web user: ignisvulpis ** &lt;p&gt;I don&amp;#39;t see this error message with Firefox 3.5.6 and IdentitySelector-1.1.3 at www.myspace.com. A difference is probably that I see a German localized version even if I set the preferred languages to en-us and en.&lt;br /&gt;Could you please set the preferences in your browser as described in https&amp;#58;&amp;#47;&amp;#47;developer.mozilla.org&amp;#47;en&amp;#47;Setting_up_extension_development_environment and tell me if you see something interesting in the console&amp;#63;&lt;/p&gt;</description><author>ignisvulpis</author><pubDate>Wed, 30 Dec 2009 16:13:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Consistent Javascript Errors [25810] 20091230041349P</guid></item></channel></rss>