GNOME Bugzilla – Bug 698338
null in the ui
Last modified: 2016-03-31 13:22:07 UTC
I hit continue a bit too early when trying to enter a url, and was greeted with the error message: Unsupported protocol '(null)'
Created attachment 241870 [details] screenshot
Created attachment 241954 [details] [review] wizard: scheme part is mandatory in URI By catching bogus URIs like 'rd' early, we avoid showing weird errors like "Unsupported protocol '(null)'" in the UI and also many criticals/warnings on the console.
Attachment 241954 [details] pushed as 14c5624 - wizard: scheme part is mandatory in URI