Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.0 M3
-
6.2.x, 6.1.x
-
Committed
-
4
Description
Steps to reproduce:
- Set the following property to your ip address in portal.ext.properties:
virtual.hosts.valid.hosts
- Navigate to the portal instance through the ip address
- Add a Wiki portlet to a page
- Navigate to the "All Pages" tab of the wiki portlet
- Tap on "Add Page"
Expected results:
The page should reload to the Add Page page
Actual results:
Tapping on the button does nothing. Also occurs on message boards buttons.
Tested on:
iPad (3rd Gen) + iOS 7.0.4 + Safari
ASUS Nexus 7 + Android 4.4.2 + Google Chrome 32
Additional information:
I inspected the element on the Android device and found that the html is actually different on the touch devices, and appears to have been generated incorrectly. On the mobile devices it appears as:
<button class="btn btn-default" href="null" id="_36_addPageButton" type="button"> Add Page </button>
On the desktop it appears as:
<a id="_36_addPageButton" href="http://localhost:7080/web/guest/wiki-page?p_p_id=36&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&_36_editTitle=1&p_r_p_185834411_title=&p_r_p_185834411_nodeId=10510&_36_redirect=http%3A%2F%2Flocalhost%3A7080%2Fweb%2Fguest%2Fwiki-page%2F-%2Fwiki%2FMain%2Fall_pages&_36_struts_action=%2Fwiki%2Fedit_page&_36_type=all_pages" class="btn btn-default"> Add Page </a>
Attachments
Issue Links
- is duplicated by
-
LPS-48822 Back links are missing throughout portal when setting virtual.hosts.valid.hosts property
- Closed
-
LPS-48871 Page redirects do not work correctly when setting virtual.hosts.valid.hosts property
- Closed
- is related to
-
LPS-49698 Back links doesn't work when web.server.host contains custom domain
- Closed
- relates
-
LPE-12714 Buttons in various portlets do not work when setting virtual.hosts.valid.hosts property
-
- Closed
-