Details
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.
Attachments
Issue Links
- is broken by
-
WICKET-5858 AjaxRequestTarget.focusComponent does not work in modal window
- Resolved