[Webkit-unassigned] [Bug 47142] Spatial navigation not Working for Map and Area Tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 23:30:59 PDT 2010


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


pgbasin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pgbasin at gmail.com




--- Comment #2 from pgbasin at gmail.com  2010-10-26 23:30:58 PST ---
A simple test page:

$ cat index.html
<html>
  <body>
    <a href="#" shape="rect" name="link1">link1</a><br>

    <map name="Map">
      <area href="javascript:alert('a');" shape="rect" coords="  0,   0, 100,  40" alt="">
      <area href="javascript:alert('b');" shape="rect" coords="  0,  40, 100,  80" alt="">
    </map>
    <img src="http://www.google.com/images/logos/ps_logo2.png" usemap="#Map" width="100" height="80" border="0" alt=""><br>

    <a href="#" shape="rect" name="link2">link2</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