Closed
Bug 335371
Opened 19 years ago
Closed 19 years ago
iframe fallback not working when frames are disabled
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
People
(Reporter: marek.beyer, Unassigned)
References
()
Details
User-Agent: Opera/8.52 (Windows NT 5.0; U; de)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
When setting browser.frames.enabled to disabled no iframes or framesets are displayed. In this case browsers should display defined fallback html. For framesets you can use <noframes> ... </noframes>. Using iframes the code between <iframe ...> and </iframe> should be interpreted - but it is not in Firefox (same with seamonkey an maybe all gecko based browsers). Can anyone confirm this please with other browsers using gecko.
In my opinion this bug is of major severity, because it breaks accessibility. Haven't found any bug-report in the database with this problem - no one tested sites with iframes?
Reproducible: Always
Steps to Reproduce:
navigate to http://de.selfhtml.org/html/frames/anzeige/iframe.htm
Actual Results:
you see some text and one link 'zurück'
Expected Results:
some text and _two_ links: 'SELFHTML' and 'zurück'
Updated•19 years ago
|
Component: General → Layout
OS: Windows 2000 → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: PC → All
Version: unspecified → Trunk
Comment 1•19 years ago
|
||
You couldn't find it since the summary of bug 96976 didn't contain "iframe" and was incorrectly marked as WORKSFORME when you filed this bug.
*** This bug has been marked as a duplicate of 96976 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•