Bug 9680
| Summary: | REGRESSION: Contextual menu for links is missing items when a text field/area has focus | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | adele, c.petersen87, darin, ian |
| Priority: | P1 | Keywords: | InRadar, Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
David Kilzer (:ddkilzer)
Steps to reproduce:
1. Open a recent ToT WebKit build with Safari.
2. Browse to a web page with a textarea and/or text field, and at least one link.
3. Click in the textarea or text field to give it focues.
4. Right-click (or ctrl-left-click) on a link.
Expected results:
The nominal list of actions should appear in the contextual menu (starting with "Open Link in New Window".
Actual results:
There are actions missing from the contextual menu. The first is "Open Link in New Window", but there are others.
Notes:
This may be a duplicate of Bug 9624, but it doesn't trigger an assertion with WebKit debug builds.
Reproduced with Safari 2.0.4 (419.3) with a locally-built WebKit r15125 (with an in-progress patch for Bug 9179) on Mac OS X 10.4.7 (8J135/PowerPC).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
Need to be more specific about what menu items are missing.
David Kilzer (:ddkilzer)
Using Safari 2.0.4 (419.3) on Mac OS X 10.4.7 (8J135/PowerPC) with a locally-built WebKit r15149, the expected menu items are:
Open Link in New Window
Open Link in New Tab
Download Linked File
Add Link to Bookmarks...
Copy Link
----------
Inspect Element
Actual menu items are:
Open Link in New Tab
Add Link to Bookmarks...
----------
Inspect Element
Alice Liu
<rdar://problem/4614076>
David Kilzer (:ddkilzer)
Most likely fixed by commit r15560.
http://build.webkit.org/changes/2981
A different Radar bug is listed than Comment #3:
<rdar://problem/4607572 >
REGRESSION (521.10.1 - 521.13): most context menu items missing when a form field is focused (common on google.com) (9680)
David Kilzer (:ddkilzer)
This works using a locally-built debug build WebKit r18649 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037). Note that WebCoreContextMenu has landed since this bug was written.