Closed
Bug 180581
Opened 23 years ago
Closed 22 years ago
The screenshot links on freshmeat.net open two windows in mozilla
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: based, Assigned: joki)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
<a target="screenshot"
onclick="window.open('','screenshot','status=yes,toolbar=yes,location=no,resizable=yes,scrollbars=yes')"
href="/screenshots/4900/">
<img src="http://images.freshmeat.net/screenshots/4900_thumb.jpg"
border="0"
align="center"
alt="Screenshot"
hspace="10"
vspace="10"
width="150"
height="113">
</a>
Reproducible: Always
Steps to Reproduce:
1. open moz1.2b with the url:
http://freshmeat.net/projects/jrw/?topic_id=71%2C80%2C858
2. click on the image (screenshot)
3.
Actual Results:
2 windows opens : one blank with the focus (should not be there)
and the right one (totally hidden by the previous window).
Expected Results:
Open only one window. (IE does it)
or onclick + href = 2 events => so bad JS/HTML ?
WFM, current trunk CVS, Linux: Only one new window opens, with a larger screenshot
Are you clicking with left or middle mouse-button? (I was testing when clicking
with left)
related: bug 142011.
Comment 3•23 years ago
|
||
wfm using Phoenix 20021116 on Linux, only open 1 popup window.
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Comment 4•23 years ago
|
||
I have tested this using
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030502
and it works for me.
Reporter (and the rest) you please retest with a more recent build and see if
the problem persist.
If the problem persist please try and provide some more information on how to
reproduce this.
If the problem is gone,please resolve this bug as works-for-me
Comment 5•22 years ago
|
||
no response from reporter, marking wfm per my own comment #4
Comment 6•22 years ago
|
||
really wfm
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•