[Webkit-unassigned] [Bug 29520] New: scrolling window to iframe position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 19 05:43:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29520

           Summary: scrolling window to iframe position
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://t.github.com/webkit_iframe_test/#
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: t at foo.jp


When URL has "#", below javascript code occurs scrolling window to the iframe
position.

  var hoge = document.getElementById("hoge"); // hoge is a iframe object
  var doc = hoge.contentDocument; 
  doc.open(); 
  doc.close();

Sample URL is here. 
http://t.github.com/webkit_iframe_test/#

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list