Open Closed

Abp-tab-dropdown 5.3.3 bootstrap error #3497


User avatar
0
Buckoge created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.3.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" try the difference between version 5.3.2 and 5.3.3

Hi, can you please check this? When changing between child abp-tab class remains active:

There are probably some changes in bootstrap 5.2.0

Thank you.


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I will check. Your credit is refunded.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share your taghelper code?

  • User Avatar
    0
    Buckoge created

    Hi,

    <abp-tabs name="Radnik" id="myTab">
        <abp-tab-dropdown title="Podaci o radniku" name="PodaciRadnik">
    
            <abp-tab parent-dropdown-name="PodaciRadnik" active="true" title="Osnovni podaci I" name="osnovniPodaci1" href="#osnovniPodaci1">
    
            </abp-tab>
            <abp-tab parent-dropdown-name="PodaciRadnik" title="Osnovni podaci II" name="osnovniPodaci2" href="#osnovni-podaci2">
    
            </abp-tab>
            <abp-tab parent-dropdown-name="PodaciRadnik" title="Profesionalni podaci" name="profesionalniPodaci" href="#profesionalniPodaci">
    
            </abp-tab>
    
            <abp-tab parent-dropdown-name="PodaciRadnik" title="Legitimacije" name="legitimacije" href="#legitimacije">
    
            </abp-tab>
    
        </abp-tab-dropdown>
    </abp-tabs>
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I can't reproduce, Can your share a simple project? liming.ma@volosoft.com

  • User Avatar
    0
    Buckoge created

    Hi I sent an email with the link and steps, I hope it's ok like this.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks

    It seems to be related to the version of bootstrap, Please follow: https://github.com/abpframework/abp/issues/13512

  • User Avatar
    0
    Buckoge created

    Thanks

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