[Webkit-unassigned] [Bug 21782] New: When command-clicking a link it doesn't open in a new tab, but with right-clicking it works
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 21 22:31:04 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21782
Summary: When command-clicking a link it doesn't open in a new
tab, but with right-clicking it works
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hahn.seb at web.de
I use http://www.web.de for email, and their webmail has a list of emails. When
I click one while pushing command, I don't get a new tab, even though the
status bar says that it is going to open it in a new tab. When I open it with
right-clicking and choosing "open in new tab", it works as expected.
Normally, command-click opens a new tab without a problem, except on that
website.
Here is some code from the website:
function sendpost(mid, indexid,
document) {
document.postform.rv_mid.value = mid;
document.postform.indexid.value = indexid;
document.postform.rv_js.value = "yes";
document.postform.submit();
return false;
}
and every link looks like this:
<span class="from" id="***"><a
href="/online/msg/lesen.htm?si=***&rv_mid=***&sortid=0&indexid=1"
onclick="return sendpost(***,1, document);" title="misc
<misc at mail333.com>" style="color:#000000;
text-decoration:none;vertical-align:top">
misc <***>
</a>
</span>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list