Closed
Bug 306443
Opened 20 years ago
Closed 18 years ago
another frameset scrolling="no" problem
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: webmaster, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
if i make a frameset and set the frames with scrolling="no" then the
page it self doesn't scroll.. so far so good
but if i add a div in a page with no scrolling like this:
<div id="test" style="overflow:auto;height:100%">content etc</div>
then i get no scrollbar either, unless i remove the scrolling="no" from my
frame source. i don't think that's normal behavior ?
Reproducible: Always
Steps to Reproduce:
1. create a frameset with a frame
2. set property scrolling to no (scrolling="no")
3. create in your html page which you load in your frame a div with the style
overflow:auto;height:100% and fill it up untill you are sure to get a scrollbar
4. you will see no scrollbar untill you remove the scrolling="no"
Expected Results:
show a scrollbar in my div
Comment 1•20 years ago
|
||
testcase please
Comment 2•18 years ago
|
||
-> resolving incomplete, since a testcase is missing to reproduce this. Feel free to reopen this bug, if you see this reported bug with a current Build/Release. Would be great if you could attach a testcase then.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
Version: unspecified → 1.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•