[Webkit-unassigned] [Bug 11042] New: navigationController is borked

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Sep 26 01:21:58 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=11042

           Summary: navigationController is borked
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: macdome at opendarwin.org


navigationController is borked

Trying to use it just hangs DRT.

See attached test case:

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" height="400" width="400">
<style type="text/css">
  circle { fill: maroon; }
  a:visited circle { fill: green; }
</style>
<script type="text/javascript">
  <![CDATA[
    if (window.layoutTestController) {
      layoutTestController.waitUntilDone();
     
navigationController.evalAfterBackForwardNavigation("layoutTestController.notiftyDone()");
    }
  ]]>
</script>
<a xlink:href="002.xml" xlink:type="simple"><circle cx="200" cy="200" r="100"
fill="red"/></a>
</svg>


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