Bug 11254 - REGRESSION: r16985+ - Full contextual menu not appearing on links
Summary: REGRESSION: r16985+ - Full contextual menu not appearing on links
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac (PowerPC) OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://www.macworld.com/
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-10-11 09:07 PDT by Kevin M. Dean
Modified: 2006-10-11 16:34 PDT (History)
2 users (show)

See Also:


Attachments
patch (21.97 KB, patch)
2006-10-11 16:22 PDT, Sam Weinig
darin: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.