<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>8197</bug_id>
          
          <creation_ts>2006-04-05 10:20:57 -0700</creation_ts>
          <short_desc>REGRESSION: Realm status is not displayed at worldofwarcraft.com</short_desc>
          <delta_ts>2006-05-11 10:10:24 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>XML</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.worldofwarcraft.com/realmstatus/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>7838</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Edward Keech">ed.keech</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>eric</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>38611</commentid>
    <comment_count>0</comment_count>
    <who name="Edward Keech">ed.keech</who>
    <bug_when>2006-04-05 10:20:57 -0700</bug_when>
    <thetext>Doesn&apos;t display the table where the server&apos;s are. Safari works fine.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>41489</commentid>
    <comment_count>1</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-05-07 20:00:47 -0700</bug_when>
    <thetext>Alexey changed the component to XML, because the error that prevents the page from working is &quot;xslDoc.load&quot; not working. I believe that this worked before because we didn&apos;t have XSLTProcessor, and it&apos;s failing now because the document returned by XSLTProcessor.getDomDocument does not have a load function. Here&apos;s the code:

        tableProcessor = new XSLTProcessor();
        var xslDoc = Sarissa.getDomDocument();
        xslDoc.async = false;
        xslDoc.load(&apos;/realmstatus/realmstatus.xsl&apos;);
        tableProcessor.importStylesheet(xslDoc);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>41490</commentid>
    <comment_count>2</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2006-05-07 20:08:39 -0700</bug_when>
    <thetext>Isn&apos;t the load method from DOM 3 Load and Save?  I don&apos;t think we&apos;ve ever supported it.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>41491</commentid>
    <comment_count>3</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2006-05-07 20:09:17 -0700</bug_when>
    <thetext>Or is this their own JS document wrapper and not a real DOM document?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>41512</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-05-08 02:59:48 -0700</bug_when>
    <thetext>Sarissa provides its own load(), but only if window.XMLDocument is defined, see bug 7838.

else{ /* end IE initialization, try to deal with real browsers now ;-) */
   if(_SARISSA_HAS_DOM_CREATE_DOCUMENT){
        if(window.XMLDocument){
...
            XMLDocument.prototype.load = function(sURI) {
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42008</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-05-11 10:04:04 -0700</bug_when>
    <thetext>The patch in bug 7838 did fix this. The page is still not 100% OK, though, see bug 8852.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>