Closed
Description
Preconditions
- Magento 2.x
- Google Chrome 65 (maybe previous versions also)
Steps to reproduce
- Edit cms_page_listing.xml
- Add the following snippet to the columns tag:
<column name="text1">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text2">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text3">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text4">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text5">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text6">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text7">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text8">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text9">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text10">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text11">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text12">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
<column name="text13">
<settings>
<label translate="true">Text</label>
<visible>true</visible>
</settings>
</column>
- Clear cache and empty
ui_bookmark
table - Go to CMS page listing
- Resize screen to 1200px wide
- Scroll to the right to the actions column
- Click on it
Expected result
The dropdown menu should be positioned under the link
Actual result
Dropdown menu is out of screen
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates that Pull Request has been created to fix issueThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release