facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Sluggish scrolling when accessibility is enabled on Android #503

Open Roger00 opened 7 years ago

Roger00 commented 7 years ago

When any of the accessibility services is turned on, the scrolling becomes sluggish.

Reproduce steps:

  1. Enter system settings > accessibility
  2. Enable any one of the services
  3. Use chrome to view fixed-data-table

screenshot_step_1 screenshot_step_2 screenshot_step_3

Several AccessibilityHostMsg_Events calls seems to block UI thread in the systrace log.

trace trace_fb_accessibility_on.zip