Closed Bug 4643 Opened 26 years ago Closed 26 years ago

webpages don't get scrollbars

Categories

(Core :: XUL, defect, P2)

All
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: mikepinkerton, Assigned: karnaze)

References

Details

Open apprunner Load a page (www.macintouch.com, for example, it's long) Notice there is no scrollbar with which to scroll vertically. This is mac and linux and happens with all pages. Probably happens on windows too, but i can't verify. This is with the 4/7/99 build.
Assignee: don → trudelle
Component: Apprunner → XP Toolkit/Widgets
Re-assinged to trudelle@netscape.com and changed component to XP Toolkit/Widgets. Peter, who get this?
Assignee: trudelle → evaughan
Priority: P3 → P2
Target Milestone: M4
I'm guessing that evaughan is a good place to start. p2 for M4
*** Bug 4680 has been marked as a duplicate of this bug. ***
Assignee: evaughan → troy
This is a gecko bug. If an iframe src points to a web page with frames and is later changed to another page the second page will not have scrollbars. Here is a simple html example that demonstrates the problem. Notice that after you hit the change button the iframe has no scrollbars. Now to show you that the problem is with frames. Now take the same example but make the staring src of the iframe "http://www.netscape.com" and try it again. And you guessed it the scrollbars do appear. This is why this is happending in apprunner. <html> <head> <script> function change() { window.frames[0].location.href = "http://www.yahoo.com"; alert("changed"); } </script> </head> <body> <button onclick="change()"> change </button> <iframe name="frame1" src="http://warp.mcom.com"> </body> </html>
Assignee: troy → karnaze
IFRAME problem
QA Contact: 3853 → 4078
Is this a duplicate of bug 4113 and 4120?
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed with latest checkin.
Status: RESOLVED → VERIFIED
verfied on MacOS 8.51 build 1999-04-12-09
You need to log in before you can comment on or make changes to this bug.