Activities of "stephen.boag"

Hi Maliming,

Thank you for confiming, I found the issue was a compatability issue between the default font awesome free 5 and the font awesome pro 6 we added for additional icons. the .bi-person-workspace::before { content: "\f67a"; } was being overridden by the pro arrow before but it couldn't find that icon. I was able to fix it with some custom CSS. Thanks for your help :)

Hi Maliming,

One last thing, 8.1.2 changed the return to host button icon but for some reason it seems to have both the arrow and the person icon classes which causes it to render blank.The demo site only has the persion icon class. Any ideas how to remove the class?

Our site:

LeptonX demo site

Hi Maliming,

Thanks for your help, I traced the cause. Blazorise.Bootstrap5 and Blazorise.Icons.FontAwesome were not updated as part of abp update cli command but the solution wouldn't run at their 1.3.2 version so we updated to latest. reverting to 1.4.3 has worked. Thanks :)

Hi Malming,

Please see below our base blazor project file

<Project Sdk="Microsoft.NET.Sdk.Web">
	<Import Project="..\..\common.props" />
	<PropertyGroup>
		<TargetFramework>net8.0</TargetFramework>
		<Nullable>enable</Nullable>
		<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
		<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
		<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
		<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
		<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
		<PreserveCompilationReferences>true</PreserveCompilationReferences>
		<UserSecretsId>[redacted]</UserSecretsId>
	</PropertyGroup>
	<ItemGroup>
		<PackageReference Include="AspNetCore.HealthChecks.UI" Version="8.0.1" />
		<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" />
		<PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="8.0.1" />
		<PackageReference Include="Quartz.Serialization.Json" Version="3.9.0" />
		<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
		<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
		<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.2" />
		<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.2" />
		<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.4" />
		<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.4" />
		<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.4" />
		<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.4" />
		<PackageReference Include="SilkierQuartz" Version="5.0.356" />
		<PackageReference Include="Volo.Abp.BackgroundJobs.Quartz" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.BackgroundWorkers.Quartz" Version="8.1.2" />
		<PackageReference Include="Telerik.UI.for.Blazor" Version="5.1.1" />
		<PackageReference Include="Volo.CmsKit.Pro.Admin.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.FileManagement.Blazor.Server" Version="8.1.2" />
		<ProjectReference Include=[redacted] />
	<ItemGroup>
		<ProjectReference Include=[redacted] />
		<PackageReference Include="Volo.Abp.Autofac" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Swashbuckle" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Account.Pro.Public.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Account.Pro.Admin.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.AuditLogging.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Identity.Pro.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.OpenIddict.Pro.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.LanguageManagement.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Saas.Host.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.TextTemplateManagement.Blazor.Server" Version="8.1.2" />
		<PackageReference Include="Volo.Abp.Gdpr.Blazor.Server" Version="8.1.2" />
	</ItemGroup>
	<ItemGroup>
		<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.1.2" />
		<PackageReference Include="Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" Version="3.1.2" />
	</ItemGroup>
</Project>

Hi Liangshiwei,

Thats great, do you know when it will be released and the version number (I assume 8.1.2)?

Hi Liangshiwei,

Apologies for the delayed response, We have upgraded to 8.1.1 and the problem is still occuring. It looks like your demo site loads signifcantly faster than ours which may be why yours isn't triggering the timing issues. We will be pushing it through our test environments and will see if it works better on our servers over localhost. That said looks like the issue is still there if it is on localhost. Are you able to look into ensuring the window.initLeptonX method in the leptonx-blazor-compatibility.js file is being called after the elements are rendered?

Hi,

Not yet.

Good day, just checking if there has been any progress on this ticket?

Hello,

Did you find a solution to this issue?

Showing 1 to 8 of 8 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11