Closed
Bug 224627
Opened 22 years ago
Closed 21 years ago
pc4canada.com - Page is incorrectly formatted, and selection items within page do not function.
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ekerstan, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007
Formatting errors: 1) the "Home/Special/Quote PC" buttons under the top image
are squeezed to the left side; 2) there is blue shading about 2/3 down the page
which should be at the very bottom; 3) if the Mozilla display window is not
maximized, the selection items at the left are clipped and not completely
accessible using the horizontal slider bar at bottom; 4) the horizontal slider
bar is always displayed no matter how big the page is sized or maximized.
Function errors: none of the selection items work.
Reproducible: Always
Steps to Reproduce:
1. Just open page.
2.
3.
Expected Results:
The page functions correctly with Opera 7.21 and IE 6.1; properly formatted and
all selection items work.
Using Nvidia GeForce2 MX400 adapter with the 45.23 drivers for Win98 SE, display
is 1280x1024.
Comment 1•22 years ago
|
||
> are squeezed to the left side
That's correct. Those are non-replaced inline elements, and IE has a bug that
makes it apply the "width" property to such. Mozilla correctly ignores the
"width" property for non-replaced inlines.
> there is blue shading about 2/3 down the page which should be at the very
> bottom;
This is, again, correct. The page sets "height" on a div and expects browsers to
ignore that (since IE does -- it treats "height" as "min-height"). Mozilla
actually applies the "height", as expected per spec.
> not completely accessible using the horizontal slider bar at bottom
That's bug 6976
> the horizontal slider bar is always displayed no matter how big
This is a duplicate of other bugs on overflow:auto on the <body>
> Function errors: none of the selection items work.
These items depend on the IE-ism "window.event" to work.
The only reason this works in Opera 7 is because Opera introduced a number of
bugs in its attempt to be "just like IE". From what I understand, a number of
these will be removed again in Opera 8...
Assignee: other → english-other
Status: UNCONFIRMED → NEW
Component: Layout → English Other
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: ian → english-other
Version: Trunk → unspecified
Comment 2•22 years ago
|
||
*** Bug 217915 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
OS: Windows 98 → All
Summary: Page is incorrectly formatted, and selection items within page do not function. → pc4canada.com - Page is incorrectly formatted, and selection items within page do not function.
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
•