Open MikeGrace opened 13 years ago
Er.. whats the use case for this? @jmathai can you elaborate por moi si vous plait?
I believe this is referring to photos which (for whatever reason) don't exist on the user's file system (S3 or equiv). Case 4 in the scenarios below.
It's really an error case.
Instead of that broken image this would display a "not found" image.
A nice-to-have that we could add if it doesn't add too much complexity and/or code. Ideally whatever enables this functionality enables a more general hook into the JS framework. This could be a proof of concept of that general functionality.
Yes! Exactly!
Here is a working example of using jQuery to replace a broken image with a default.
http://mikegrace.s3.amazonaws.com/geek-blog/sandbox/replace-broken-images-with-default.html
It would be great to be able to have each theme be able to handle this in their own way via a callback. @erudianart, could you add this when you are abstracting the keyboard events also?