Closed
Bug 123317
Opened 22 years ago
Closed 22 years ago
High ASCII data is being cut off at certain characters during form submission
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: zedorg, Assigned: john)
References
()
Details
(Keywords: dataloss, intl, regression)
Attachments
(1 file)
543 bytes,
text/html
|
Details |
In textarea or input type text if the value contains some of these entities: & ocirc; or & otilde; .... mozilla (tested under win2k, under linux worked) would not send the data, it breaks before these chars. I make a test page, so you check it. This is very important, cause who use mozilla and this chars under windows, can not send the text they want. It can be fixed from html or it is a real mozilla bug?
Comment 1•22 years ago
|
||
Both seemed to work for me with build 2002020106-0.9.8/WinNT4. Reporter: what build ID are you using, and does it still happen with a more recent build?
win2k: regional setting: English [UK], language Central Europe With mozilla 20011128 rv.0.9.4 in NS6/6.2.1 these chars will be '?', but sended. With: 2002013003, 2002020208, 2002020318 (swg-math), release 0.9.7 (2001122106) the problem is available.
The problem seem to be the character coding: In case: ISO 8859-2, these chars wont go, but change the charset to ISO 8859-1 will. How can it be?:) In input value there are html entities and not special chars.
Comment 4•22 years ago
|
||
Ah! Confirmed - 2002020106-0.9.8/WinNT4, when set to ISO-8859-2, shows the behaviour described. My 'WFM' was with it set to ISO-8859-1. How odd ...
Comment 5•22 years ago
|
||
*** Bug 123386 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
Confirming, setting os to all, See coments in Bug 123386, and another testcase is http://bubblegum/vladimire/tests/ugntxt03.html
Updated•22 years ago
|
Priority: -- → P2
Comment 7•22 years ago
|
||
Vladimir: would you be able to please put your testcase on an external server, or attach it? Thanks :-) Also, bug 123386 has a much more general summary than this bug ... might be worth changing it.
Updated•22 years ago
|
Summary: Some latin 2 chars with html entities won't work in textarea and text input → High ASCII data is being cut off at certain characters during form submission
Comment 8•22 years ago
|
||
Comment 10•22 years ago
|
||
Reassigning to jkeiser
Assignee: alexsavulov → jkeiser
Target Milestone: --- → mozilla1.0
Comment 11•22 years ago
|
||
Marking nsbeta1-.
Keywords: regression
Comment 12•22 years ago
|
||
This is breaking our automation testing results, cuts off tables which breaks the parser scripts. Changing severity to blocker.
Severity: major → blocker
Assignee | ||
Comment 13•22 years ago
|
||
I am thinking bug 117422 is a dup of this. Let's see what happens when ftang checks in, shall we?
Depends on: 117422
Comment 14•22 years ago
|
||
*** Bug 128137 has been marked as a duplicate of this bug. ***
Comment 15•22 years ago
|
||
This was fixed by 117422.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 16•22 years ago
|
||
Verifying on windows 98 build 2002-03-01-03-trunk and linux RedHat build 2002-03-01-09-trunk
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•