Open Closed

BUG: MVC UI top menu bug with 9.0 version #8380


User avatar
0
abpVAndy2 created
  • ABP Framework version: v9
  • UI Type: MVC
  • Database System: EF Core SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:


4 Answer(s)
  • User Avatar
    0
    abpVAndy2 created

    Chat Icon CSS has some issue.

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    Thanx for reporting this issue , we will fix this issue ASAP. But for now this is quick workaround. Eg:-

    You can add this below code in global-styles.css file.

    i.lpx-icon.fas.fa-comments{ padding-top:21px; }

    Thank you.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    we will fix the problem in the next patch version.

    you can try override the page

    Pages/Chat/Components/MessagesToolbarItem/Default.cshtml

    @using Microsoft.AspNetCore.Mvc.Localization
    @using Volo.Chat.Localization
    
    @inject IHtmlLocalizer<ChatResource> L
    
    <a href="/Chat" class="lpx-menu-item-link nav-link lpx-menu-item-link nav-link b-tooltip b-tooltip-left w-100 b-tooltip-inline d-flex align-items-center justify-content-center" type="button" data-bs-toggle="tooltip" data-bs-placement="left" aria-label="@L["Menu:Chat"].Value" data-bs-original-title="@L["Menu:Chat"].Value">
        <span class="lpx-menu-item-icon">
            <i class="lpx-icon fas fa-comments" aria-hidden="true"></i>
        </span>
    </a>
    
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Your ticket was refunded.

Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09