mozilla-releng/balrog

"Find in page" doesn't work well on Releases view

Opened this issue · 1 comments

For example, if a Release contains "updateLine" (like, eg: Firefox-70.0.1-build1), Firefox's find-in-page function doesn't see it.

I presume this is due to virtualization, and is probably applicable to other views as well (eg: ListRules).

I presume this is due to virtualization, and is probably applicable to other views as well (eg: ListRules).

Correct.

One way to fix that is to augment the component with a search input box and probably use something like https://github.com/bvaughn/js-worker-search to implement the search.