Bug 6271
Summary: | AJAX XMLHttpRequest incompatibility | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitch gart <mitch.gart> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitch gart
Using AJAX and the XMLHttpRequest object, you can send data to the server
and then later get a callback on the client in JavaScript. On the server
side if you call
response.getWriter().write()
and pass either null or the empty string ("") there is no callback on the
client side. This Safari behavior is different from IE and FireFox: in
IE and FireFox the client side callback occurs even if the string that is
passed from the server is null or empty. It's a very small bug but it
cost me most of a day to find it in my web app.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Sounds like a duplicate of bug 5924. Please test with a latest nightly build from http://nightly.webkit.org
and re-open this bug if the problem is still present (with additional information about how to reproduce
it).
*** This bug has been marked as a duplicate of 5924 ***