help with stack trace

2010-12-02 Thread rjcarr
I've been using GWT for years (since around release 1.4) but I'm having a problem with a stack trace I can't figure out. I develop on a mac and primarily test with Safari and Firefox. My application has worked in IE(8) in the past but in my most recent test it is failing and I can't figure out

Re: help with stack trace

2010-12-02 Thread Didier Durand
Hi, You should use Output style = detailed when translating to JS: your files will get much bigger but the source in js will be very easy to match with its java equivalent. Then by using firebug, you should spot where your issue is. regards didier On Dec 2, 5:34 pm, rjcarr rjc...@gmail.com

Re: help with stack trace

2010-12-02 Thread Robert J. Carr
Thanks Didier, I already did exactly that and it appears my problem is with the gwt-canvas library I recently added. IE is saying my problem is here: function gwt_canvas_client_CanvasImpl_$init__Lgwt_canvas_client_CanvasImpl_2Lgwt_canvas_client_Canvas_2V(this$static, canvas){