Thursday, June 29, 2017

Re: Debugging question

Some progress. The unresponsiveness is due to a breakpoint being taken due to an umbrella exception. I found this on the debugger tab of Safari's developer tools. 

Exception with thrown value: Error: com.google.web.bindery.event.shared.UmbrellaException: Exception caught: (TypeError) : undefined is not an object (evaluating 'name_0_g$')

I've no idea what is causing the exception and am still looking for a stack trace.


On Thursday, June 29, 2017 at 7:46:12 AM UTC-4, Thomas Broyer wrote:


On Thursday, June 29, 2017 at 1:41:08 PM UTC+2, Harry Wagner wrote:
I mean that the SplitLayoutPanel's splitter no longer works, nor the page's HTML links. It works if I comment-out the code that displays the dialog box.

It might be that there's a transparent element that covers them/everything and "eats" the mouse events. You'd have to chase where it comes from and why it doesn't go away (hopefully the div's attributes –e.g. class=""– will hint in the right direction).

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment