Closed Bug 167394 Opened 22 years ago Closed 21 years ago

espn.go.com - Dataloss on espn

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: karnaze, Unassigned)

References

()

Details

(Keywords: testcase)

Attachments

(1 file, 1 obsolete file)

This is the 2nd problem reported in bug 159363 (comment 12).
Attached file test case from bug 159363 (obsolete) —
The testcase attached here renders the same in IE6, Opera6, Netscape4.7 and
Mozilla trunk Linux & Windows 2000.

The original testcase referred to by bug 159363 comment 12:
http://bugzilla.mozilla.org/attachment.cgi?id=98072&action=view

does however render differently in IE6 for window sizes > 853px.
This is caused by the following JS code:

function showHideSidebar() {
    if( document.body) {
        var mColTags;

        mColTags = document.all;

        if( mColTags) {
            var mintWidth;

            mintWidth = document.body.clientWidth;

            mColTags.sidecol.style.display = ( mintWidth > 853 ? "" : "none");
            mColTags.sidebar.style.display = ( mintWidth > 853 ? "" : "none");
		

        }
    }
}


So I believe this bug is for TE, or did I miss something else that you saw?
Keywords: testcase
Thanks Mats, this is the test case with js included.
Attachment #98340 - Attachment is obsolete: true
->TE
Component: Layout → US General
Product: Browser → Tech Evangelism
Target Milestone: --- → Future
Version: other → unspecified
-> default owner
Assignee: karnaze → susiew
OS: Windows 2000 → All
QA Contact: petersen → zach
Hardware: PC → All
Target Milestone: Future → ---
-->bclary
Assignee: susiew → bclary
Blocks: 119194
Summary: Dataloss on espn → espn.go.com - Dataloss on espn
Keywords: evang500
tech evang june 2003 reorg
Assignee: bc → english-us
QA Contact: zach → english-us
i no longer see html in the page. fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: