You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2016/07/18 21:41:20 UTC

[jira] [Updated] (WICKET-6209) requesting focus on disabled field fails with error in IE8

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

Sven Meier updated WICKET-6209:
-------------------------------
    Description: 
IE8 reports an error when focus is set on a *then* disabled component:

- user clicks AjaxCheckBox
- server disables checkbox and updates it via ART
- wicket-ajax-jquery.js tries to restore focus

This problem occurs since WIcket 6.20, presumably caused by WICKET-5858.

  was:
IE8 reports an error since WICKET-5858 when focus is set on a *now* disabled component:

- user clicks AjaxCheckBox
- server disables checkbox and updates it via ART
- wicket-ajax-jquery.js tries to restore focus


> requesting focus on disabled field fails with error in IE8
> ----------------------------------------------------------
>
>                 Key: WICKET-6209
>                 URL: https://issues.apache.org/jira/browse/WICKET-6209
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.3.0, 6.23.0, 8.0.0-M2
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Minor
>
> IE8 reports an error when focus is set on a *then* disabled component:
> - user clicks AjaxCheckBox
> - server disables checkbox and updates it via ART
> - wicket-ajax-jquery.js tries to restore focus
> This problem occurs since WIcket 6.20, presumably caused by WICKET-5858.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)