Closed Bug 214097 Opened 21 years ago Closed 18 years ago

km.ru - overlapping content due to explicit height:10px

Categories

(Tech Evangelism Graveyard :: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: relf, Unassigned)

References

()

Details

Linux build 2003072105

On the provided page footnote banner is shown in the middle of the page. When it
fits the visible area, there is no vertical scrollbars although text goes below.
Summary: wrong layout and no vertical scrollbars → wrong layout and no vertical scrollbar
Depends on: 173277
Your main page content is in a DIV class="shadow", which is defined in the CSS
as having a height of 10px.

.shadow {filter: Shadow(Color=black); position: relative; height: 10px; clip: 
rect(   )}

As soon as I took that out, the page rendered just as IE6 (minus the IE
proprietary CSS being used in the page).
This another problematic page from the same site - see bug 214105 
*** Bug 214105 has been marked as a duplicate of this bug. ***
Just a note.  The issue in bug 214105 is simply invalid.  The lack of a
scrollbar in this bug is a valid issue, most likely a duplicate of bug 173277

So they are not, in fact, exactly duplicates.
What if we take 'clip: rect()' to mean do clipping?
*** Bug 216261 has been marked as a duplicate of this bug. ***
FIXED by bug 173277

David, do you want a follow-up bug on what to do for 'clip: rect()'?
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Were changes already checked in?
I still see the bug with Linux build 2003091605
If you are referring to the overlap in middle of the page that is the correct
layout given the explicit 10px height on the DIV with class "shadow".
The content of this DIV will overflow out of the table and that overflow
was previously clipped and that is what was fixed by bug 173277.

The "bug" is in the page styling.  Reopening to send to TE.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
-> TE
Assignee: other → other
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Layout → Other
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: ian → other
Hardware: PC → All
Summary: wrong layout and no vertical scrollbar → km.ru - overlapping content due to explicit height:10px
Version: Trunk → unspecified
Besides an overlap, there is no vertical scrollbar although the text goes beyond
the page.
oh, there is a scrollbar now. the only problem is the overlap indeed.
I was searching bmo for something else and stumbled upon this.
The site listed in the URL field, http://sashbash.km.ru/biog.htm , (and as far as I can tell that entire subdomain) redirects with 302 found and a location header to http://host5.km.ru/404.htm .  That page returns a 200 OK header but the URL is 404.htm and the content of the page translated by babelfish is something like "The page inquired by you is not found".
I looked at some stylesheets on the www.km.ru domain and found that there was no point where 10px was used, however 10pt fonts (absolute) were used in several places.  This introduces some accessibility issues.  (I'm not necessarily saying that the a11y issues have to be fixed)
Anyway, couldn't find any overlaps on the www.km.ru page.
Should this bug be closed?
The testcase URL page has gone.
Close as FIXED per comment 7.
Status: NEW → RESOLVED
Closed: 21 years ago18 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.