Last modified: 2010-05-15 15:48:28 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T12480, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10480 - Frameset element not supported
Frameset element not supported
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.9.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-07-06 13:39 UTC by Frederic Keller
Modified: 2010-05-15 15:48 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Frederic Keller 2007-07-06 13:39:27 UTC
Hi,

I report a bug when inserting the HTML element <FRAMESET>. Even with the setting rawHTML set to TRUE and the code surrounded by <HTML> tags, the frame set is surrounded by <PRE> tags in the rendered page that makes the frameset incorrect and not displayed... 

Here is the code I would like to insert:

<HTML>
  <FRAMESET rows="100, 200">
      <FRAME src="http://www.google.com">
      <FRAME src="http://www.yahoo.com">
  </FRAMESET>
</HTML>

Thank you for your support !

Frederic Keller
Comment 1 Brion Vibber 2007-07-06 14:10:11 UTC
1) You can't put that inside an HTML-with-body page, that's totally invalid HTML. It would have to be its own complete entity, and thus could not be contained inside the wiki body text.

Perhaps you mean to use an <iframe>?

2) To avoid block-processing issues, avoid the whitespace in your raw-HTML chunks.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links