uifi95 / appa

The flying bison
2 stars 0 forks source link

Browser scroll is not synced #16

Closed uifi95 closed 3 years ago

uifi95 commented 4 years ago

When scrolling in the master browser, scroll works well withing scrollable containers, but when scrolling the document, the slave browsers do not sync the scroll action.

We think this has something to do with the selector generator that we are using not supporting the document itself. Or when receiving the selector, the querySelector breaks when it is given 'document'.