oqtane / oqtane.framework

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

[BUG] Modal Scroll To JS Interop Does Not Function As Intended For Admin Modals #4762

Open thabaum opened 16 hours ago

thabaum commented 16 hours ago

Oqtane Info

Version - 5.2.4 Render Mode - Static Interactivity - Server Database - SQL Server

Describe the bug

scrolltotop function does not work for admin modals

Expected Behavior

use of ScrollToTop function works on modals like it does for pages

Steps To Reproduce

  1. open control panel
  2. Click add page
  3. expand all sections
  4. go to bottom to click save
  5. notice it does not scroll to top to show messages
thabaum commented 15 hours ago

Sorry I had this on my branch, closed and merged... I reopened here.

I am working in areas that should be scrolling to top which I will add more logic to soon so all areas of administration have some nice handing messages to help users and administrators work with Oqtane. I will have a few more issues/PR's for review later today once this is accepted and merged.