0
Navneet@aol.com.au created
- ABP Framework version: v9.0.2
- UI Type: MVC
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hello team,
I am trying to update the existing Account Pro page with the help of https://abp.io/community/articles/converting-createedit-modal-to-page-4ps5v60m to replace pop-up create and update page with dedicated page
however after adding <div class="abp-view-modal"> and removing Layout = null I am getting below error:
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Element with focus: input
Ancestor with aria-hidden: <div aria-hidden="true" class="modal fade" role="dialog" tabindex="-1">…</div>
Many thx, Navneet
3 Answer(s)
-
0
Hi,
Could you share some screenshots? thanks.
-
0
Hi Liangshiwei,
Got it sorted, I was missing js in cshtml.
Could you please refund this ticket
Regards, Navneet
-
0
okay