Open
Bug 304686
Opened 19 years ago
Updated 2 years ago
[quirks] <IMG height=100%> inside table renders differently than other UAs
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
REOPENED
People
(Reporter: cfbl, Unassigned)
References
()
Details
(Keywords: compat, testcase, Whiteboard: DUPEME)
Attachments
(1 file, 1 obsolete file)
|
436 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 http://www.earthwalkers.no/ on browswr gets up only some small fragments of the page, but is ok in IE. Reproducible: Always
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050815 Firefox/1.0+ ID:2005081501 It looks fine, as long as I don't reload the page before clearing the cache.
Comment 2•19 years ago
|
||
Disability access relates to how people with sensory or motor impairments use Firefox.
Component: Disability Access → General
Updated•19 years ago
|
QA Contact: disability.access → general
Comment 3•19 years ago
|
||
Incremental reflow issue... probably a dupe.
Component: General → Layout
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: PC → All
Version: unspecified → Trunk
Updated•19 years ago
|
Summary: only fragments of page coming up → {inc}only fragments of page coming up
Comment 4•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050815 Firefox/1.0+ The layout looked fine on first load. When I hit reload, the layout went very bad.
Comment 5•19 years ago
|
||
Updated•19 years ago
|
Comment 6•19 years ago
|
||
I can't tell what correct rendering for that testcase is...
Keywords: qawanted
Comment 7•19 years ago
|
||
The bug only occurs in quirks mode.
Attachment #192803 -
Attachment is obsolete: true
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: qawanted
Summary: {inc}only fragments of page coming up → [quirks]{inc}only fragments of page coming up
Updated•19 years ago
|
Whiteboard: [reflow-refactor]
Comment 8•18 years ago
|
||
Weirdness observed with: - Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch) (SHIFT-Reload, Reload, SHIFT-Reload changes page layout) No weirdness observed with: - Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch) (SHIFT-Reload, Reload, SHIFT-Reload does not change page layout) -->RESOLVED FIXED
Comment 9•18 years ago
|
||
Yeah, the {inc} problem seems to be fixed. I wonder if the new rendering
is correct though. The URL works fine in IE7, Opera9 and Safari 2.04 (Webkit
nightly). Testcase #2 also renders differently in those UAs - none of them
makes the image as tall as we do. Given that this is Quirks mode,
I think we need to analyze this further...
-> REOPENStatus: RESOLVED → REOPENED
Keywords: compat
Resolution: FIXED → ---
Summary: [quirks]{inc}only fragments of page coming up → [quirks] <IMG height=100%> inside table renders differently than other UAs
Whiteboard: [reflow-refactor]
Comment 10•18 years ago
|
||
See also bug 373612, which seems similar but isn't limited to quirks mode.
Comment 11•18 years ago
|
||
This has come up before. When exactly do things do quirks containing block heights with table cells? No one's come up with a straight answer.
Whiteboard: DUPEME
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•