[Webkit-unassigned] [Bug 38196] New: Dynamically changing coords aof an area does nothing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 06:40:52 PDT 2010


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

           Summary: Dynamically changing coords aof an area does nothing.
           Product: WebKit
           Version: 412
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: migrigaut at gmail.com


This code does nothing :
========================================
var ar=document.getElementById('area2');
ar.coords="325,325,560,455";
========================================

Note that an "addEventListener" has been added to the area (mouseover and
mouseout)
Also note that the code works in IE and FF but not in Chrome or Safari.
Finally, please note I'm not using the latest WebKit release but looked up in
bugzilla first.

===================
HTML part :
<BODY>
<img id="img" src="test.jpg" border="2px" style="border-color:black"
USEMAP="#Mapxx">

<map name="Mapxx">
  <area shape="RECT" id="area2" coords="325,125,560,255">
</map>
....
</BODY>
========================================
Sorry if I did not selected the right component.

Great work !

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