First time here? Check out the FAQ!
2

Can't vote after answering
 

Right now, after we answered a question, we can't vote anymore on this question.

The reason is that javascript used a label present only on the answer form before binding the buttons (question-subscribe-updates) and this label doesn't appear with the "Edit your previous answer" button (and of course, when javascript fails, you won't know it ...)

There is 2 solutions to fix this :

  • Removing the wrong javascript part when user already answered the question (doesn't require a lot of work)
  • Always add the missing label (requires some more work, but may be more relevant ...)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
bgenevaux's avatar
201
bgenevaux
asked 12 years ago

Comments

see more comments

1 Answer

3

This issue is fixed in the repository.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

Good, is possible to know what is the fix adopted? Only for knowledge :)

I Like AskBot's avatar I Like AskBot (12 years ago)
see more comments