mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Back/forward buttons become disabled when they shouldn't #1135

Closed bgrins closed 8 years ago

bgrins commented 8 years ago

STR:

Open a new tab Open http://www.npr.org/ Click on a link on that page Press back Notice the back and forward buttons are now disabled Click on a link again Back and forward buttons are still disabled

Note that cmd/ctrl arrow does navigate properly, so it seems like this is a frontend issue

victorporof commented 8 years ago

I think we're not updating the canGoBack and canGoForward page state frequently enough. I'll look into it.

victorporof commented 8 years ago

Note that keyboard back/forward navigation isn't possible at all after https://github.com/mozilla/tofino/pull/1111 but the problem described in my previous comment still stands.