TTsWeb / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

No indication that there is a maximum length for paste title. #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When creating a new paste, and typing a new title for the paste into the
text input, there is no indication to the user that their title will be
truncated before it goes to the database.

I attempted to create a paste with the title "Test paste to embed (a
stikked view)" but in the DB this is "Test paste to embed (a stikked v" .
If we are going to have a maximum length for the title, it would be better
to add a maxlength attribute to the title input.

Original issue reported on code.google.com by michelle...@gmail.com on 15 Feb 2009 at 5:53

GoogleCodeExporter commented 8 years ago
That's me too.

Original comment by perrytri...@gmail.com on 15 Feb 2009 at 6:29

GoogleCodeExporter commented 8 years ago
Maximum length is easily changable by editing the field length for title in the 
MySQL
database.

Original comment by hardcorp...@gmail.com on 20 Aug 2009 at 7:21