Closed
Bug 272259
Opened 20 years ago
Closed 20 years ago
acm.org - incorrect use of CSS height breaks layout
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cwr, Unassigned)
References
()
Details
Attachments
(1 file)
|
42.37 KB,
application/pdf
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040608 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040608 Presumably this page renders correctly on IE, probably what the author uses. It also renders correctly in Safari. It is wrong "in the same way" in Mozilla (on Linux and Mac) and in Firefox (on Mac). I will attach am image of the wrongness. (Sorry in advance for the vague, probabaly duplicated bug report, I just wanted to note the issue before I forgot.) Reproducible: Always Steps to Reproduce: browse http://www.acm.org/pubs/cie.html
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
.box{ padding:6px; height:42px; }
The height of the content is more than 42px, so it overflows. It works in IE
because IE does height wrong.
Not a browser bug. The site needs to fix its CSS.
->TEAssignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
Product: Core → Tech Evangelism
QA Contact: core.layout → english-us
Summary: "ACM CIE bug" (table layout problem) → acm.org - incorrect use of CSS height breaks layout
Version: Trunk → unspecified
| Reporter | ||
Comment 3•20 years ago
|
||
Thanks. I have forwarded this information to the journal's Editor.
Comment 4•20 years ago
|
||
Rechecked layout tonite and site is working now.
Status: NEW → RESOLVED
Closed: 20 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
•