oqtane / oqtane.framework

CMS & Application Framework for Blazor & .NET MAUI
http://www.oqtane.org
MIT License
1.9k stars 547 forks source link

Fix for Tabpanel is not updating the UI. #4778 #4828

Closed leigh-pointer closed 5 days ago

leigh-pointer commented 1 week ago

Updated the TabStrip and TabPanel so when the ActiveTab parameter is changed the corresponding TabPane is selected.

leigh-pointer commented 5 days ago

@sbwalker Is there a problem with this PR?

sbwalker commented 5 days ago

@leigh-pointer I have not had time to test it yet... I have been focusing on the upgrade issues related to .NET 9

sbwalker commented 2 days ago

@leigh-pointer I am not sure if this fix caused a regression issue or if it is related to something else.

Login to a site, go into Edit Mode, select Edit Content on an HtmlText module on the Home page... the rich text editor displays fine... now click the Full Text Editor tab... and then click the Rich Text Editor tab... the rich text editor will no longer be displayed properly:

image

This behavior was not happening in the 6.0 release so it must be related to a PR which has been merged since

leigh-pointer commented 1 day ago

@sbwalker ok, will I look in to it.