Closed
Bug 164870
Opened 23 years ago
Closed 23 years ago
Some IFrames have unnecessary scroll bars
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: neokuwait, Assigned: john)
References
()
Details
Attachments
(1 file)
369 bytes,
text/html
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
The included testcase/URL shows an iframe that has been obstructed by
unnecessary scroll bars. Also, the vertical scroll bar "bottom arrow" is not there.
Reproducible: Always
Steps to Reproduce:
1. View testcase
Actual Results: IFrame has broken scroll bars
Expected Results: No scroll bars (same as IE6)
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
I just noticed that the broken “bottom arrow” is only happening if Windows XP
visual styles is enabled, but the unneeded horizontal scroll bar is still there.
Summary: Some IFrames have unnecessary/distorted scroll bars → Some IFrames have unnecessary scroll bars
Comment 3•23 years ago
|
||
Hello Thamer, The scroll bar will be shown because the width of the image in the
given URL "http://www.topmmus.com/banner/displaybanner.asp" is larger than the
width you are forcing for Iframe. If you change the width and height to
<iframe width="250" height="43"
src="http://www.topmmus.com/banner/displaybanner.asp" frameborder="0"> you will
not get that scroll bar.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•