[Webkit-unassigned] [Bug 9504] img tag rewritten by innerHTML doesn't use image map

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 05:49:43 PST 2009


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


Don Marks <don.marks at quest.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |don.marks at quest.com




--- Comment #7 from Don Marks <don.marks at quest.com>  2009-11-04 05:49:41 PDT ---
This problem can be worked around by renaming the old map to something
inconsequential before it is replaced. 
For example: 
map.name = 'garbage';
mapparent.innerHTML = '<map name="mymap" ...';

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