MozillaReality / horizon

(2015) Horizon was an experimental VR browser built on web standards using CSS-VR.
http://mozvr.github.io/horizon/web/
Other
1 stars 0 forks source link

Can no longer enter a URL in the address bar #227

Closed cvan closed 9 years ago

cvan commented 9 years ago

I try to focus the URL bar to enter a URL, but whenever it's focussed and I press a key, the focus just gets blurred immediately. Odd.

KevinGrandon commented 9 years ago

Might need to use the defaultValue attribute instead of value for the url text input?

https://facebook.github.io/react/docs/forms.html#default-value

cvan commented 9 years ago

Might need to use the defaultValue attribute instead of value for the url text input?

if we actually wanted it to be a default value, yes. but we actually want the value of the URL bar to change whenever the location of the mozbrowser frame changes.

(see #230.)