Closed
Bug 198832
Opened 22 years ago
Closed 16 years ago
ieforex.org - page rendering problem
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shengh, Assigned: momoi)
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
please visit this site (please note, the content in the site is in Chinese
coding:
http://www.ieforex.org/luntan.htm
with the M$ IE, the page is rendering all right, but either mozilla or phonenix
cannot display the page correctly. I wonder if this is a bug.
cheers,
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
Bad code !
This must belong to tech evangelism.
Here is the beginning of code page :
"function move(x, y) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.pixelTop += y;}
else
if (document.layers) {
document.object1.left += x;
document.object1.top += y;
}};"
And so on :-/
Bad browser sniffing, bad tags...
Moving it to tech evangelism, China
Component: Browser-General → China
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Comment 2•22 years ago
|
||
Assigning to correct component owner.
Assignee: asa → momoi
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: asa → momoi
The reported page ( http://www.ieforex.org/luntan.htm ) is now gone so I cannot
confirm the pointed rendering problem though, its site top (
http://www.ieforex.org/ ) also has a problem. Embed stock chart using Shockwave
Flash won't show up with moz.
It seems that the page is no more available, the site has moved to a new BBS and
not using the buggy features.
Shall we mark this bug not valid?
I am using Firebird, and I can see all the embed stock charts at
http://www.ieforex.org
Updated•21 years ago
|
Summary: page rendering problem → ieforex.org - page rendering problem
Comment 5•16 years ago
|
||
domain gone
Status: NEW → RESOLVED
Closed: 16 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
•