Closed
Bug 268995
Opened 20 years ago
Closed 20 years ago
nonbreaking space in forms will be replaced by space
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 194498
People
(Reporter: andreas.wieland, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
When opening a page with a form in which a nonbreaking space appears, it always
will be replaced by a normal space. This destoys form content i.e. in Wikis.
Reproducible: Always
Steps to Reproduce:
1. Open a page with a form with a nonbreaking space in it, i.e.
http://en.wikipedia.org/w/wiki.phtml?title=Wikipedia:Sandbox&action=edit)
2. Save the page!
Actual Results:
When opening the page again the nonbreaking space is lost!
Expected Results:
The nonbreaking space should not be replaced by a space
Comment 1•20 years ago
|
||
This bug is a duplicate of bug #194498
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 194498 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
It does not look like this bug was resolved successfully.
When creating a simple jsfiddle with the HTML <textarea></textarea>, running it and pasting some text containing non-breaking spaces from LibreOffice Writer into the text area, all non-breaking spaces will be converted to normal spaces. This can be verified by trying to copy the text back to Writer or by using a complete form and a server-side script which does not receive the non-breaking spaces after a submit.
When trying the exact same thing using Chromium the non-breaking spaces are preserved.
In our production line it is necessary that every character gets stored as-is to our CMS.
You need to log in
before you can comment on or make changes to this bug.
Description
•