You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carl-Eric Menzel (JIRA)" <ji...@apache.org> on 2010/08/12 10:52:16 UTC

[jira] Created: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

AutoComplete onfocus behavior only working on last autocomplete field
---------------------------------------------------------------------

                 Key: WICKET-2977
                 URL: https://issues.apache.org/jira/browse/WICKET-2977
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.10
            Reporter: Carl-Eric Menzel


This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
"resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "

However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Updated: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Carl-Eric Menzel updated WICKET-2977:
-------------------------------------

    Attachment: 0001-added-missing-var-declaration-for-objonfocus.patch

This patch restores the missing var declaration in wicket-autocomplete.js.

> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Resolved: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Martin Grigorov resolved WICKET-2977.
-------------------------------------

    Fix Version/s: 1.5-M2
       Resolution: Fixed

Merged to trunk with r985318 and 985319.

> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.11, 1.5-M2
>
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Commented: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Hudson commented on WICKET-2977:
--------------------------------

Integrated in Apache Wicket 1.4.x #89 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.4.x/89/])
    AutoComplete onfocus behavior only working on last autocomplete field
(forgotton declaration of var objonfocus 2.)
Issue: WICKET-2977


> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.11
>
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Reopened: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Martin Grigorov reopened WICKET-2977:
-------------------------------------

      Assignee: Martin Grigorov  (was: Johan Compagner)

Needs porting to 1.5

> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.11
>
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Closed: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Johan Compagner closed WICKET-2977.
-----------------------------------

         Assignee: Johan Compagner
    Fix Version/s: 1.4.11
       Resolution: Fixed

> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.4.11
>
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Updated: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Carl-Eric Menzel updated WICKET-2977:
-------------------------------------

    Priority: Minor  (was: Major)

> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>            Priority: Minor
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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


[jira] Commented: (WICKET-2977) AutoComplete onfocus behavior only working on last autocomplete field

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

Hudson commented on WICKET-2977:
--------------------------------

Integrated in Apache Wicket 1.5.x #226 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/226/])
    merge-from-1.4.x:

Author: jcompagner
Date: Thu Aug 12 15:10:36 2010
New Revision: 984824

URL: http://svn.apache.org/viewvc?rev=984824&view=rev
Log:
AutoComplete onfocus behavior only working on last autocomplete field
(forgotton declaration of var objonfocus 2.)
Issue: WICKET-2977


> AutoComplete onfocus behavior only working on last autocomplete field
> ---------------------------------------------------------------------
>
>                 Key: WICKET-2977
>                 URL: https://issues.apache.org/jira/browse/WICKET-2977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.10
>            Reporter: Carl-Eric Menzel
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.11, 1.5-M2
>
>         Attachments: 0001-added-missing-var-declaration-for-objonfocus.patch
>
>
> This is basically the same bug as WICKET-2158. That one was closed with this message by Gerolf:
> "resolving this issue as fixed, as of revision 791516 (before the 1.4.0 release) committed by jcompagner ("forgotton declaration of var objonfocus;") "
> However, we are still seeing this problem with 1.4.10. Some searching in the logs reveals that revision 886735 by jcompagner ("fixes and improvements (browser issues)") removed that line again, presumably accidentally. Could we please have that back? :-)

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