-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M3
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE, 7.0.0 M3
-
Component/s: Content Display Widgets > Iframe widget
-
Labels:
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:10
-
Fix Priority:1
-
Git Pull Request:
Description
The iFrame portlet adds a question mark to the end of the URL it is configured to link to. Customer reports that this is causing issues with some sites.
Steps to reproduce
1. Add iFrame portlet to a page.
2. Configure iFrame using a URL (e.g. https://www.test.com)
3. Inspect Element.
4. Navigate to iFrame element:
<iframe alt="" border="0" bordercolor="#000000" frameborder="0" height="600" hspace="0" id="_48_INSTANCE_0U7Ibxjc3EfW_iframe" longdesc="" name="_48_INSTANCE_0U7Ibxjc3EfW_iframe" onload="_48_INSTANCE_0U7Ibxjc3EfW_monitorIframe();" scrolling="auto" src="https://www.test.com?" title="" vspace="0" width="100%" class="" style="height: 600px;"> Your browser does not support inline frames or is currently configured not to display inline frames. Content can be viewed at actual source page: https://www.test.com?. </iframe>
5. Note that Liferay has added a question mark after the URL: src="https://www.test.com?"
- relates
-
LPE-13184 iFrame portlet always appends a question mark (?) at the end of the URL
-
- Closed
-