Closed
Bug 91566
Opened 24 years ago
Closed 24 years ago
wavelan.com - Agere (Lucent) Orinoco (Wavelan) website draws "Breaking News" section all over the page
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: masri, Assigned: bc)
References
()
Details
Platform: PowerBook G3/300/192Mb/25Gb, MacOS X 10.0.4
Fizzilla Build: 2001071305
Check out the Agere (spinoff of Lucent) website for Orinoco (new name for Wavelan).
http://www.wavelan.com/
The "Breaking News" section paints news all over the right side of the screen.
- Adam
| Assignee | ||
Comment 1•24 years ago
|
||
They are trying: (don't let the layer identifiers bother you, they aren't nn4
layers)
http://www.wavelan.com/js/BrowserCheck.js
But offsetXXX are readonly iirc:
http://www.wavelan.com/js/news/VScrollBox.js
function VScrollBox_setNN6Top(top) {
this.layer.offsetTop = top
window.status = top + ': ' + this.layer.offsetTop
}
function VScrollBox_setNN6Top(top) {
this.layer.offsetTop = top
window.status = top + ': ' + this.layer.offsetTop
}
I am not sure if this is complete cause of the problem however. It looks like
they wrap lots of their content in SPANS and may be trying to set the
height/width of SPANs which is not standard since it is not possible in the W3C
but I can't tell in a quick reading.
The code is pretty well written but hard to follow quickly. I need to come back
to this one or someone else can help out:
http://www.wavelan.com/js/BrowserCheck.js
http://www.wavelan.com/js/navigation/Navigation.js
http://www.wavelan.com/js/news/VScrollBox.js
http://www.wavelan.com/js/navigation/DEFAULT.js
http://www.wavelan.com/css/main.css
Severity: normal → major
OS: MacOS X → All
Priority: -- → P2
Hardware: Macintosh → All
Summary: Agere (Lucent) Orinoco (Wavelan) website draws "Breaking News" section all over the page → wavelan.com - Agere (Lucent) Orinoco (Wavelan) website draws "Breaking News" section all over the page
| Assignee | ||
Comment 2•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 3•24 years ago
|
||
fixed, breaking news looks fine
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•