You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Anton Marchenkov (JIRA)" <ji...@apache.org> on 2012/05/23 20:22:40 UTC

[jira] [Created] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Anton Marchenkov created WICKET-4569:
----------------------------------------

             Summary: AutoComplete text field does not work: Channel busy - postponing..
                 Key: WICKET-4569
                 URL: https://issues.apache.org/jira/browse/WICKET-4569
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.0.0
         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
            Reporter: Anton Marchenkov


After first input I'm getting a "Channel busy - postponing...".

The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Posted by "Jan Moxter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286262#comment-13286262 ] 

Jan Moxter commented on WICKET-4569:
------------------------------------

The problem is that the response from the call to "Wicket.Ajax.ajax(attrs)" is managed by the Autocomplete Script internal function "doUpdateChoices(resp, defaultSelection)", but the ajax response is called using apply and therefor an array of parameters is used to call the function. The parameter necessary is the third parameter. In the js script in the attachment is workaround for this. 
                
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>         Attachments: myproject.zip, wicket-autocomplete.js
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Posted by "Jan Moxter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Moxter updated WICKET-4569:
-------------------------------

    Attachment: wicket-autocomplete.js

Made a simple workaround so that it works in the moment, but I am quit sure that the necessary rework for using jquery etc. was not finished yet
                
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>         Attachments: myproject.zip, wicket-autocomplete.js
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Posted by "Thomas Götz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13282236#comment-13282236 ] 

Thomas Götz commented on WICKET-4569:
-------------------------------------

I can see a Javascript error, don't know yet if this is related to the problem:

firstChild.tagName is undefined
http://localhost:8080/wicket/resource/org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteBehavior/wicket-autocomplete.min-ver-D8BB536965389FBE5A49426BDF9FFDEE.js
Line 108
                
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>         Attachments: myproject.zip
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Posted by "Anton Marchenkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Marchenkov updated WICKET-4569:
-------------------------------------

    Attachment: myproject.zip
    
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>         Attachments: myproject.zip
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Posted by "Thomas Götz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13282255#comment-13282255 ] 

Thomas Götz commented on WICKET-4569:
-------------------------------------

The same error "Channel busy ..." occurs in the examples (AutoCompletePage).
                
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>         Attachments: myproject.zip
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (WICKET-4569) AutoComplete text field does not work: Channel busy - postponing..

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4569.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
         Assignee: Martin Grigorov

I wasn't able to reproduce "Channel busy - postponing..." but I fixed the bug described by WICKET-4581 and now Autocompleter seems to work fine.
Please check the fix.
                
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>            Assignee: Martin Grigorov
>             Fix For: 6.0.0-RC1
>
>         Attachments: myproject.zip, wicket-autocomplete.js
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira