Found it. The module with the onModuleLoad() method 
implements ResizeHandler and NativePreviewHandler. The doEventPreview() 
method was trying to set the splitter position programmatically. I pulled 
that code since the "resizable" panels I am using now manages resize 
events. Seems to work now. Many thanks for the help!

On Thursday, June 29, 2017 at 8:04:44 AM UTC-4, Stevko wrote:
>
> name_0_g$ has the signature of an object member variable. Sounds like you 
> have an initialization problem with one of your classes.
>
>
>
> On Jun 29, 2017 7:55 AM, "Harry Wagner"  wrote:
>
> 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 [email protected] <javascript:>.
> To post to this group, send email to [email protected] 
> <javascript:>.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to