• Resolved o2go

    (@o2go)


    Hello, when I try to add a new field group (or new custom field) in pods using the “+ Add New Group” Button, I get this warning in the console.

    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: <button.pods-button-group_add-new>
    Ancestor with aria-hidden: <div#wpwrap> <div id=​"wpwrap" aria-hidden=​"true">​…​</div>​

    The click does not do anything.

    Tested in Brave and Chrome browser. Current WordPress, Pods and Browser Versions used.

    Any help is appreciated.
    Best regards,
    Josef

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pdclark

    (@pdclark)

    aria has to do with accessibility, such as screen readers for the blind.

    JavaScript warnings report minor errors, but do not typically causes breaks in functionality.

    Please check the console for any JavaScript Error messages in red, rather than warnings in yellow.

    If no errors, try disabling any potentially conflicting plugins, themes, or other custom functionality such as browser plugins or hosting firewalls which might cause scripts to not load correctly.

    If that still does not resolve it, check the Network tab in the web inspector to verify there were not any 404/500 or other failed responses to network requests, especially JavaScript files or XHR/AJAX/REST requests.

    Thread Starter o2go

    (@o2go)

    Hi Paul,

    thanks for your reply. I found the cause, it was custom code I forgot about. My bad.

    Best regards,
    Josef

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘“Create new field group” button not working’ is closed to new replies.