[ 
https://issues.apache.org/jira/browse/WICKET-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707551#action_12707551
 ] 

Rodrigo De Castro commented on WICKET-2100:
-------------------------------------------

I tested Wicket 1.3.6 and I can still see this issue, so it may not be 
(entirely) fixed. My AjaxLazyLoadPanels (with DynamicImageResource on the same 
page) are never loaded. This is the ajax output:


INFO: Using XMLHttpRequest transport
INFO:
INFO: Initiating Ajax GET request on 
../;jsessionid=21EF87A7A34DE750EE3E6320E1F1DD9F?wicket:interface=:0:ticket_panel::IBehaviorListener:0:1&random=0.0253542694566391
INFO: Invoking pre-call handler(s)...
INFO: Channel busy - postponing...
INFO: Received ajax response (31 characters)
INFO:
<ajax-response></ajax-response>
INFO: Response parsed. Now invoking steps...
INFO: Response processed successfully.
INFO: Invoking post-call handler(s)...
INFO: Calling posponed function...
INFO:
INFO: Initiating Ajax GET request on 
../;jsessionid=21EF87A7A34DE750EE3E6320E1F1DD9F?wicket:interface=:0:monitor_panel::IBehaviorListener:0:1&random=0.4184016669753995
INFO: Invoking pre-call handler(s)...
INFO: last focus id was not set
INFO: Received ajax response (31 characters)
INFO:
<ajax-response></ajax-response>
INFO: Response parsed. Now invoking steps...
INFO: Response processed successfully.
INFO: Invoking post-call handler(s)...
INFO: last focus id was not set
INFO: focus set on wicketDebugLink
INFO: focus removed from wicketDebugLink

> 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
>             Fix For: 1.3.6, 1.4-RC3
>
>         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.

Reply via email to