[Webkit-unassigned] [Bug 48393] New: Spatial Navigation: Cannot focus on some ContainerNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 20:23:57 PDT 2010


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

           Summary: Spatial Navigation: Cannot focus on some ContainerNode
           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 page below, the node "llinker0" cannot be focused.
==============================================
<html>
  <body>
    <a href="#">This is an element</a><br>

    <div>
      <a href="#" name="llinker0" id=llinker0>
        <img src="images/btn.gif" height="42" width="76" alt="llinker0" border="0"/>
      </a>
    </div>

    <div>
      <a href="#">This is an element</a><br>
    </div>

    <a href="#">This is an element</a><br>

    <a href="#" name="llinker1" id=llinker1>
      <img src="images/btn.gif" height="42" width="76" alt="llinker1" border="0"/>
    </a><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