New issue
Advanced search Search tips

Issue 661176 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug
Team-Accessibility

Blocking:
issue 644647



Sign in to add a comment

Accessibility calling VisibleUnits::canonicalPosition too often

Project Member Reported by dmazz...@chromium.org, Nov 1 2016

Issue description

See bug 644647 - this HTML demonstrates a performance problem with accessibility

Let's see how much faster we can make it

<html>
<body>
  <div id="div" contenteditable>
  input characters on this  
    <p id="p"></p>
  </div>
    <script>
      var str = []
      for(i =0;i<10000;i++) {
        let d = document.createElement('div');
        d.textContent = "foobazbar ";
        p.appendChild(d);
        str.push("foobarbaz ");
      }     
    </script>
</body>
</html>
 
Labels: NewComponent-Accessibility-Blink NewComponent-Accessibility
Components: Blink>Accessibility
Components: -UI>Accessibility
Labels: -newcomponent-accessibility-blink -newcomponent-accessibility
Labels: triage-alice
Labels: -triage-alice
Labels: -OS-Windows -Pri-1 -M-56 Pri-2
Owner: ----
Status: Available (was: Assigned)
Labels: triage-dtseng
Labels: -triage-dtseng
Project Member

Comment 9 by sheriffbot@chromium.org, Aug 13

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: dmazz...@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment