Last modified: 2013-04-22 16:14:48 UTC
Sample URL: http://www.flickr.com/photos/bensutherland/308795905 (This is invalid, it has an extra "5" at the end.) The input field for the flickr URL disappears. No error message, no nothing. (Using FF 16.0.2 on Mac OS X 10.7.5)
This happens because this URL passes our regex pattern. Don't think we can identify such invalid urls in regex.. (This one might actually become a valid id in future). Instead if the fetching of the photo fails the error dialog should appear.
Added the missing else statement https://gerrit.wikimedia.org/r/#/c/34691/
Merged.