Closed
Bug 214125
Opened 22 years ago
Closed 21 years ago
hyperlinks do not function in navigation menu
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 200228
People
(Reporter: nitsky416, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
In the page at http://www.custom-tfc.co.uk, the navigation menu along the left
side does not work...it hilights like it does in IE, but none of the links
actually go anywhere.
Reproducible: Always
Steps to Reproduce:
1.Go to the website
2.Try to use the nav menu
Actual Results:
They don't work, the browser remains on the homepage
Expected Results:
Depending on the section of the nav bar: open up a submenu on mousover with
clickable links; when clicked on, go to the target page.
In addition, if preferences are changed to remove the mouseover menus, the cells
do not return to their normal color after the mouse leaves the cell.
Picture of open submenu (in IE) is here:
http://atom.teamwub.org/mozilla/mousemenu.jpg
Picture of the menu after colors don't change back:
http://atom.teamwub.org/mozilla/greenmenu.jpg
the menus do not work due to IE properitary dom access. ( see the Javascript
Console from the Tools:Webdevelopment menu. ->Evangelism
Component: Layout: Tables → English Other
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
sending to component
Assignee: table → english-other
QA Contact: madhur → english-other
Comment 3•21 years ago
|
||
Confirming and correcting the URL in the summary (the .co.uk suffix has been
missing).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•21 years ago
|
||
The links do not work because the code is not well formed:
<a href="..."><td>...</td></a>
while it should be:
<td><a href="...">...</a></td>
and <a>'s style should be set to "display:block".
Comment 5•21 years ago
|
||
Site seems to be working now ; 2 hours old aviary based firefox build
(Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040730 Firefox/0.9.1+)
-> fixed ?
(In reply to comment #5)
> Site seems to be working now ; 2 hours old aviary based firefox build
> (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040730 Firefox/0.9.1+)
>
> -> fixed ?
It appears that they have changed their site layout, and have removed the
IE-specific javascript menus.
Comment 7•21 years ago
|
||
*** This bug has been marked as a duplicate of 200228 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•