Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.6
-
None
-
None
-
Reproduced with latest version from branch-1.4.x (post 1.4.6) in Chrome 5
Description
The problem can be reproduced with latest branch version. When using ModalWindow & updating some component using target.addComponent(component), instead of being refreshed the component disappears.
The reproduction path is the following:
- Click add button -> a modal window appears
- write something in description textfield
- click save (the list containing saved items will be updated)
- repeat same steps 2-3 times
- sometimes, instead of being refreshed, the component holding items (it is not a repeater, but its parent) will disappear.
Attachments
Attachments
Issue Links
- is part of
-
WICKET-2657 Multipart forms fails on Chrome during Ajax submit
- Resolved