Ticket #2407 (closed bug: fixed)
olImageLoadError class name added but never removed
| Reported by: | tschaub | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.9 Release |
| Component: | Util | Version: | 2.8 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
I'm seeing cases where an image loading error causes the olImageLoadError class to be applied, and then later when the same image has successfully loaded (zooming out) the style declarations from the error block are still applied. Though it seems like this would be a cross browser problem, I'm only seeing it on IE, where the opacity filter still applies after the image successfully loads.
The problem goes away when I remove the olImageLoadError in the "success" handler. This certainly seems like good practice even if it is not completely clear why the problem doesn't manifest itself in all browsers.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

