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
Kevin M. Dean
2006-10-11 09:07:05 PDT
The status bar text for hovered links doesn't show either. This is probably related (-elementAtPoint: borkdness perhaps). 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 on attachment 11040 [details]
patch
Nah, I fixed this another way. It was causing other bad symptoms.
Fixed by 16997. |