Solve transition and generic client-side problems. (MGNLUI-1200)

[MGNLUI-1227] After opening a dialog shell apps appear left aligned Created: 26/Apr/13  Updated: 30/Apr/13  Resolved: 30/Apr/13

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

Type: Sub-task Priority: Major
Reporter: Tobias Mattsson Assignee: Aleksandr Pchelintcev
Resolution: Fixed Votes: 0
Labels: apiteam
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
supersession
is superseded by MGNLUI-785 Create/Edit group dialog breaks the w... Closed
Template:
Date of First Response:
Sprint: Iteration 2013-16, Iteration 2013-17

 Description   

To reproduce:
open the security app
choose edit user
click any of the trinity icons



 Comments   
Comment by Espen Jervidalo [ 29/Apr/13 ]

no commits on ticket

Comment by Aleksandr Pchelintcev [ 29/Apr/13 ]

The issue is superseded by MGNLUI-785 in the sense that the latter one causes a client-side exception that breaks the layout mechanism and causes the former one.

Comment by Espen Jervidalo [ 30/Apr/13 ]

The ui still gets messed up, when saving a user node

Comment by Espen Jervidalo [ 30/Apr/13 ]

info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
remove
// Check for overlays that have not yet been added.
while (it.hasNext()) {
final Connector overlay = it.next();
// Test if overlay is attached.
Widget overlayWidget = ((ComponentConnector) overlay).getWidget();
if (overlayWidget.getParent() == null)

{ // Add the widget }

}

Generated at Mon Feb 12 08:44:33 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.