Closed
Bug 174665
Opened 23 years ago
Closed 21 years ago
shift-reload image inside table, image get truncated, correctly after reload
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jerry.tan, Assigned: jerry.tan)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; zh-CN; rv:1.0.1) Gecko/20020823 Netscape/7.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; zh-CN; rv:1.0.1) Gecko/20020823 Netscape/7.0
This bug is a spin off of bug 156731.
Reproducible: Always
Steps to Reproduce:
1.access the testcase
2.reload
3.shift-reload
Actual Results:
image shows correctly when reloading the testcase.
but uncorrectly when shift-reloading the testcase
Expected Results:
Same result for shift-reload like reload
reload and shift-reload the testcase, you can see the difference.
notice the difference when reloading the testcase and shift-reloading it.
In testcase 2, if "div" inside table has no css width, it will be ok.
during dirty reflow for image, image use its internal size, his parent div's
width is smaller than it, but that cell set its width as kid div's width, not
the biggest one, that's the problem.
Status: NEW → ASSIGNED
Comment 5•23 years ago
|
||
*** Bug 176455 has been marked as a duplicate of this bug. ***
wfm winxp 2004061008, please reopen if you can still reproduce the bug
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•