[Webkit-unassigned] [Bug 6271] New: AJAX XMLHttpRequest incompatibility
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Dec 28 09:01:00 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6271
Summary: AJAX XMLHttpRequest incompatibility
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: mitch.gart at cal.berkeley.edu
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.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list