Closed
Bug 183101
Opened 22 years ago
Closed 10 years ago
seiska.fi - "list" won't open after click.
Categories
(Tech Evangelism Graveyard :: Finnish, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: huuhaa, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
When you browse to http://www.seiska.fi there islist at leftside of the page.
List contains: Seiska, TV-Seiska, Kilpailut, Tilaa!, Viihteellä, Mobiili. When
you click one of those with left mousebutton it should open new list under the
"mainsubject". For Example when I click "Viihteellä" there should come
Keskustelut, Chat etc under that "mainsubject" Viihteellä. Now when clicking it
nothing will happend. So it is kind of difficult to use Mozilla in that chat for
example.. Sure I can always type Http://www.seiska.fi/chat to the adressbar but
using that I should know all addresses cause I can't use those links what there
are and there are quite plenty of them. This same bug (or not bug?) has been in
every mozilla based or atleast gesco-based browsers I have test.
Reproducible: Always
Steps to Reproduce:
1. browsing to the address http://www.seiska.fi
2. clicking Viihteellä at left side of the page
3.
Actual Results:
Nothing!
Expected Results:
It is supposed to "print" list under "mainsubject" Viihteellä.
![]() |
||
Comment 1•22 years ago
|
||
if (document.layers) {
submenu = document.layers[menu];
}
else if (document.all) {
submenu = document.all(menu).style;
}
So browsers that do not implement either of those nonstandard extensions (like
Mozilla) are left out to rot.
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → brantgurganus2001
Version: Trunk → unspecified
Updated•22 years ago
|
Summary: "list" won't open after click. → seiska.fi - "list" won't open after click.
Comment 2•22 years ago
|
||
euro west non .com open bugs owned by tristan to other
Assignee: nitot → other
Component: Europe: West → Other
QA Contact: brantgurganus2001 → other
Comment 3•14 years ago
|
||
This page seems to have been redesigned between 2003 and now and I can't find any lists on the left-hand side.
http://www.seiska.fi/chat is a 404 now.
Most probably a WFM, but switching component to Finnish first.
Assignee: other → finnish
Component: Other → Finnish
QA Contact: other → finnish
![]() |
||
Comment 4•10 years ago
|
||
Yup the site has certainly changed many times since. No more menu or anything such as the original.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
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
•