Bug 23722 - Anchor element with href="javascript:XXX" only has "Copy LInk" in context menu
Summary: Anchor element with href="javascript:XXX" only has "Copy LInk" in context menu
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.streamingfaith.com/directo...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-02-03 17:40 PST by jasneet
Modified: 2009-04-01 00:06 PDT (History)
2 users (show)

See Also:


Attachments
testcase (169 bytes, text/html)
2009-02-03 17:40 PST, jasneet
no flags Details
screenshot (151.26 KB, image/jpeg)
2009-03-31 15:45 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-02-03 17:40:07 PST
I Steps:
Go to http://www.streamingfaith.com/directory/network.aspx?nsn=AJGMG
right click link below image that reads "Click here to view now!"

II Issue:
do not show options(Safari)/all options are grayed out(Chrome)

Safari 3.1:
javascript:OpenPopup('/faithpass/index.aspx?
nsn=AJGMG',%20_sWindowName,%20_iWidth,%20_iHeight,%20_sScrollYesNo,%20_sResizableYesN
o);

IE:
javascript:OpenPopup('/faithpass/index.aspx?nsn=AJGMG', _sWindowName, _iWidth, 
_iHeight, _sScrollYesNo, _sResizableYesNo);

III Other Browsers:
IE7: ok
FF3: ok

IV Nightly tested: 40471

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=1131
Comment 1 jasneet 2009-02-03 17:40:50 PST
Created attachment 27304 [details]
testcase
Comment 2 Jon@Chromium 2009-03-19 14:04:39 PDT
This bug was filed over a month ago and does not appear to have been reviewed by webkit.
Comment 3 Jon@Chromium 2009-03-30 14:44:50 PDT
This bug is nearly two months old and does not appear to have been reviewed.  Please review it.
Comment 4 Alexey Proskuryakov 2009-03-31 00:21:08 PDT
I cannot reproduce this with Safari/WebKit 3.2.1 or ToT. Please attach a screenshot.
Comment 5 jasneet 2009-03-31 15:45:27 PDT
Created attachment 29139 [details]
screenshot
Comment 6 Alexey Proskuryakov 2009-04-01 00:06:03 PDT
So, the context menu is not inactive, it's just smaller than for normal links. The missing items are Open Link in New Window/Tab, Download Linked File, and Add Link to Bookmarks.

It's not clear to me whether this is intentional - e.g. saving a JS link in a file definitely makes no sense, and the other missing items are quite questionable, too.