Skip to forum content
FireGPG Forum
Forum for the FireGPG's extention. (!Don't post too links or wait we unban your, akismet is very aggressive)
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
FireGPG Forum » Posts by InspirationDate
I was getting this when firefox tried to handle the update:
I instead updated it from the site fine. Might be something on my end but I thought I'd mention it.
you can get the version numbers from the news page: http://getfiregpg.org/news.html
i grabbed the svn though.
ah yes, the bug tracker.
thanks for the fix, it was bothering me enough to debug it myself .
That link just points to my post.
I did a search and couldn't find anything. Oh well.
I've noticed that the inline detection doesn't check what the text's parent node is before applying the iframe. This is a big problem when you have encrypted text in a textarea. The encrypted text will magically disappear. You can see what I mean here:
http://inspirationdate.net/code/firegpg.php
I played around a bit with the code and got it working by adding this to the HandlePage method:
if (node.parentNode.nodeName == 'TEXTAREA')
break;
after
if (node.textContent.indexOf(Keyring.Tags.PgpBlockStart, idx) == -1)
break;
I haven't done very much testing or anything. Hope this helps though.
Posts found [ 5 ]
FireGPG Forum » Posts by InspirationDate
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 2 official extensions. Copyright © 2003–2009 PunBB.