Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Refactor ScrollBar not to use iframes #39

Closed
kyoshino opened this issue May 2, 2016 · 1 comment
Closed

Refactor ScrollBar not to use iframes #39

kyoshino opened this issue May 2, 2016 · 1 comment

Comments

@kyoshino
Copy link
Member

kyoshino commented May 2, 2016

Using a bunch of <iframe>s is not e10s-friendly, and the MozScrolledAreaChanged event is Gecko-specific. Rewrite the resize detector using requestAnimationFrame as explained in the resize doc. Blocks bzdeck/bzdeck#368.

@kyoshino
Copy link
Member Author

kyoshino commented May 7, 2016

Performance issue: requestAnimationFrame should not be used by each ScrollBar instance.

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

No branches or pull requests

1 participant