Closed
Bug 70803
Opened 24 years ago
Closed 23 years ago
TippTop Hungary Display problem on special pages
Categories
(Tech Evangelism Graveyard :: Other, defect, P4)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: webber, Assigned: piskozub)
References
()
Details
(Whiteboard: CentralEurope)
On special pages (for ex. on pages of TippTop , you can find an example page at
http://www.tipptop.com/cgi-bin/stat.cgi?id=2163&type=mini )there are a special
feature. I guess this is DHTML, where there is a form on the upper part of page
which is displaying uncorrectly.
By the way it is always displays correctly on Netscape 6 or IE 5.
Webber The Hungarian
Comment 1•24 years ago
|
||
It's a problem with the scripts used on that page, not a bug in Mozilla:
var ns4 = (document.layers)? true:false
var ie4 = (document.all)? true:false
function showObject(obj) {
if (ns4) obj.visibility = "show"
else if (ie4) obj.visibility = "visible"
}
function hideObject(obj) {
if (ns4) obj.visibility = "hide"
else if (ie4) obj.visibility = "hidden"
}
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 2•24 years ago
|
||
This should be evangelized
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•24 years ago
|
||
reassigning
Assignee: asa → evangelism
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
OS: other → All
QA Contact: doronr → zach
Hardware: Other → All
Comment 4•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Updated•23 years ago
|
Priority: -- → P4
Comment 5•23 years ago
|
||
Assigning to Euro Evangelist
Assignee: bclary → nitot
Summary: Display problem on special pages → TippTop Hungary Display problem on special pages
Updated•23 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Updated•23 years ago
|
Whiteboard: CentralEurope
Assignee | ||
Comment 6•23 years ago
|
||
-> CentralEurope
Assignee: nitot → piskozub
Component: European → Central Europe
QA Contact: zach → pali
Comment 7•23 years ago
|
||
getting a wierd erroron the page that i can't understand
Assignee | ||
Comment 8•23 years ago
|
||
I do not read Hungarian but it seems from the date, price in forints (Hungarian
money) and the link that the page has simply expired on July 20. This is an
educated guess but I would bet a small sum that I'm right.
Reporter (Vigyazo): Do you have any working link with the bug?
Assignee | ||
Comment 9•23 years ago
|
||
As the reporter does not reply, I mark this bug as FIXED. If you know of any
other page on that site which has the same problem, please reopen.
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
I can't read foreign, but site looks dead or is being remodeled. Verifying.
2002022703/WinXP
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•21 years ago
|
Component: Europe: Central → Other
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
•