Ticket #1772 (closed defect: worksforme)
ConcurrentModificationException on GridLayout paint
| Reported by: | Mauno Haukila | Owned by: | Matti Tahvonen |
|---|---|---|---|
| Priority: | blocker | Milestone: | User Interface Library 5.2.2 |
| Component: | gwt-adapter-server | Version: | |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | no | Contract: | |
Description
Just upgraded to trunk and there seems to be regression.
If I add new TextField? to gridlayout with Button.ClickListener? I get:
java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:617) at java.util.LinkedList$ListItr.next(LinkedList.java:552) at com.itmill.toolkit.ui.GridLayout.paintContent(GridLayout.java:431) at com.itmill.toolkit.ui.AbstractComponent.paint(AbstractComponent.java:623) at com.itmill.toolkit.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager .java:380) at com.itmill.toolkit.terminal.gwt.server.ApplicationServlet.service(ApplicationServlet.java:419) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
Change History
Note: See
TracTickets for help on using
tickets.
