amitamb / screen.js

Client side screen recording library
0 stars 0 forks source link

Cursor jittery across Chrome and Firefox #20

Open amitamb opened 10 years ago

amitamb commented 10 years ago

While using cast recorded from chrome and playing it in Chrome, I saw sudden movements of mouse. They should be countered with actual sizes of elements and considering scaling offset etc. At present only offset is considered. Also apply some CSS resetting to minimize this effect as far as possible.

amitamb commented 10 years ago

Even in chrome it was not correct. On HN comments page, textarea around clicks did not get played back correctly.

amitamb commented 10 years ago

Consider normalizing text-rendering css style to precision.

amitamb commented 10 years ago

Looks hard to do before MVP.