Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action column menu does not stay over the action column #2266

Closed
tzyganu opened this issue Nov 5, 2015 · 5 comments
Closed

Action column menu does not stay over the action column #2266

tzyganu opened this issue Nov 5, 2015 · 5 comments
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@tzyganu
Copy link
Contributor

tzyganu commented Nov 5, 2015

I've added my own column in the CMS Page admin grid, and because the grid state is kept in the database, and I have previously visited the cms page grid, my column is added last.
This is just part of a problem. I can do with that, but now the actions dropdown appear over my column instead of the actions column itself.
See screenshot for more details

Imgur

@vzabaznov
Copy link
Contributor

Please, provide the used version. If the problem is actual for a specific branch, please, specify it and be sure that the latest update was used.

@tzyganu
Copy link
Contributor Author

tzyganu commented Jul 6, 2016

@vzabaznov The problem stil exists in the develop branch.
Here is a screenshot that includes the version number:
image

Steps to reproduce:

  • Open the admin panel.
  • Go to the cms pages list: Content->Pages (from the main menu)
  • After the grid is rendered add this code in the file app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_listing.xml (I edited that file to make it easier to explain. It also happens if I add a new column using the file cms_page_listing.xml from my module also)
      <column name="dummy1">
            <argument name="data" xsi:type="array">
                <item name="config" xsi:type="array">
                    <item name="filter" xsi:type="string">text</item>
                    <item name="label" xsi:type="string" translate="true">Dummy 1</item>
                </item>
            </argument>
        </column>
        <column name="dummy2">
            <argument name="data" xsi:type="array">
                <item name="config" xsi:type="array">
                    <item name="filter" xsi:type="string">text</item>
                    <item name="label" xsi:type="string" translate="true">Dummy 2</item>
                </item>
            </argument>
        </column>
  • Refresh the pages list.
  • click on the actions link for the first item in the grid.

Expected Result:

  • My 2 columns should appear last in the grid.
  • The available actions should appear over the actions column

Actual Result:

  • My 2 columns appear last in the grid
  • The available actions appear over my last added column (as shown in the screenshot above).

@xmav
Copy link
Contributor

xmav commented Sep 9, 2016

Hi @tzyganu, thanks for reporting this issue. Internal ticket MAGETWO-58235 was created.

Thanks,
Maksym

@xmav xmav added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Admin Panel and removed Area: Frontend labels Sep 9, 2016
@tzyganu tzyganu changed the title Admin grid actionsColumn should always be displayed last Action column menu does not stay over the action column Jun 28, 2017
@tzyganu tzyganu mentioned this issue Jun 28, 2017
4 tasks
@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-70310

@qsolutions-pl
Copy link
Contributor

Issues still active in 2021 :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

10 participants