Opened 13 years ago
Closed 13 years ago
#4851 closed bug (wontfix)
show(explode) on image bugs out if not cached
Reported by: | madmatter23 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.effects.* (individual effect) | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This bug is behaves differently in IE vs FF.
When using the show(explode) effect on an image in FireFox, the image will appear to be extremely small when it is first loaded. The entire explode effect takes place in miniature. Once finished, the image appears suddenly at normal size.
In IE, no explode animation is shown, and the image simply appears after the effect is over.
For both IE and FF, everything behaves normally once the image is cached and the page is refreshed.
See this link for example: http://stephenshaheen.com/
Tested in FF 3.5.2 and earlier versions on OSX and Windows XP. Test in IE6 on Windows XP.
Change History (2)
comment:1 Changed 13 years ago by
Component: | ui.core → effects.* (individual effect) |
---|---|
Milestone: | TBD → 1.8 |
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
It doesn't seem reasonable to do a check to see if an image is loaded before running an effect on it.