Jesús Cea Avión <[email protected]> added the comment: OK. Reproductible case:
1. I went to http://bugs.python.org/issue6715 2. I deleted my self from the nosy list. 3. Commit. 4. Go to http://bugs.python.org/issue6715 again. 5. Add myself to the NOSY list using the "+" button. 6. Commit I get this error message: "property nosy: 'ChristopheSimonis' is not a user.". Note that there is no spaces in the username reported in the error. 7. Go again http://bugs.python.org/issue6715 8. Add myself to the nosy list using the "+" button. 9. Before committing, I check the altered NOSY list. The javascript launched when pressed "+" actually deleted the space in "Christophe Simonis". 10. Add the space back, by hand. 11. Commit. Success. So the issue is the javascript. Seems it should delete spaces only a) before and after the text and b) before and after a comma until hitting a non space char. _______________________________________________________ PSF Meta Tracker <[email protected]> <http://psf.upfronthosting.co.za/roundup/meta/issue390> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tracker-discuss
