I want to build a web-based presentation tool with a PowerPoint-like "presenter view" for the second monitor. I can use the HTML5 full screen API (example) to put the main presentation in fullscreen, but that seems to preclude interacting with the controller window on the other screen. Is there any way to interact with webpage windows on two different monitors when one of them is fullscreen?
Details: Chrome and Safari on OS X use Lion's native fullscreen mode, which is well-known to be broken for multiple monitors (e.g., 1, 2) -- all other monitors just display grey, and you can't even drag a tab to a different display. Firefox 11 just makes an ordinary full-screen window (thank you!), but drops full-screen when you click on any other window.
This is so close to working, and yet so far...