When creating a new bug or updating the title of an existing but it is impossible to have a double quote in the title. All text after and including the doubt quote is truncated.
It looks to be not that you can't create such an issue or change the name to contain a double quote, but that when you do the cached version isn't updated to match. If you reload nitpick it displays fine.
The precise symptom is that though you could create a bug, or modify an existing bug, to have a double quote in it's title you wouldn't see any test in the issue page in the title field after and including the quote. It would appear in the database and in the issue listings just fine. The title wasn't being sufficiently quoted to the bare double quotes escaped into the <input value="..."> on the page and terminated the quoted portion early.
When creating a new bug or updating the title of an existing but it is impossible to have a double quote in the title. All text after and including the doubt quote is truncated.
Date: 2013-12-01 02:43:54
User: travisb
It looks to be not that you can't create such an issue or change the name to contain a double quote, but that when you do the cached version isn't updated to match. If you reload nitpick it displays fine.
Date: 2013-12-01 02:53:24
User: travisb
The precise symptom is that though you could create a bug, or modify an existing bug, to have a double quote in it's title you wouldn't see any test in the issue page in the title field after and including the quote. It would appear in the database and in the issue listings just fine. The title wasn't being sufficiently quoted to the bare double quotes escaped into the <input value="..."> on the page and terminated the quoted portion early.