nend

  • We-Gen
  • When is a theme, no longer what it was when installed?
  • Messages: 163
Captcha doesn't work in Chrome
« le 21 Mars 2012 à 04:19 »
Since I had a difficult time registering and had to open Firefox to register, I am going to pester you with a bug report. I thought it was a clever scheme of showing a blank box, which meant don't type anything in.

I don't know about other webkit browsers, but the captcha does not work in Chrome because of the lack of APNG support. The main reason I believe though is because of the Portable Network Graphics group never accepted the proposed animated PNG and truthfully their isn't really one standard for it. Mozilla however has a definition of the standard which is widely accepted, but it isn't a real standard and isn't set in stone.

So basically what I am getting at, is APNG's don't work on all browsers. ;)

live627

  • Talking Head
  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Messages: 1 412
Re: Captcha doesn't work in Chrome
« Réponse #1, le 21 Mars 2012 à 07:06 »
Some are animated, some are not. Would it work if animated images are disabled in Chrome?

Nao

  • With a Box
  • If you say so.....
  • Messages: 12 902
Re: Captcha doesn't work in Chrome
« Réponse #2, le 21 Mars 2012 à 07:54 »
I thought Pete's code generated animated Gifs..?
...« I say wedge wedge (in the butt) »
 « Everyone knows rock attained perfection in 1974. It's a scientific fact. » (Homer Simpson)

Arantor

  • With a Box
  • As long as the planets are turning, as long as the stars are burning, as long as your dreams are coming true...
  • Messages: 13 617
Re: Captcha doesn't work in Chrome
« Réponse #3, le 21 Mars 2012 à 10:48 »
Correct. The code does not at any point generate APNGs so if it did generate an APNG something is very fundamentally wrong...
Posté : 21 Mars 2012 à 10:42

And I'd be even more surprised if it didn't work in Chrome seeing as that's where I wrote and tested it...
  When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest.


nend

  • We-Gen
  • When is a theme, no longer what it was when installed?
  • Messages: 163
Re: Captcha doesn't work in Chrome
« Réponse #4, le 21 Mars 2012 à 16:13 »
I disabled all plugins in Chrome and the issue disappeared. One of my plugins seemed to be causing the problem. Just weird though because yesterday I was sure it said APNG for the image.

Arantor

  • With a Box
  • As long as the planets are turning, as long as the stars are burning, as long as your dreams are coming true...
  • Messages: 13 617
Re: Captcha doesn't work in Chrome
« Réponse #5, le 21 Mars 2012 à 16:15 »
Hmm, that's a bit weird. But, no they're definitely GIFs, especially the animated ones (there's a class whose sole job it is to combine the images effectively and preserve transparency between frames properly)
  When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest.


nend

  • We-Gen
  • When is a theme, no longer what it was when installed?
  • Messages: 163
Re: Captcha doesn't work in Chrome
« Réponse #6, le 21 Mars 2012 à 16:50 »
Found the problem, there is a plugin for Chrome that I installed a while back that is conflicting with your GIF. Strange though because it doesn't miss with any other GIF on the site. I installed this plugin to give Chrome APNG support but it looks to cause other problems. The plugin is... https://chrome.google.com/webstore/detail/ehkepjiconegkhpodgoaeamnpckdbblp.

I don't expect you to build compatibility if it is the plugins fault, because that would be the responsibility of the plugin developer. Just thought I would let you know I figured out what was causing the problems.

Arantor

  • With a Box
  • As long as the planets are turning, as long as the stars are burning, as long as your dreams are coming true...
  • Messages: 13 617
Re: Captcha doesn't work in Chrome
« Réponse #7, le 21 Mars 2012 à 17:01 »
Hmm, maybe there's something in the animated GIFs that is haywire then. They are built with a rather interesting process, after all...

Thanks for the link, I'll look into it.
  When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest.


Arantor

  • With a Box
  • As long as the planets are turning, as long as the stars are burning, as long as your dreams are coming true...
  • Messages: 13 617
Re: Captcha doesn't work in Chrome
« Réponse #8, le 6 Avril 2012 à 16:02 »
I've had a look and I can see where there's a problem: the library is essentially reparsing image files and redrawing them onto a Canvas, and this doesn't work for animated GIFs.

I'm not sure how best to work around this, to be honest, since they're animated GIFs that load correctly in everything I've tried them on so I'm going to have to say it's a problem for the plugin author, and I'll raise the issue there.
  When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest.


Arantor

  • With a Box
  • As long as the planets are turning, as long as the stars are burning, as long as your dreams are coming true...
  • Messages: 13 617
Re: Captcha doesn't work in Chrome
« Réponse #9, le 7 Avril 2012 à 23:20 »
This should be corrected in the latest version of the plugin, according to the notice I got from the author :)
  When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest.