Issue
-
The link panel is being hidden for some editables
- Steps to reproduce:
1) Navigate to Design > Fragments and create a fragment with this markup:<div class="fragment_1">
2) Navigate to a content page, and add the fragment
<a href="#" data-lfr-editable-id="go-to-link-1" data-lfr-editable-type="link" id="btn-1">
Go Somewhere
</a>
<button src="#" id="btnDetail-show-1"> Hello</button>
</div>
3) Click the editable
Expected Behavior: The Link panel appears, as the fragment has a submit button but it's not the element that has the editable.
Observed Behavior: The Link panel is hidden because the fragment has a submit button, even if it's not the element that has the editable.
Environment
- Liferay DXP 7.4
Resolution
- The observed behavior is a known DXP bug that has been addressed in DXP-7.4-update-56.
Additional Information
- LPS-170906
- If a hotfix is required, please create a support ticket requesting the hotfix by attaching the patch details.
- Installing Fix Packs and Hotfixes on Liferay DXP will guide you to install the Fixpack/Hotfix in your environment.