Opened 12 years ago
Closed 12 years ago
#10460 closed Bug (invalid)
Inline mode replaces Iframe properties
Reported by: | Adam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1.1 |
Keywords: | Cc: |
Description
Prerequisites
- Full Preset with Source and Iframe plugins
Adding an Iframe element using either the Iframe plugin or Source mode, has all the Iframe properties stripped out while loading data in inline mode.
Steps to reproduce
- Load editor in normal edit mode
- Click Iframe toolbar button
- Enter in "http://www.youtube.com/watch?v=6hWnDTm3oCg" in the URL field, "560" in the Width field, and "316" in the height field and then click OK
- Click the Source toolbar button to view the source and verify the code looks like "<iframe frameborder="0" height="315" scrolling="no" src="http://www.youtube.com/watch?v=6hWnDTm3oCg" width="560"></iframe>"
- Save data
- Refresh page to make sure data displays properly
- Switch to Inline editor mode and let saved data load into editor (verified data saved in database is exact data as in step 4)
Expected Result Iframe should load the same in inline edit mode as it does in normal edit mode
Actual Result When launched in inline mode, Iframe loses properties and replaced with div style properties of 100% width and 100% height. Iframe icon is shrunk to 80x80. See attachments
Attachments (4)
Change History (5)
Changed 12 years ago by
Attachment: | normal_edit.PNG added |
---|
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Problem was due to 3rd party script firing on site.
Normal Edit Mode