Closed
Bug 144612
Opened 24 years ago
Closed 15 years ago
can't open most links in the page in a new window or tab
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: caliper, Unassigned)
References
()
Details
Attachments
(1 file)
|
175 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
As above. When the link is left clicked, it opens in the current window.
Reproducible: Always
Steps to Reproduce:
1.Open the above link
2.Right click on most links (if not all) and click open in new window or open in
new tab
3.Nothing happens
Actual Results: nothing happens
Expected Results: open in new link or window
Seeing this too, trunk 2002051308, XP.
A similar bug at another page at same site was resolved as WFM in bug 123742
OS: Linux → All
Comment 2•24 years ago
|
||
it looks like the problem is that the "Open link in new window" option does not
appear on linked images, only on text links.
Confirming, Linux 2002 6/29 #4. Only left click works on the links.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
i get this error :
JavaScript error:
chrome://communicator/content/contentAreaUtils.js line 74: focusedWindow._conten
t.location has no properties
middle click (new tab), open in new window or open in new Tab via conect menu
doesn't work.
-> XP APPS
Assignee: Matti → blaker
QA Contact: imajes-qa → paw
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
jst, it seems kinda wrong that setting window.content changes window._content....
Comment 8•23 years ago
|
||
There's nothing wrong with a web page setting .content, the problem is that we
actually look at .content (or ._content) in a content window. We should never
ever touch .content (or ._content) in anything other than XUL windows.
Comment 9•23 years ago
|
||
Getting the same error at http://bigbrother.iprimus.com.au/
W2K/Moz 1.0
Comment 10•23 years ago
|
||
the bigbrother.iprimus.com.au site is indeed the same problem. from their script:
var content = new Array();
...
// fundraising;
content[0] = tOpen;
content[0] = content[0] + "<tr><td> <a href=\"/news.asp?id=666\"
class=\"dhtml\">Starlight</a></td>" + tTab + "</tr>";
...
Comment 11•23 years ago
|
||
is this the same bug 138198 ? can't right click open new tab on links this
site's pop-ups
http://tivo.weaknees.com/index.php
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Updated•19 years ago
|
Assignee: bross2 → guifeatures
QA Contact: pawyskoczka
Comment 12•17 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: guifeatures
See Also: → https://launchpad.net/bugs/44987
Comment 13•15 years ago
|
||
WORKSFORME: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.2pre) Gecko/20110420 SeaMonkey/2.1pre
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•