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?)
2.1.2.6rc6 breaks captcha in Gecko 6.0
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110813 Firefox/6.0 SeaMonkey/2.3
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
OK, finally found something and it is actually related to bug 677050 as hinted by Mc.
Looking for a fix now...
Looking for a fix now...
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
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"
also the placeholder for the second one has excessive height
Code: Select all
<object data="http://different_domain/iframe1.htm"></object>
<object data="http://different_domain/iframe2.htm" type="text/html"></object>
Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Fixed in latest development build, thanks.
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Confirmed, fixed. Thank you 

Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110813 Firefox/6.0 SeaMonkey/2.3 Lightning/1.0b5
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Unfortunately that's how Gecko reports and renders them.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"
also the placeholder for the second one has excessive heightCode: Select all
<object data="http://different_domain/iframe1.htm"></object> <object data="http://different_domain/iframe2.htm" type="text/html"></object>
I may see if some work-around is possible, though.
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0
Re: 2.1.2.6rc6 breaks captcha in Gecko 6.0
Thanks, that works for me here and on Mozillazine forums.Giorgio Maone wrote:Fixed in latest development build.
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