Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aria-busy does not work in live region #257

Open
JAWS-test opened this issue Aug 28, 2019 · 3 comments
Open

aria-busy does not work in live region #257

JAWS-test opened this issue Aug 28, 2019 · 3 comments

Comments

@JAWS-test
Copy link

JAWS-test commented Aug 28, 2019

Summary

aria-busy does not work in live region according to https://rawgit.com/w3c/aria/master/#aria-busy

  1. Save as HTML file:
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<title>aria-busy</title>
	</head>
	<body>
		<div aria-live="polite" aria-busy="true" id="1">busy</div>
		<button onClick="document.getElementById('1').textContent='not busy';">Change live region</button>
		<button onClick="document.getElementById('1').setAttribute('aria-busy','false');">Change aria-busy</button>
	</body>
</html>
  1. Press button "Change live region" (changes the text content inside live region)
  2. Press button "Change aria-busy" (changes from true to false)

Expected result

  • Press button "Change live region": no output
  • Press button "Change aria-busy": output of the new text content "not busy"

Actual result

  • Firefox and Chrome: Output is done despite aria-busy=true

Additional Information

JAWS version and build number

JAWS 2019.1907.42

Operating System and version

Windows 8

Browser and version:

Chrome 76.0.3809.100
Firefox 68.0.2

@JAWS-test
Copy link
Author

@stevefaulkner
Copy link
Contributor

test case tested in JAWS 2024 AND LATEST chrome/firefox does not work as expected, works as expected with NVDA

@BrettLewisVispero
Copy link
Collaborator

Imported into ADO as bug 68617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants