Bug 8781

Summary: REGRESSION: image maps with "poly" areas, including one at lisp.geek.nz, don't work
Product: WebKit Reporter: Geoff Cant <nem>
Component: ImagesAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: EasyFix, Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://lisp.geek.nz/index.html
Attachments:
Description Flags
patch to remove extra declaration left in by accident hyatt: review+

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