MHL3060 / bentux

Automatically exported from code.google.com/p/bentux
0 stars 0 forks source link

text box editor limit? #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/bentux/source/detail?r=122

add product page also seeing limit on description, if over the limit, by then 
it won't add the product 
properly.

Original issue reported on code.google.com by lhkh...@gmail.com on 16 Nov 2009 at 5:35

GoogleCodeExporter commented 9 years ago
as at this moment, the ckeditor can't limit the character length.
this is an issue they may address in their next release.

the work around is, we can increaes the POJO field to 10K.
I think that will take care of most of the cases.

Original comment by benli3...@gmail.com on 23 Nov 2009 at 1:06

GoogleCodeExporter commented 9 years ago
already finish with it? please verify thanks

Original comment by lhkh...@gmail.com on 23 Nov 2009 at 4:18

GoogleCodeExporter commented 9 years ago
we can't fixed this issue because the ckeditor (the rich editor we used doesn't 
have 
this feature).

the work around is to increase the varchar length on these fields.

Original comment by benli3...@gmail.com on 23 Nov 2009 at 5:07