Open Closed

LeptonX: Bug when page is selected second time in menu #3705


User avatar
0
ageiter created
  • ABP Framework version: v6.0.0-rc.4

  • UI type: Blazor

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Steps to reproduce the issue:"

  1. Select menu item (e.g. Users page) -> page is loaded correctly.
  2. Click a second time on the same menu item -> now the breadcrumbs and the create button are not displayed.
  3. Only with a refresh (F5) the page is then displayed correctly again.

12 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi @ageiter, I've created a test issue (internal - #11909) for this problem, after the test process I'll write you back and let you know.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi again, we could not reproduce the problem that you stated. Can you provide more information or retry again to ensure it was not a temporary problem?

  • User Avatar
    0
    ageiter created

    Hi, I have now created a new app with the latest template (Blazor Server 6.0.0-rc.4), run it and the problem occurs immediately. To illustrate it I made a screencast: AbpBug3705.mp4


    Edited on 16.11.2022: Unfortunately, I can no longer reply here because the ticket is locked. But I think the problem is not solved yet and I would like to know for which version the bugfix is planned (currently I have version 6.0.1).

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi,
    I have now created a new app with the latest template (Blazor Server 6.0.0-rc.4), run it and the problem occurs immediately. To illustrate it I made a screencast: AbpBug3705.mp4

    Thanks for the video, I was tested on Blazor WASM not Blazor Server so I did not see this problem. I'll create an issue for the problem.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    @ageiter, this problem is fixed with LeptonX v1.0. So you can update the LeptonX package version. Thanks for reporting the problem again. Best Regards.

  • User Avatar
    0
    ageiter created

    @EngincanV, hm... i have now ABP 6.0.1 and LeptonX 1.0.1 and the problem still occurs...

    Volo.Abp.AspNetCore.Components.Server.LeptonXTheme: Version="1.0.1" Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX: Version="1.0.1"

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    @EngincanV, hm... i have now ABP 6.0.1 and LeptonX 1.0.1 and the problem still occurs...

    Volo.Abp.AspNetCore.Components.Server.LeptonXTheme: Version="1.0.1" Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX: Version="1.0.1"

    Please delete the bin and obj folders in your blazor-server project and restore the packages. Probably, your application still uses the previous version of the LeptonX Theme.

    I've just tried and it's working as expected.

  • User Avatar
    0
    ageiter created

    I see changes to version 1.0, so version 1.0.1 is being displayed.

    But I use the top menu layout. Can you check it with that?

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    I see changes to version 1.0, so version 1.0.1 is being displayed.

    But I use the top menu layout. Can you check it with that?

    I've tried just before and reproduced the problem. It seems the problem was fixed for the SideMenu layout but not the TopMenu layout. I've created an internal issue for this problem (#945). I'll inform you when it's fixed.

  • User Avatar
    0
    ageiter created

    Thank you Engincan.

    Another problem that occurs with the top menu is the following: When I restart the application, the dropdown menu is not at the front level. I always have to refresh the page once first (F5) for the menu to appear fully. I have made a screencast about this:

    Screencast

    Maybe you guys can fix that too. Thanks.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Thank you Engincan.

    Another problem that occurs with the top menu is the following: When I restart the application, the dropdown menu is not at the front level. I always have to refresh the page once first (F5) for the menu to appear fully. I have made a screencast about this:

    Screencast

    Maybe you guys can fix that too. Thanks.

    Thanks, I've also reproduced this once and I'll create an issue for it.

  • User Avatar
    0
    ageiter created

    Thanks!

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11