Closed
Bug 155891
Opened 23 years ago
Closed 14 years ago
mosswinn.com - Text crumbled when scrolled down Two vertical scrollbars Java script popup does not work
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: susu77, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
Reproducible: Always
Steps to Reproduce:
1.http://www.mosswinn.com/english/m3about.htm
2.
3.
Expected Results: 1 vertical scrollbar
Text at the bottom of page displayed correctly
Javascript popup displayed
Using BuildID 2002062508 on WinXP I get the following in the JS console:
Error: topdeck is not defined
Source File: http://www.mosswinn.com/english/popup.js
Line: 4
Shows up with two vertical scroll bars in Mozilla compared to IE6 - possibly
Evangelism?
![]() |
||
Comment 2•23 years ago
|
||
var NS = (document.layers);
var IE = (document.all);
var skn = (NS) ? document.topdeck : topdeck.style;
This assumes that having an ID of topdeck will put you in the global namespace,
which it does in IE but not in any other browser. The two-scrollbar thing is
correct; the page has asked for an extra scrollbar on the body:
BODY {OVERFLOW: scroll; }
is in the stylesheet.
Assignee: Matti → doron
Component: Browser-General → US General
Product: Browser → Tech Evangelism
QA Contact: asa → zach
Version: other → unspecified
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
Summary: Text crumbled when scrolled down Two vertical scrollbars Java script popup does not work → mosswinn.com - Text crumbled when scrolled down Two vertical scrollbars Java script popup does not work
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 4•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Site seems to work as expected now -> WFM
Resolution: INCOMPLETE → WORKSFORME
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
•