[Webkit-unassigned] [Bug 48394] New: Spatial Navigation: Cannot focus on node in iframe inside frameset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 20:38:09 PDT 2010


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

           Summary: Spatial Navigation: Cannot focus on node in iframe
                    inside frameset
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pgbasin at gmail.com


In the test pages below, the node in iframe (frame11.html) cannot be focused.
However, if we directly load the page frame1.html (without frameset index.html), the node in iframe can be focused.

==========================================================
$ cat index.html 
<html>
<frameset rows="0,*,0">
  <frame name="refrWin" src="empty.html" noresize="noresize" frameborder="0" style="visibility: hidden;" scrolling="no">
  <frame name="mainWin" src="frame1.html" noresize="noresize" frameborder="0">
  <frame name="extrWin" src="empty.html" noresize="noresize" frameborder="0" style="visibility: hidden;" scrolling="no">
  <noframes>Sorry,this documnet can be viewed only with a frames-capable browser.</noframes>
</frameset>
</html>

$ cat frame1.html 
<html>
<body>
<a href="#">This is an element</a><br>
<a href="#">This is an element</a><br>
<iframe src="frame11.html" width=300 height=60></iframe><br>
<a href="#">This is an element</a><br>
<a href="#">This is an element</a><br>
</body>
</html>

$ cat frame11.html 
<html>
<body>
This is filler text 1<br>
<a href="#">This is an element</a><br>
</body>
</html>
==========================================================

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