[Webkit-unassigned] [Bug 11565] REGRESSION: zimbra webmail client unable to log in/function (AJAX)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 20 03:06:40 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=11565
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |INVALID
Keywords|NeedsReduction |
Component|New Bugs |XML DOM
Status|NEW |RESOLVED
------- Comment #6 from ap at webkit.org 2007-01-20 03:06 PDT -------
(In reply to comment #5)
> ...an unsafe workaround for an
> old bug that's now causing problems (there's quite a bit of browser-specific
> code there).
Yes, that's definitely it:
-------------------------------------------------
var _1082=_1074.getXml();
if(AjxEnv.isSafari){
_1082=_1082.replace("soap=","xmlns:soap=");
}
-------------------------------------------------
(and elsewhere)
Since now the XML already has a proper namespace prefix, this workaround is no
longer needed or valid.
Closing as INVALID.
--
Configure bugmail: http://bugs.webkit.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