taoguan / jwysiwyg

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

double and more spaces #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you enter text, which will have 2 or more spaces, and then submit the
form, then in $_POST['%textareaname%'] will be part of this text before
those spaces.

Example:
"Please search for         an existing issue before reporting a problem as
a new issue."

And after submit:
$_POST['%textareaname%'] = "Please search for"

Original issue reported on code.google.com by vzzhob...@gmail.com on 18 Apr 2009 at 10:02

GoogleCodeExporter commented 8 years ago
This is defined by HTML - multiple whitespaces looks like one unless 
preformatted. 

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 1:05

GoogleCodeExporter commented 8 years ago

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 6:20