[Webkit-unassigned] [Bug 14518] failed to ajax call/flash content fails to appear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 04:40:23 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14518


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #1 from ap at webkit.org  2007-07-06 04:40 PDT -------
(In reply to comment #0)
> Dialog box appears when loading site containing message
> 'http://www.v8supercar.com.au/ - failed to ajax call'.

This appears to work in Firefox only due to some Mozilla-specific code in the
script:

if (g_bid == "Mozilla")
{
    // In Mozilla its possible to overide
<...skipped...>
    XMLDocument.prototype.loadXML = function(p_xml_string) {return
MetaWrap.XML.Document.loadXML(this,p_xml_string);};
}

  I'm not sure why this page works in Internet Explorer, but chances are that
this is an evangelism issue for WebKit.

> When selecting 'broadband for full experience' on right-hand side
> of page, Webkit loads indefinitely.

  I could not reproduce this, although the page took quite a while to load.


-- 
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