Closed
Bug 44450
Opened 25 years ago
Closed 24 years ago
Links do not work
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: mozilla, Assigned: saari)
References
()
Details
(Whiteboard: [nsbeta3-])
If you visit the page above, and try to click on any of links in the little
table towards the top on the right-hand side, nothing happens. The "hand"
appears and the URL appears in the status bar, but clicking the link does
nothing.
The only out of the ordinary thing I could see was some onouseover JS associated
with these links. Is JS intercepting click notifications?
Reporter | ||
Comment 1•25 years ago
|
||
I always do that...sorry: build 200063021.
Comment 2•25 years ago
|
||
Correcting URL
Reporter | ||
Comment 3•25 years ago
|
||
Wow. That was Edit -> Copy right out of Mozilla's URL bar. I didn't bother
checking if it was truncated. I can't duplicate it though.
Can you duplicate this bug, though? I have NT and the links work fine for me.
Reporter | ||
Comment 5•25 years ago
|
||
Yes I can duplicate it with today's bits. Those links still do not work.
Comment 6•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Assignee | ||
Comment 8•25 years ago
|
||
Works on MacOS, but totally hung Mozilla on Win2K. Most impressive! However, the
second try on Win2K worked just fine.
Might need to run the browser a bit before seeing this.
Status: NEW → ASSIGNED
Comment 9•25 years ago
|
||
These work fine for me in current builds on linux / mac / win2k. I cannot
get a hang to occur at all, and clicking on the links takes me to the URL.
There is a wee bug, however. The JS in the page is failing to work properly
with a 'with' clause and the document.images array (this code is used to do
the image rollovers). The code is equivalent to :
with (document.images[0]) {
alert('refer to .src in a with clause : ' + src);
}
and that throws a JS error: 'src is not defined'.
Shall I open a new bug on that point, or leave that as part of this bug.
Comment 10•25 years ago
|
||
Go ahead, if you have time. Then we can future 'em separately.
->future, nsbeta3-. Or should this be wfm?
Whiteboard: [nsbeta3-]
Target Milestone: --- → Future
Comment 11•25 years ago
|
||
Assignee | ||
Comment 13•24 years ago
|
||
works for me
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 15•24 years ago
|
||
verified with the 2000102704 trunk build on win2k.
removing vtrunk keyword.
Status: RESOLVED → VERIFIED
Keywords: vtrunk
Reporter | ||
Comment 16•23 years ago
|
||
Mass removing self from CC list.
Reporter | ||
Comment 17•23 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
Updated•6 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
•