You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/02/22 21:53:01 UTC

[jira] Assigned: (WICKET-2100) DynamicImageResouce blocks loading of AjaxLazyLoadPanel

     [ https://issues.apache.org/jira/browse/WICKET-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-2100:
-------------------------------------

    Assignee: Matej Knopp

matej, i traced the code responsible for this to:

Revision: 546798
Author: knopp
Date: 6/13/07 3:00 AM
Comment:
Ignore Ajax request while regular request for same page is processed



> DynamicImageResouce blocks loading of AjaxLazyLoadPanel
> -------------------------------------------------------
>
>                 Key: WICKET-2100
>                 URL: https://issues.apache.org/jira/browse/WICKET-2100
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-extensions
>    Affects Versions: 1.3.5
>            Reporter: Sergio Garcia
>            Assignee: Matej Knopp
>         Attachments: TestPage.html, TestPage.java, TestPanel.html, TestPanel.java
>
>
> 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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.