mozilla / hotdish

Explorations on being together in the browser
Mozilla Public License 2.0
111 stars 13 forks source link

add transparent div on top of <body> when you're a spectator on a page #239

Closed aarondruck closed 10 years ago

aarondruck commented 10 years ago

create transparent Div on top of when you're spectating a page. Would fix hover state and fiddling with forms. Also some spurious clicking problems.

relates to #189

ianb commented 10 years ago

One problem with this is that I think it messes up the positioning of the viewer cursors on the presenter screen – because the viewer cursors are constantly just reporting that they are hovering over the transparent div, not specific elements in the page.

I'm not sure if there's a resolution for this. If not we might have to revert.