Page 2 of 2
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Thu Aug 18, 2011 3:39 pm
by therube
This forum.
http://forums.informaction.com/posting. ... f=7&t=7005
Clicking the 'I'm a human' button is ineffectual.
(Simply clicking without doing anything more should renew the displayed captcha.)
And yes, hackedemix does work.
So maybe something peculiar here?
(But again, FF5 does not have the same issue as FF6 has here?)
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Thu Aug 18, 2011 3:48 pm
by Giorgio Maone (ma1)
OK, finally found something and it is actually related to
bug 677050 as hinted by Mc.
Looking for a fix now...
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Thu Aug 18, 2011 4:52 pm
by al_9x
Another smaller issue I noticed here, a typeless html <object> is treated as iframe (affected by forbid iframe) but a typed one, as "other plugin"
Code: Select all
<object data="http://different_domain/iframe1.htm"></object>
<object data="http://different_domain/iframe2.htm" type="text/html"></object>
also the placeholder for the second one has excessive height
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Thu Aug 18, 2011 6:30 pm
by Giorgio Maone
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Thu Aug 18, 2011 6:59 pm
by Mc
Confirmed, fixed. Thank you

Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Fri Aug 19, 2011 10:29 pm
by Giorgio Maone
al_9x wrote:Another smaller issue I noticed here, a typeless html <object> is treated as iframe (affected by forbid iframe) but a typed one, as "other plugin"
Code: Select all
<object data="http://different_domain/iframe1.htm"></object>
<object data="http://different_domain/iframe2.htm" type="text/html"></object>
also the placeholder for the second one has excessive height
Unfortunately that's how Gecko reports and renders them.
I may see if some work-around is possible, though.
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Posted: Mon Aug 22, 2011 1:46 am
by Guest
Giorgio Maone wrote:Fixed in latest development build.
Thanks, that works for me here and on Mozillazine forums.
In case it's of use, please note that whitelisting recaptcha.net did fix the problem here with NoScript 2.1.2.6 as you said but it still did not work on Mozillazine forums.
NoScript 2.1.2.7rc2 works on both, without the whitelisting. On the Mozillazine forums I am again able to send my code attempt after, as I normally do, temporarily allowing the recaptcha <OBJECT> so as to see the squiggly text.
Thanks again. RDL