You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marc Stock (JIRA)" <ji...@apache.org> on 2007/05/16 16:27:16 UTC

[jira] Created: (WICKET-575) AutoCompleteTextField does not function in IE6

AutoCompleteTextField does not function in IE6
----------------------------------------------

                 Key: WICKET-575
                 URL: https://issues.apache.org/jira/browse/WICKET-575
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.2.6
         Environment: Windows XP SP2
            Reporter: Marc Stock


The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.

IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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


[jira] Updated: (WICKET-575) AutoCompleteTextField does not function in IE6

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

Marc Stock updated WICKET-575:
------------------------------

    Attachment: screenshot-1.jpg

Notice that it's the wicket examples URL, that after typing the letter 'u' no countries appear, and that IE 6 indicates that there's a javascript error on the page.  The exact same page works perfectly from the same machine under FIrefox.

> AutoCompleteTextField does not function in IE6
> ----------------------------------------------
>
>                 Key: WICKET-575
>                 URL: https://issues.apache.org/jira/browse/WICKET-575
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Windows XP SP2
>            Reporter: Marc Stock
>         Assigned To: Janne Hietamäki
>         Attachments: screenshot-1.jpg
>
>
> The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.
> IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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


[jira] Resolved: (WICKET-575) AutoCompleteTextField does not function in IE6

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

Janne Hietamäki resolved WICKET-575.
------------------------------------

    Resolution: Cannot Reproduce

I can't reproduce this bug. 



> AutoCompleteTextField does not function in IE6
> ----------------------------------------------
>
>                 Key: WICKET-575
>                 URL: https://issues.apache.org/jira/browse/WICKET-575
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Windows XP SP2
>            Reporter: Marc Stock
>         Assigned To: Janne Hietamäki
>
> The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.
> IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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


[jira] Commented: (WICKET-575) AutoCompleteTextField does not function in IE6

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

Johan Compagner commented on WICKET-575:
----------------------------------------

test if you really have the same version installed

> AutoCompleteTextField does not function in IE6
> ----------------------------------------------
>
>                 Key: WICKET-575
>                 URL: https://issues.apache.org/jira/browse/WICKET-575
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Windows XP SP2
>            Reporter: Marc Stock
>         Assigned To: Janne Hietamäki
>         Attachments: screenshot-1.jpg
>
>
> The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.
> IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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


[jira] Commented: (WICKET-575) AutoCompleteTextField does not function in IE6

Posted by "Marc Stock (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497910 ] 

Marc Stock commented on WICKET-575:
-----------------------------------

I had a coworker visit the same page from IE6 and he also did not experience the problem.  I then went and reset all my IE settings to their system default settings and it still fails to function.  So, it's still a mystery at this point.

> AutoCompleteTextField does not function in IE6
> ----------------------------------------------
>
>                 Key: WICKET-575
>                 URL: https://issues.apache.org/jira/browse/WICKET-575
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Windows XP SP2
>            Reporter: Marc Stock
>         Assigned To: Janne Hietamäki
>         Attachments: screenshot-1.jpg
>
>
> The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.
> IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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


[jira] Assigned: (WICKET-575) AutoCompleteTextField does not function in IE6

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

Janne Hietamäki reassigned WICKET-575:
--------------------------------------

    Assignee: Janne Hietamäki

> AutoCompleteTextField does not function in IE6
> ----------------------------------------------
>
>                 Key: WICKET-575
>                 URL: https://issues.apache.org/jira/browse/WICKET-575
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Windows XP SP2
>            Reporter: Marc Stock
>         Assigned To: Janne Hietamäki
>
> The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.
> IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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


[jira] Commented: (WICKET-575) AutoCompleteTextField does not function in IE6

Posted by "Marc Stock (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498260 ] 

Marc Stock commented on WICKET-575:
-----------------------------------

Johan, we compared version numbers (all 39 digits) and they were exactly the same.

> AutoCompleteTextField does not function in IE6
> ----------------------------------------------
>
>                 Key: WICKET-575
>                 URL: https://issues.apache.org/jira/browse/WICKET-575
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Windows XP SP2
>            Reporter: Marc Stock
>         Assigned To: Janne Hietamäki
>         Attachments: screenshot-1.jpg
>
>
> The AutoCompleteTextField fails to function at all in IE6.  Under IE6 it acts merely as an entry field.  The browser shows a warning icon (in the lower left corner) when the page displays saying that there's a problem with the javascript for the page.  You can see this behavior demonstrated on the AutoCompleteTextField example code that is part of the wicket site's example pages.
> IE version tested: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

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