microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
732 stars 243 forks source link

List Part Pages are displayed incorrectly in grid layout #7577

Closed pschwambornMC closed 10 months ago

pschwambornMC commented 10 months ago

1. Describe the bug If two list part pages are placed in a grid layout on a card page the pages have a minimum unreadable width and cannot be expand. This behavior comes with version 23. In Version 22 the width was normal.

2. To Reproduce

  1. Create a grid layout in a group of a card page and place two list parts in it:
                    grid(GridForTwoListPars)
                    {
                        part(ListPartPageOne; "List Part Page One")
                        {
                        }
                        part(ListPartPageTwo; "List Part Page Two")
                        {
                        }
                    }
  2. Compile and publish.
  3. Open the webclient and navigate to the page.

3. Expected behavior The layout in the page should show the list parts side by side, without any empty spaces. In Version 22 this has worked fine. Here is a Screenshot how it looked like till BC22.5: image

4. Actual behavior Since BC23 the list parts are so narrow that you can't read any field anymore and a wide empty space is right next to them. image

5. Versions:

pri-kise commented 10 months ago

This is not related to the AL Language Extension. You should create a support case to get this addressed.

This issue here is nice for other partners as reference, but it won't solve your problem.

SBalslev commented 10 months ago

Let's get the issue to a team who will fix and backport it, as this repository is only for issues related to the AL compiler in latest developer preview environment for Dynamics 365 Business Central. The owning team is already aware of this issue, however you can choose to open a support case or file a bug in Collaborate, to ensure that all Business Central users benefit from your catch as soon as possible.

To open a support case, you can:

If you file the bug in Collaborate, remember to include steps to reproduce the issue, and the Business Central build number and country version you're using.