Closed
Bug 159462
Opened 24 years ago
Closed 22 years ago
Novell.com page has corrupt display
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Apr
People
(Reporter: Tony.Tovar, Unassigned)
References
()
Details
(Using 2002-07-21, 1.1-beta, on WinNT)
Most of the Novell.com web-site displays correctly, but this link messes up.
You can also browse to it by going to http://www.novell.com/products/netmail,
then selecting Product Info -> Info Library
Comment 1•24 years ago
|
||
> tech evangelism
if this is any consolation, the offending script is written in
2000 (//copyright 2000; Gravity Media Group.)
Component: Browser-General → US General
OS: Windows NT → All
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 2•24 years ago
|
||
here's the problem:
search for the following code in the html file:
if (document.layers){
var locoTop = document.xy.y;
var locoLeft = document.xy.x;
}
you should find that the menu position is never calculated
for mozilla. Add the following code should solve the problem:
if (is.ns5){
var locoTop = 300; // or whatever
var locoLeft = 200; // or whatever
}
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 4•23 years ago
|
||
(Using latest Phoenix nightly, 2003-03-14)
There is a new issue, though I don't know when it occurred because I only
recently upgraded from PX 0.5. Now, the main menu (left-side) is mis-sized on
every page.
Is it us or them? . . .
Comment 5•23 years ago
|
||
Comment #4 - your problem is bug 196290
Comment 6•23 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Comment 7•22 years ago
|
||
this one is WORKSFORME using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040227 Firefox/0.8
Target Milestone: --- → Apr
| Reporter | ||
Comment 8•22 years ago
|
||
(tested with Firefox 0.8 on WinXP)
Peter, thanks for following-up on this. I'd forgotten about it! Yes, the
Novell web-site seems to work fine now. I know they did a major overhaul of
their code about a year ago, which must've "fixed" the IE-specific code!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•11 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
•