web-bugs icon indicating copy to clipboard operation
web-bugs copied to clipboard

ottobremer.org - see bug description

Open demkantor opened this issue 2 years ago • 3 comments

URL: https://ottobremer.org/

Browser / Version: Firefox 105.0 Operating System: Mac OS X 10.15 Tested Another Browser: Yes Chrome

Problem type: Something else Description: when updating aria-hidden attribute it does not update the dom. currently the site uses css to render menu based of aria-hidden attribute Steps to Reproduce: for css &[aria-hidden='false'] { a, button { user-select: auto; visibility: visible; } } this will not update show as the dom isnt truly updated. console.log('before', menu.ariaHidden); menu.ariaHidden = "false"; console.log('after', menu.ariaHidden); in the code base changes from true to false but directly in the console i can type document.getElementById('navigation-menu'); and see that it isnt showing on the dom as it still says false when it should say true. both chrome and safari have this working

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

demkantor avatar Oct 12 '22 20:10 demkantor

@demkantor Thanks for the report. Does the issue reproduce on the latest build of Firefox Nightly?

[qa_41/2022]

softvision-raul-bucata avatar Oct 13 '22 12:10 softvision-raul-bucata

@softvision-raul-bucata just tested on 107.0a1 (2022-10-13) (64-bit) mac, still present Screen Shot 2022-10-13 at 9 04 39 AM

demkantor avatar Oct 13 '22 13:10 demkantor

@ksy36 Can you take a look over this, please?

[inv_41/2022]

softvision-raul-bucata avatar Oct 14 '22 07:10 softvision-raul-bucata

This will be enabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1785412 (currently under accessibility.ARIAReflection.enabled pref ).

See also https://bugzilla.mozilla.org/show_bug.cgi?id=1628418#c24

ksy36 avatar Jan 11 '23 18:01 ksy36