Closed
Bug 203475
Opened 22 years ago
Closed 22 years ago
Image in frame with same height (in pixels) as the frame gets "chopped" at the bottom.
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 191720
People
(Reporter: tomdkat, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030424
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030424
I've got a page with 4 frames and the upper frame has an image with the same
height, in pixels, as the frame itself and the bottom of the image gets
"chopped" resulting in the imagemap along the bottom edge being hidden.
I've created a testcase and will attach screenshots to illustrate the behavior.
Reproducible: Always
Steps to Reproduce:
1.Load the attached testcase.
2.
3.
Actual Results:
The image in the TOP frame gets "chopped" at the bottom.
Expected Results:
The image in the TOP frame should not get "chopped".
Reporter | ||
Comment 1•22 years ago
|
||
This ZIP file contains the HTML used to recreate the problem.
Reporter | ||
Comment 2•22 years ago
|
||
This is a screenshot of how the test HTML looks in Mozilla 1.4b on Linux.
Reporter | ||
Comment 3•22 years ago
|
||
This is a screen shot of the same test HTML in Opera 6 on Linux. Notice the
imagemap along the bottom is not "chopped".
Updated•22 years ago
|
Attachment #121805 -
Attachment mime type: application/octet-stream → application/zip
Comment 4•22 years ago
|
||
There is a <p> containing the image. This has a top margin. We have a quirk to
drop the top margin if the <p> is the first thing in the document, but in this
case the <p> is inside a <div>, with the <div> being the first thing.
So the image is pushed down by the size of the <p> margin.
This is a duplicate of a WONTFIX bug.
Whiteboard: DUPEME
Comment 5•22 years ago
|
||
Duping against bug 191720, which isn't precisely this but also results from the
limited scope of the <p>-margin-removing quirk.
*** This bug has been marked as a duplicate of 191720 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•