-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 4.3.3
-
Component/s: Editor - Page / Comment Editor
Summary
Using Chrome browser, embedding code with object id tag into HTML macro will returns 'about:blank' page when Save is pressed. This however works when codes with iframe tag is embedded.
Steps to reproduce
- Enable Confluence HTML Macros modules with 'html' title.
- Create a new page within any space, Insert >> Other Macros >> HTML.
- Paste code with object id tag.
- Save the page.
Testing
Tested in Chrome, Firefox and Internet Explorer but only affects Chrome.
Screenshot
Code
<object id="flashObj" width="480" height="270" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=1987039652001&playerID=870629586001&playerKey=AQ~~,AAAAybGkmck~,F3GR0Q5_RUi6gx4QbplYHsMIL-n4u_bH&domain=embed&dynamicStreaming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=1987039652001&playerID=870629586001&playerKey=AQ~~,AAAAybGkmck~,F3GR0Q5_RUi6gx4QbplYHsMIL-n4u_bH&domain=embed&dynamicStreaming=true" base="http://admin.brightcove.com" name="flashObj" width="480" height="270" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>
<iframe width="420" height="315" src="http://www.youtube.com/embed/eDFfPbQtTL0" frameborder="0" allowfullscreen></iframe>