Closed
Bug 305194
Opened 19 years ago
Closed 19 years ago
AJAX XML output > 4096 does not fully display
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 194231
People
(Reporter: email2005, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Essentially what is happening is this...using AJAX I am grabbing some XML data and setting the value attribute of a textarea with the results. The data we are trying to set is plain text and is 6494 characters long. However, when we perform the assignment, only the characters AFTER the first 4096 are displayed due to the fact that that is all that is returned from our getElementTextNS function. Works properly in other browsers. See URL for more details and example. Reproducible: Always Steps to Reproduce: 1.See web site 2. 3. Actual Results: only the characters AFTER the first 4096 are displayed due to the fact that that is all that is returned from our getElementTextNS function. Expected Results: All characters should have displayed Fully explained on web site
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 194231 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•