[MGNLUI-6209] Dialogs in legacy apps are full screen (UI 5) Created: 14/Sep/20  Updated: 22/Sep/20  Resolved: 22/Sep/20

Status: Closed
Project: Magnolia UI
Component/s: None
Affects Version/s: 6.2.3
Fix Version/s: 6.2.4

Type: Bug Priority: Neutral
Reporter: Monica Damborenea Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Image 2020-09-14 at 9.08.32 AM.png    
Issue Links:
Problem/Incident
causality
relation
is related to MGNLUI-6091 New dialogs have wide property again,... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:
Epic Link: UI framework implementation

 Description   

When creating a dialog in a legacy app using the old UI framework (UI 5), for example, the old pages app, the dialog is automatically full screen.
If you try to use the wide property in a dialog component, it will not make a difference, it's still full screen.

Steps to reproduce

  1. Create a simple dialog for a component
    form:
      tabs:
        - name: tabText
          label: Textold
          wide: true
          fields:
            - name: title
              fieldType: text
              label: Title
              rows: 5
              maxLength: 300
    actions:
      commit:
        label: save changes
        class: info.magnolia.ui.admincentral.dialog.action.SaveDialogActionDefinition
      cancel:
        label: cancel
        class: info.magnolia.ui.admincentral.dialog.action.CancelDialogActionDefinition
    
  1. Go to the legacy pages app, and create the component.
  2. Note that the dialog is full screen, even the dialog to create the components is full screen.
  3. Try to set the wide property to false in the dialog component with no effect

Expected results
The dialogs should be full screen only if the wide property is set to true.
 
Actual results
All dialogs are full screen in legacy apps and it's not possible to change it.


Generated at Mon Feb 12 09:34:13 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.