MisterJames / CollidR

An open source project leveraging SignalR to make real time forms easy.
Apache License 2.0
22 stars 5 forks source link

Edit Notification Remains on Other Clients when Editor Leaves Page with Field in Focus #3

Closed MisterJames closed 11 years ago

MisterJames commented 11 years ago

If you start up two browsers and navigate to the same entity you can reproduce this.

In browser A, enter a field. In browser B you see that field A is being edited. If you close browser A at this point, browser B's tooltip doesn't disappear.

Need to expose a disconnect event in CollidR that the formatter listens to and can process departed editors correctly.

MisterJames commented 11 years ago

closed with #17