New issue
Advanced search Search tips

Issue 765876 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Blink should not fire separate updates when inner text gets set

Project Member Reported by dtseng@chromium.org, Sep 16 2017

Issue description

Load:
      <h1 aria-atomic="true" id="live"aria-live="polite">foo</h1>
      <button id="go">go</button>
      <script>
        document.getElementById('go').addEventListener('click', function(e) {
          document.getElementById('live').innerText = 'bar';
        });
      </script>

- click the button

result:
there are separate events for text changes to
- static text
- heading

There should be one event that updates both of these nodes.

 
Project Member

Comment 1 by sheriffbot@chromium.org, Sep 17

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Owner: aleventhal@chromium.org
Status: Assigned (was: Untriaged)
Aleventhal@ this seems related to some things you were working on with live regions.
Is this already fixed?

Sign in to add a comment