Skip to content

Instantly share code, notes, and snippets.

@omni5cience
Created February 21, 2011 19:43
Show Gist options
  • Save omni5cience/837585 to your computer and use it in GitHub Desktop.
Save omni5cience/837585 to your computer and use it in GitHub Desktop.
A description of a bug I'm having with meetup boards.

So I've noticed a problem with meetup boards: Whenever I want to post to a board I can type in a message, but can't submit it.

Below the Message field there's a <ul> with a single <li> that says You will only be required to do this once. which is particularly unhelpful.

If I try to submit the form I get an error that says You entered a bad response. Please try again. I also noticed that there is a <div> below that with some reCaptcha widget that starts out with display: none; set on it. If I remove that there is a broken reCaptcha that I'm guessing is supposed to be what I'm only required to do once.

Right now the only way I can get around this is to turn off javascript and use the iFrame backup. (For reference, this only seems to work occasionally.)

I'm using:

  • Chrome 9.0.597.102 on a Mac running 10.6.6 (The latest release version of each)

Here's a screenshot to help illustrate my problem:

Screen shot http://cl.ly/1i3R0q1i2y443a1f4506

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment