-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP47, 7.0.0 DXP SP8, 7.0.X, 7.1.0 Beta 1
-
Component/s: Frontend Infrastructure
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Reproduction steps:
1) Get 70x
2) Place a DM portlet on the Welcome page
3) Click on the top-right corner "3 dots" of the portlet and select "Configure"
4) Ensure your screen is full width and scroll down to the section where "Display Style Views" is (with "Current", "Available", and -><. arrows).
5) Resize the borwser with
Behavior:
- 62x: The "Available" box breaks down under the "Current" box around 800px
- 70x: The "Available" box breaks down around 1050px
- master: The "Available" box breaks down around 810px
On 70x: on the screen we have still space for the "Available" box, but it is not visible.
Solution:
At portal\portal-web\docroot\html\taglib\ui\input_move_boxes\page.jsp apply the following changes:
<aui:col cssClass="left-selector-column" sm="4">
<aui:col cssClass="move-arrow-buttons" sm="1"></aui:col>
<aui:col cssClass="right-selector-column" sm="4">