exercism / bugs

Please use https://github.com/exercism/exercism for reporting bugs.
1 stars 3 forks source link

Teams: text stays in input box after pressing Comment #9

Closed matthewmcgarvey closed 5 years ago

matthewmcgarvey commented 5 years ago

Below is a picture right after I pressed comment

Screen Shot 2019-03-27 at 1 00 10 PM
sshine commented 5 years ago

The comment text field is broken in other ways, too.

You can't resize it (in Chrome), and previewing doesn't work.

The best workaround is to write a stub in it, hit comment, and edit your own comment, since the "edit comment" field works fine.

I'm guessing the bug is that the selector used for making the comment field smart somehow skips out on the original comment field.

kntsoriano commented 5 years ago

Thank you! Should now be fixed on production.