Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Nodes larger than 4096 characters are truncated with Firefox #26

Open
ghost opened this issue Jul 11, 2011 · 0 comments
Open

Text Nodes larger than 4096 characters are truncated with Firefox #26

ghost opened this issue Jul 11, 2011 · 0 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jul 11, 2011

That's a consequence of http://code.google.com/p/google-web-toolkit/issues/detail?id=719

Text nodes larger than 4096 characters are truncated when you use Node.getNodeValue() with Firefox.
That's a problem when fetching user avatars which are often larger than 4ko when base64-encoded.

Here is a proposal of solution ( not perfect nor well tested): SimonLeLann@96e5f93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants