Closed
Bug 118036
Opened 23 years ago
Closed 22 years ago
image height=percent does not work
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jerry.tan, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID: 2001122106
in html code, if set image's height as height=percent
<img src="../images/eggplant.gif" height="25%" alt="an image" />
it seems that it does not work
but it works in IE
Reproducible: Always
Steps to Reproduce:
1.locate the url in mozilla
2.
3.
Actual Results: every image has the same height
Expected Results: each image should has their own height
if open the url, and save the source to an html page,
and using mozilla to open it, it give the same result.
Comment 1•23 years ago
|
||
Please attach a testcase to this bug.... The link you give is not exactly
valid. :)
Component: XP Apps → Layout
this testcase is from mozilla.
Comment 3•23 years ago
|
||
over to default owners
Assignee: trudelle → attinasi
QA Contact: sairuh → petersen
Updated•23 years ago
|
Summary: image height=persent does not work → image height=percent does not work
Comment 5•23 years ago
|
||
*** This bug has been marked as a duplicate of 41656 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
If this is really a dupe of bug 41656, then the name of that bug needs to
change. Any more details on exactly what this behavior is? (newbie looking for
help poking through the code- thanks)
the url still doesnot work.
just because it is a xhtml file?
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 8•22 years ago
|
||
> just because it is a xhtml file?
Yes. We're rendering the page in standards mode and that is the correct rendering.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → INVALID
Whiteboard: DUPME
You need to log in
before you can comment on or make changes to this bug.
Description
•