purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

IllegalStateException in devmode when clicking a folder (not all the time though) #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When clicking on a folder the following is shown on the gwt devmode log:

java.lang.IllegalStateException: The Cell Widget is attempting to render itself 
within the render loop. This usually happens when your render code modifies the 
state of the Cell Widget then accesses data or elements within the Widget.  at 
com.google.gwt.user.cellview.client.HasDataPresenter.resolvePendingState(HasData
Presenter.java:1140)    at 
com.google.gwt.user.cellview.client.HasDataPresenter.access$3(HasDataPresenter.j
ava:1112)   at 
com.google.gwt.user.cellview.client.HasDataPresenter$2.execute(HasDataPresenter.
java:1037)  at 
com.google.gwt.core.client.impl.SchedulerImpl$Task$.executeScheduled$(SchedulerI
mpl.java:50)    at 
com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.ja
va:229)     at 
com.google.gwt.core.client.impl.SchedulerImpl.flushFinallyCommands(SchedulerImpl
.java:328)  at com.google.gwt.core.client.impl.Impl.exit(Impl.java:238)     at 
com.google.gwt.core.client.impl.Impl.entry0(Impl.java:229)  at 
sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)   at java.lang.reflect.Method.invoke(Method.java:597)     at 
com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)   at 
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)  at 
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157
)   at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServ
er.java:281)    at 
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelSe
rver.java:531)  at 
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
    at java.lang.Thread.run(Thread.java:662)

Original issue reported on code.google.com by chstath on 8 Apr 2011 at 11:12

GoogleCodeExporter commented 8 years ago
can you also provide some more information on this: folder location(My Folders, 
Trash, MyShared, Others) and folder names

Original comment by kouts...@gmail.com on 8 Apr 2011 at 11:23

GoogleCodeExporter commented 8 years ago
This is probably related to issue #89. Now that I made a fix for 89, I cannot 
reproduce it

Original comment by chstath on 8 Apr 2011 at 11:36

GoogleCodeExporter commented 8 years ago
could not reproduce, closing the bug

Original comment by fstamate...@gmail.com on 27 Apr 2011 at 9:33