Skip to content

[Forwardport] [Resolved : UI Component listing action column outside of screen when… #1

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

Merged
merged 9,905 commits into from
Jun 4, 2018

Conversation

vijay-wagento
Copy link
Owner

Original Pull Request

magento#15459

The dropdown menu should be positioned under the link

Description

Fixed Issues (if relevant)

  1. UI Component listing action column outside of screen when too many columns magento/magento2#14153: Issue title UI Component listing action column outside of screen when too many columns

Manual testing scenarios

  1. Edit cms_page_listing.xml
       <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>
  1. Add the following snippet to the columns tag:
  2. Clear cache and empty ui_bookmark table
  3. Go to CMS page listing
  4. Resize screen to 1200px wide
  5. Scroll to the right to the actions column
  6. Click on it

Actual Result

image

Expected Result

expected

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

gelanivishal and others added 30 commits May 23, 2018 08:42
…te on results magento#15450

 - Merge Pull Request magento#15450 from dmanners/magento2:adding-manners-to-github-templates
 - Merged commits:
   1. 64b5f63
…alidComposer

Fixed issues:
- MAGETWO-86709 Widget isn't updated on Storefront if related Products are updated
- MAGETWO-89410 [2.3] Test testValidComposerJson fails on bundle extensions
- MAGETWO-87492 Rename 2.3 upgrade script
magento-engcom-team and others added 27 commits June 2, 2018 02:45
Accepted Public Pull Requests:
 - magento#15537: [Forwardport] Updated font-size variable and standardize #ToDo UI (by @vgelani)
 - magento#15578: [Forwardport] magento#12820 - Wrong annotation in _toOptionArray - magento/framework/Data/� (by @osrecio)
 - magento#15595: [Forwardport] [fix] dynamical assigned property in webapi (by @mzeis)
 - magento#15575: [Forwardport] [fix] typo in method name _exportAddress[s]es (by @osrecio)
 - magento#15574: [Forwardport] Fix typo in Image::open exception message (by @osrecio)
…o 2.3-develop

# Conflicts:
#	app/code/Magento/Sales/etc/di.xml
…o 2.3-develop

# Conflicts:
#	app/code/Magento/Sales/etc/di.xml
…OptionPrice magento#15576

 - Merge Pull Request magento#15576 from osrecio/magento2:2.3-develop-PR-port-15276
 - Merged commits:
   1. 784099e
   2. 382d685
…nto#15660 magento#15682

 - Merge Pull Request magento#15682 from ankurvr/magento2:ankurvr-patch-2.3-develop
 - Merged commits:
   1. f5f3c76
   2. d696233
   3. 424324e
   4. eca36b2
   5. 98265ab
   6. ac220b7
   7. 12041e1
…to/framework/Data/… magento#15670

 - Merge Pull Request magento#15670 from vgelani/magento2:2.3-develop-PR-port-15336
 - Merged commits:
   1. 11923bc
 - Merge Pull Request magento#15667 from vgelani/magento2:2.3-develop-PR-port-15602
 - Merged commits:
   1. 2feaf30
…agento#15659

 - Merge Pull Request magento#15659 from DanielRuf/magento2:2.3-develop-PR-port-15305
 - Merged commits:
   1. 1113749


 - Merge Pull Request magento#15658 from vgelani/magento2:2.3-develop-PR-port-15398
 - Merged commits:
   1. 891fcdb
 - Merge Pull Request magento#15646 from vgelani/magento2:2.3-develop-PR-port-15549
 - Merged commits:
   1. 1d51097
Accepted Public Pull Requests:
 - magento#15646: [Forwardport] Fixed typo error (by @vgelani)
 - magento#15658: [Forwardport] Fixed set template syntax issue (by @vgelani)
 - magento#15659: [Forwardport] chore: remove extraneous cursor property (by @DanielRuf)
 - magento#15667: [Forwardport] set correct annotation (by @vgelani)
 - magento#15670: [Forwardport] Wrong annotation in _toOptionArray - magento/framework/Data/� (by @vgelani)
 - magento#15682: [Forwardport] Wrong Last orders amount on dashboard magento#15660 (by @ankurvr)
 - magento#15576: [Forwardport] [fix] typo in method name _getCharg[e]ableOptionPrice (by @osrecio)
 - magento#15623: Fix translations (by @cherednichenkoa)
 - magento#15478: [Forwardport] Removed mageMenu widget dependency from breadcrumbs component magento#15178 (by @vovayatsyuk)
 - magento#15177: Adding support for variadic arguments' method in generated proxy c� (by @bartek9007)


Fixed GitHub Issues:
 - magento#15601: Wrong annotation in formatDateTime - lib/internal/Magento/Framework/Stdlib/DateTime/TimezoneInterface.php (reported by @sanjay-wagento) has been fixed in magento#15667 by @vgelani in 2.3-develop branch
   Related commits:
     1. 2feaf30

 - magento#15601: Wrong annotation in formatDateTime - lib/internal/Magento/Framework/Stdlib/DateTime/TimezoneInterface.php (reported by @sanjay-wagento) has been fixed in magento#15670 by @vgelani in 2.3-develop branch
   Related commits:
     1. 11923bc

 - magento#15660: Wrong order amount on dashboard on Last orders listing when having more than one website with different currencies (reported by @ankurvr) has been fixed in magento#15682 by @ankurvr in 2.3-develop branch
   Related commits:
     1. f5f3c76
     2. d696233
     3. 424324e
     4. eca36b2
     5. 98265ab
     6. ac220b7
     7. 12041e1

 - magento#14987: Invisible breadcrumbs at product page when mageMenu widget is not used (reported by @vovayatsyuk) has been fixed in magento#15478 by @vovayatsyuk in 2.3-develop branch
   Related commits:
     1. 7b1d1b6
     2. fd03f7c
…ct-join-query

[borg] MAGETWO-45950: Product ResourceCollection wrong Join Query
@vijay-wagento vijay-wagento merged commit c6a6d6f into 2.3-develop Jun 4, 2018
vijay-wagento pushed a commit that referenced this pull request Jun 4, 2018
vijay-wagento pushed a commit that referenced this pull request Jun 4, 2018
[Backport] Added language translation for message string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.