You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMS Kit commit area shows a "Login to Reply" or "Login to Write Comment" buttons when user was not authenticated. It redirects to login and comes back to the same page after login. In this case, it should focus to the related commenting area for a better UX.
CMS Kit commit area shows a "Login to Reply" or "Login to Write Comment" buttons when user was not authenticated. It redirects to login and comes back to the same page after login. In this case, it should focus to the related commenting area for a better UX.
I added the related comment info to the loginUrlHash (see https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/CommentingViewComponent.cs#L40 and the cshtml side to know how it was set), so you can extract this in the JS side and focus it.
The text was updated successfully, but these errors were encountered: