Re: How to debug whats grabbing my click events?

2009-05-07 Thread twdarkflame
Ah, yes, thanks for the link. But in my case I'm not actualy doing dom manipulation of anything event-related. I was just trying (and failing) to use the Dom to work out why my links wernt fireing when clicked. Something is blocking my links, allthough the mouse cursor changes so it seems to be

Re: How to debug whats grabbing my click events?

2009-05-07 Thread Thomas Broyer
On 7 mai, 13:12, twdarkflame darkfl...@gmail.com wrote: Ah, yes, thanks for the link. But in my case I'm not actualy doing dom manipulation of anything event-related. I was just trying (and failing) to use the Dom to work out why my links wernt fireing when clicked. Something is blocking

Re: How to debug whats grabbing my click events?

2009-04-25 Thread Ben FS
I too could use some general advice on how to debug event-related problems, including DOM events. You might find some of the responses in this other thread useful - the question I posed there is different, but closely related. Essentially, though, the message I took away was to avoid

Re: How to debug whats grabbing my click events?

2009-04-24 Thread Darkflame
Anyone? I'm still having trouble working out what widgets grabbing my clicks. Not sure if Ben's having the same trouble as me, but there must be some method to work it out no? (using Firebug, debuging code...anything?). On Apr 21, 7:00 am, Ben FS ben.su...@gmail.com wrote: Update: I'm using a

Re: How to debug whats grabbing my click events?

2009-04-20 Thread Ben FS
I too would like to know how to debug event-related problems? In my case, I dynamically insert an Element into a TreeItem, via DOM manipulation, in order to display an editing control for the selected tree node. This worked well using GWT 1.4.62, but no longer works using GWT 1.6.4. It looks

Re: How to debug whats grabbing my click events?

2009-04-20 Thread Ben FS
Update: I'm using a NativePreviewHandler to get a sense of what is going on ... but can't seem to get much useful information. Event.addNativePreviewHandler(new NativePreviewHandler() { @Override public void onPreviewNativeEvent(NativePreviewEvent event) {