Closed Bug 146521 Opened 22 years ago Closed 21 years ago

suomi24.fi - browser doesn't display all parts of the page

Categories

(Tech Evangelism Graveyard :: Other, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: oskari79, Assigned: momoi)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
BuildID:    2002041717

When you enter a chat room in the page at http://www.suomi24.fi/chat, there
should be a list of the chatters on the space in the right part of the screen.
In Mozilla, it's just an empty space.


Reproducible: Always
Steps to Reproduce:
1.choose a chat room from the list on left, "Seurahuone" for example.
2.write a nickname in the box under the Nimimerkki-text.
3.click the Sisään-button.

Actual Results:  Everything works, except the box on the right which is empty.

Expected Results:  Load the nick-list on the box on the right.
Changing QA contact to Amar
QA Contact: petersen → amar
Confirmed the frame on the right hand side is not rendering properly. Moving 
this bugs to html-frames. Marking priority. Its happening on WIN2K too
Status: UNCONFIRMED → NEW
Component: Layout → HTMLFrames
Ever confirmed: true
OS: Linux → All
Priority: -- → P2
-> JKeiser
Assignee: attinasi → jkeiser
Target Milestone: --- → Future
-> Evangelism.  The frame in question detects IE with document.all and NS with
document.layers and is full of stuff like this:

        if (ie) {
		for (i = 0; i < parent.maxUsers + 5; ++i)
			document.writeln("<DIV id='u"+i+"'><font face=Verdana size=2>&nbsp;" + (i == 0 ?
"Lataan..." : "") + "</font></DIV>");
	}
	else if (ns) {
		for (i = 0; i < parent.maxUsers + 15; ++i)
		{
			document.writeln("<LAYER height=12 id='u"+i+"'><table height=12 align='left'
cellpadding=0 cellspacing=0 border=0 bgColor=white><tr height=12
bgColor=white><td width=12 bgColor=white><img
src='http://www.suomi24.fi/pics/chatpics/p.gif' width=1 height=12><font
face=Verdana size=2>&nbsp;" + (i == 0 ? "Lataan..." : "") +
"</font></td></tr></table></LAYER><br>");
		}
	}
Assignee: jkeiser → momoi
Component: HTMLFrames → Asian
Product: Browser → Tech Evangelism
QA Contact: amar → ruixu
Target Milestone: Future → ---
Version: other → unspecified
Suomi24 has been redesigned. It doesn't use frames, and appears to handle the
list of chatters server-side now.
Status: NEW → RESOLVED
Closed: 21 years ago
Component: Asian → Europe: West
Hardware: PC → All
Resolution: --- → WORKSFORME
Summary: browser doesn't display all parts of the page → suomi24.fi - browser doesn't display all parts of the page
QA Contact: ruixu → momoi
resolved euro west non-.com url bugs to other
Component: Europe: West → Other
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.