Not a bug Unable to enter a URL without http:// in Google Chrome

Technically, without the protocol, it's not actually URL.

This is enforced by the HTML5 input types and by your browser itself. I know you're arguing usability, but given that we're using the type=url, this is expected.
 
Top Bottom