mozilla / tofino

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

Quickly pressing ctrl+t, ctrl+v doesn't end up pasting the clipboard contents into new tab's url bar #1461

Closed bgrins closed 7 years ago

bgrins commented 8 years ago

STR: Copy a URL into the clipboard Press cmd/ctrl+t and cmd/ctrl+v quickly

Expected: The new tab's url bar is filled with the clipboard contents

Actual: The URL remains tofino://history/

Related: if I wait to paste until the tab is fully loaded, that won't replace the URL either (appends to the end of tofino://history/ instead) since the selection collapses and moves to the end of the url bar.