Closed
Bug 173015
Opened 23 years ago
Closed 23 years ago
Pop up links do not work in mozilla
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 132592
People
(Reporter: pedro.madeira, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020913
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020913
There is a problem with the popups in this page. If you try to click on them,
the pop up disappears as normal but the target homepage does not open.
Reproducible: Always
Steps to Reproduce:
1.open the url
2.select one image like gateway protection
3.Pop up appears the try to select one item
Actual Results:
Pop up links do not work
Expected Results:
The requested url should start opening
Comment 1•23 years ago
|
||
WFM - trunk build 2002100604 - WinXP and Phoenix nightly from 5 october.
Comment 2•23 years ago
|
||
WFM here too with latest build. Download a newer build and try again.
| Reporter | ||
Comment 3•23 years ago
|
||
Just to make sure the links I am referring are the ones that appear
when you hoover the mouse pointer over Internet gateway image for example.
I would love to donwload a new build but nightly build RPM's are not
getting renewed for a long time.
I reported this but I never received a reply.
I also asked for instructions on how to make my own RPM's from
Mozilla's source code but still I have no reply.
Can't use a newer build since I only use RPM packages of mozilla.
Comment 4•23 years ago
|
||
> I also asked for instructions on how to make my own RPM's from Mozilla's source
the goods are in build/package/rpm. it would probably be easier to get the most
recent SRPM and steal the contents of the SOURCES and the .spec file. Then grab
the nightly source tarball and drop it into SOURCES in place of the older file.
> Can't use a newer build since I only use RPM packages of mozilla.
the binary builds do not stick their fingers outside the mozilla directory. You
can download and test a build and then nuke the directory if you don't want it.
some good (bad) news: I'm seeing this with linux trunk build 20021006. The
behavior is consisten with bug 132592
| Reporter | ||
Comment 5•23 years ago
|
||
Hi.
Just to remind you that this is still happening with linux build 2002111118
Yes. The links I'm saying are the ones when you hoover the mouse pointer over
the image.
But be carefull because if you hit the mouse button on the general image you
will be redirected to another web page. The individual product links that appear
on that pop up (or drop down) menu are the ones who do not work.
Comment 6•23 years ago
|
||
This is a duplicate of bug 132592. Each of the images has an OnMouseOver handler
which makes the menu visible, and an OnMouseOut handler which makes it invisible
again. OnMouseOut is firing when the mouse is clicked within the popup menu,
which makes the popup disappear. Mozilla doesn't follow the link because links
are followed on button release, and the link is gone by then.
*** This bug has been marked as a duplicate of 132592 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•