mozilla / hotdish

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

Ending viewing mode should give you the context you last saw on the page #309

Open ianb opened 10 years ago

ianb commented 10 years ago

When you leave viewing mode you get the last page you viewed (but now in normal mode). But we don't restore all of the context. Specifically we don't restore the scroll position and form fields. (Any other application state would have to be saved and restored using some custom application hooks.)

This would make it easier to get someone started with Present and then turn it off to let them do their thing.