jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

The participant's cursors disappear behind the chat box modal #427

Open aarondruck opened 11 years ago

aarondruck commented 11 years ago

the cursor disappears behind the chat box modal, prob just needs a different z-index

ianb commented 11 years ago

FWIW, there is some potential confusion, as you could be over an element that happens to be hidden by the chat window, but not actually mousing over your own chat window.

simonwex commented 11 years ago

We should explore whether we want to determine if the other user's cursor is actually over their chat window or over something on the page. Especially if their chat window is hidden, we may want to maintain the current z-index. If they are over their own chat window, what is the right thing to do? Display an alternate cursor? Hide it altogether?