Closed
Bug 183792
Opened 23 years ago
Closed 21 years ago
epost.ca - Frame s/b on left of screen showing links within site (there in IE, not Mozilla).
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rlbagamery, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
In the page http://www.epost.ca/main/nav/ie-index-English.html, there is a frame
on the left side which contains further links to pages within this site.
This frame appears in all versions of IE from 5.0 to current. It does not appear
in any release of Mozilla I've had to date (I'm up to current; ver1.2.1).
Reproducible: Always
Steps to Reproduce:
1.go to the page in the above URL using IE (hope that's not sacrilige!)
2.note frame (is that correct term?) on left side with links to other pages in site
3.go to the page listed in the URL using Mozilla (latest release)
4.note the frame is not there & a horizontal scroll bar is.
Actual Results:
Mozilla doesn't display the left-side frame as IE does.
Expected Results:
display the frame(s)
Comment 1•23 years ago
|
||
NS4=(document.layers) ? true : false;
IE4=((document.all)&&(bV>=4)) ? true : false;
ver4 = (NS4 || IE4) ? true : false;
Error: document.all has no properties
Source File: http://www.epost.ca/main/nav/ie-loggedout-English.html
Line: 63
-> TE (no mozilla bug, bad code)
Assignee: frame → momoi
Status: UNCONFIRMED → NEW
Component: Layout: HTML Frames → English: Non-US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: amar → jeesun
Version: Trunk → unspecified
Comment 2•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Updated•21 years ago
|
Summary: Frame s/b on left of screen showing links within site (there in IE, not Mozilla). → epost.ca - Frame s/b on left of screen showing links within site (there in IE, not Mozilla).
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
•