makepad / makepad.github.io

Github pages repo with a wasm build and the old js makepad things.
Apache License 2.0
372 stars 38 forks source link

Selecting text slow on Firefox #12

Open laggingreflex opened 6 years ago

laggingreflex commented 6 years ago

Selecting text takes a significant time to catch up to the moving cursor.

Screehshot (left - firefox v58, right - chrome): https://gfycat.com/LeftPresentDormouse

makepaddev commented 6 years ago

Probably has to do with the fact i actually copy the text into a hidden textarea to make 'copy' work since its thread-async. I'll fix that in the next rewrite.