Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-4043

Since Vaadin update (7.7.0?) app-specific themes sometimes aren't applied

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.5
    • 5.5
    • None
    • None
    • Basel 68
    • 1

      When admincentral starts-up with an app fragment specified (=> by default it displays some app instead of applauncher), the app theme is not applied right away.

      The reason is that by the time the method which is supposed to set up style injection is invoked, the app view is already in the component hierarchy. The method unfortunately instructs the style to be attached when the app view attaches => it never happens (until app re-start), since app is already attached.

      The solution would be to attach the stylesheet right away if the app view itself is attached and postpone it (like we do now) otherwise.

        Acceptance criteria

              apchelintcev Aleksandr Pchelintcev
              apchelintcev Aleksandr Pchelintcev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD