Bug 11254

Summary: REGRESSION: r16985+ - Full contextual menu not appearing on links
Product: WebKit Reporter: Kevin M. Dean <kevin>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, sam
Priority: P1 Keywords: Regression
Version: 420+   
Hardware: Mac (PowerPC)   
OS: OS X 10.4   
URL: http://www.macworld.com/
Attachments:
Description Flags
patch darin: review-

Description Kevin M. Dean 2006-10-11 09:07:05 PDT
On any site when right-clicking a link, I no longer get the link related contextual menu items such as:

Open Link in New Tab
Open Link in New Window
Download Link File
etc.

Starts with r16985 nightly. Works in Safari and r16977
Comment 1 mitz 2006-10-11 10:27:57 PDT
The status bar text for hovered links doesn't show either. This is probably related (-elementAtPoint: borkdness perhaps).
Comment 2 Sam Weinig 2006-10-11 16:22:06 PDT
Created attachment 11040 [details]
patch

It looks like my attempt to use a HashMap with QualifiedNames for keys did not work.  So, in this patch, I use two HashMaps to get the same intended result.
Comment 3 Darin Adler 2006-10-11 16:32:57 PDT
Comment on attachment 11040 [details]
patch

Nah, I fixed this another way. It was causing other bad symptoms.
Comment 4 Darin Adler 2006-10-11 16:34:27 PDT
Fixed by 16997.