<?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>48394</bug_id>
          
          <creation_ts>2010-10-26 20:38:09 -0700</creation_ts>
          <short_desc>Spatial Navigation: Cannot focus on node in iframe inside frameset</short_desc>
          <delta_ts>2010-11-24 23:58:37 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>49382</dependson>
          <blocked>46905</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter>pgbasin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>tonikitoo</cc>
    
    <cc>yael</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>299950</commentid>
    <comment_count>0</comment_count>
    <who name="">pgbasin</who>
    <bug_when>2010-10-26 20:38:09 -0700</bug_when>
    <thetext>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 
&lt;html&gt;
&lt;frameset rows=&quot;0,*,0&quot;&gt;
  &lt;frame name=&quot;refrWin&quot; src=&quot;empty.html&quot; noresize=&quot;noresize&quot; frameborder=&quot;0&quot; style=&quot;visibility: hidden;&quot; scrolling=&quot;no&quot;&gt;
  &lt;frame name=&quot;mainWin&quot; src=&quot;frame1.html&quot; noresize=&quot;noresize&quot; frameborder=&quot;0&quot;&gt;
  &lt;frame name=&quot;extrWin&quot; src=&quot;empty.html&quot; noresize=&quot;noresize&quot; frameborder=&quot;0&quot; style=&quot;visibility: hidden;&quot; scrolling=&quot;no&quot;&gt;
  &lt;noframes&gt;Sorry,this documnet can be viewed only with a frames-capable browser.&lt;/noframes&gt;
&lt;/frameset&gt;
&lt;/html&gt;

$ cat frame1.html 
&lt;html&gt;
&lt;body&gt;
&lt;a href=&quot;#&quot;&gt;This is an element&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;#&quot;&gt;This is an element&lt;/a&gt;&lt;br&gt;
&lt;iframe src=&quot;frame11.html&quot; width=300 height=60&gt;&lt;/iframe&gt;&lt;br&gt;
&lt;a href=&quot;#&quot;&gt;This is an element&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;#&quot;&gt;This is an element&lt;/a&gt;&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;

$ cat frame11.html 
&lt;html&gt;
&lt;body&gt;
This is filler text 1&lt;br&gt;
&lt;a href=&quot;#&quot;&gt;This is an element&lt;/a&gt;&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
==========================================================</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308542</commentid>
    <comment_count>1</comment_count>
    <who name="Yael">yael</who>
    <bug_when>2010-11-12 07:41:50 -0800</bug_when>
    <thetext>This test is working fine with the patch I attached to https://bugs.webkit.org/show_bug.cgi?id=49382.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>312335</commentid>
    <comment_count>2</comment_count>
    <who name="Yael">yael</who>
    <bug_when>2010-11-22 07:25:42 -0800</bug_when>
    <thetext>Now that https://bugs.webkit.org/show_bug.cgi?id=49382 was committed, can you please retest and close this bug?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>313628</commentid>
    <comment_count>3</comment_count>
    <who name="">pgbasin</who>
    <bug_when>2010-11-24 23:58:37 -0800</bug_when>
    <thetext>Retested with the fix in https://bugs.webkit.org/show_bug.cgi?id=49382 , and it works correctly now.
Closed the bug.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>