Closed
Bug 215221
Opened 22 years ago
Closed 22 years ago
skymeals.com - Bad page rendering
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Sep
People
(Reporter: marioplanet, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624
At http://www.skymeals.com/about.html, the page rendering is incorrect,
with layers of text and images on top of one another.
The page renders properly on my system using Netscape 4.8
and MS IE 5.5
Reproducible: Always
Steps to Reproduce:
1. Go the the given URL
2.
3.
Actual Results:
See problem details.
Expected Results:
A properly rendered page.
What happens if you save the page in WinIE and look at that version in Mozilla?
It's serving Mozilla stuff with LAYER and ILAYER, which is Nav4.x-specific.
It looks like this page is taking advantage of how IE handles height of divs and
how it handles position:absolute.
#DBStyleHTMLPassthrough2,3 should not have position:absolute so their parrent
DIVs can grow in height to the content. #section0 should have a height of 420px
and #section1,2 should not have its height set.
This setup should work but it is not optimal like David said, this site has old
layer tags in it.
| Reporter | ||
Comment 3•22 years ago
|
||
FYI, this problem also occurs on Win XP.
I viewed it with MS IE on Win XP, saved it to a file,
and opened the file with Mozilla. The rendering
was still bad (the ILAYER tags were still in the the HTML source.
Also FYI, I spoke the owner of www.skymeals.com and while
he was unaware of the Mozilla rendering problem, he said the
site is due for replacement later this month (August 2003)
which may rectify the problem for users.
Comment 4•22 years ago
|
||
.
Assignee: other → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: ian → english-us
Version: Trunk → unspecified
Comment 5•22 years ago
|
||
Thanks Mario. If the owner has any issue in the new design, it would be nice if
he would contact either me or someone at #evangelism and ask for help. Follow up
in Sept otherwise.
Status: NEW → ASSIGNED
Summary: Bad page rendering on www.skymeals.com → skymeals.com - Bad page rendering
Target Milestone: --- → Sep
Comment 6•22 years ago
|
||
This is resolved.
Comment 7•22 years ago
|
||
looks much better.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
Hiii, It seems that Control characters like ZWNJ/ZWJ are being shown as blank boxes
(http://printablecalendarz.com/) Can those be supressed?
This does not happen with other apps that use Pango, I I think this has
something to do with mozilla.
You need to log in
before you can comment on or make changes to this bug.
Description
•