Closed Bug 77753 Opened 23 years ago Closed 23 years ago

XUL iframe doesn't scroll with XUL content

Categories

(Core :: XUL, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: mikeypotter, Assigned: eric)

Details

If you make an iframe and set its source to "chrome://'any xul file'", if the
content is too large scrollbars will not automatically appear.
They do appear if the content is staight HTML.

*** This bug has been marked as a duplicate of 73466 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
I don't think this is a duplicate bug as shown.  The problem is that with XUL
content, the content does not scroll, but with regular HTML content, it scrolls
no problem.  That is not a request for enhancement, I think its a genuine bug.
I disagree as well.  My request is for a XUL attribute which will allow a
programmer to manually turn on or off scrolling, not to automatically have
scrolling appear when it rightfully should (which is what this bug is).  These
are 2 clearly different problems, this being one which genuinely can make life hell.
Okay reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
->evaughan
Assignee: trudelle → evaughan
By default XUL iframes do not have scrollbars. If you want them to scroll make a
CSS rule "overflow: auto" for yours.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → INVALID
But the IFRAME does get a scroll bar if the src is set to a straight HTML file,
so I don't think this is invalid.  
It seems silly to have different settings based on whether the content is HTML
or XUL.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.