Issues Resolved (v15 Upgrade #1.7)

Release date: Friday, 5th May 2023

Login 'Extra Image' not visible in Design System Wizard

Issue 12888

The login 'Extra Image' is not visible in the Step Security within the Design System Wizard, when selecting the Login Style.

Visualization Problems with Login WebPanel in GeneXus 18 U3

Issue 12889

GeneXus changed how it develops the 'align = center' of the Tables; consequently, some Login Web Panels had visualization issues. In order to solve your problem you need to follow one of the steps below:

A) Run the Setup of WorkWithPlus 15.1.7. Run the Design System Wizard (this will impact the WorkWithPlusBaseDS automatically).

B) Open the object WorkWithPlusBaseDS and make the modifications manually:

B.1) Add the following class:

.TableLogin div[data-align-flex][data-align="center"]>*:has([data-align-flex]),
        .TableLogin2Cols div[data-align-flex][data-align="center"]>*:has([data-align-flex]),
        div.CellMarginLoginImageLeft[data-align-flex][data-align="center"]>*,
        div.CellTableContentMaster[data-align-flex][data-align="center"]>*,
        .FormLogin div[data-align-flex][data-align="center"]>*:has([data-align-flex])
        {
             width: auto;
        }

B.2) Add !important to the following classes:

GX18U3ImageClasses