Bug 8781 - REGRESSION: image maps with "poly" areas, including one at lisp.geek.nz, don't work
Summary: REGRESSION: image maps with "poly" areas, including one at lisp.geek.nz, don'...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL: http://lisp.geek.nz/index.html
Keywords: EasyFix, Regression
Depends on:
Blocks:
 
Reported: 2006-05-07 19:50 PDT by Geoff Cant
Modified: 2006-05-09 22:52 PDT (History)
0 users

See Also:


Attachments
patch to remove extra declaration left in by accident (526 bytes, patch)
2006-05-07 20:47 PDT, Darin Adler
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Cant 2006-05-07 19:50:40 PDT
The page http://lisp.geek.nz/index.html displays the imagemap correctly (mouseover+links work) in Safari (417.9.2), but none of the areas have working mouseover or are clickable in the Webkit nightly build (r14216).
Comment 1 Darin Adler 2006-05-07 20:37:12 PDT
I suspect I broke Path recently with my GraphicsContext changes.
Comment 2 Darin Adler 2006-05-07 20:44:19 PDT
Just need to remove the extra declaration of "path" on line 600 of html_imageimpl.cpp. I'll post a patch soon. In fact, a test will be easy to make, but harder than fixing the bug!
Comment 3 Darin Adler 2006-05-07 20:47:43 PDT
Created attachment 8159 [details]
patch to remove extra declaration left in by accident
Comment 4 Dave Hyatt 2006-05-08 11:55:37 PDT
Comment on attachment 8159 [details]
patch to remove extra declaration left in by accident

r=me
Comment 5 Timothy Hatcher 2006-05-09 22:52:23 PDT
Landed in r14275