Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.5
-
None
Description
The loading process of an image which loads its contents from a DynamicImageResource blocks changing of an AjazLazyLoadPanel from indicating image to content. "respond(...)" method of AbstractDefaultAjaxBehavior from AjaxLazyLoadPanel is never called.
Within the attached quick start there is a forced delay because the image is too small and loads too quick to force the error. I think the problem is that loading the first dynamic resource changes state of the page from "domready" to "load" and attached AjaxLazyLoadPanel script ignores it's execution.
Attachments
Attachments
Issue Links
- is cloned by
-
WICKET-2437 Ajax requests are called serially using only one channel (Channel busy - postponing...)
- Resolved