function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bryanobryano 

Firefox returning only the first 4,096 characters of a textarea

Hey guys, I'm using the beta toolkit and I'm trying to get a value of a field (Long TextArea) from a QueryResult object in Firefox.  The value is about 12,000 characters long.  However, when I call .get(<field name>) it's only returning the first 4,096 characters.  If I look at the soap response and inspect that field, the correct value is there.  Does anyone know how to get the entire value?

Thanks in advance.

Message Edited by bryano on 09-27-2007 01:55 PM

bryanobryano
I patched the toolkit and fixed the issue.