Re: Cell mouse in/out events fired multiple times

2013-05-16 Thread Ranjith Chungath
Sure, will check that one too... Thanks, Ranjith On Sunday, May 12, 2013 1:00:48 PM UTC+5:30, Ranjith Chungath wrote: > I have a cell which is composed of multiple div, img eleemnts. When I > register for mouse in/out events, > onBrowserEvent gets called multiple times when the mouse is hovere

Re: Cell mouse in/out events fired multiple times

2013-05-13 Thread Patrick Tucker
You might also take a look at RowHoverEvent handling. If you don't need the Object that is represented, this will be much easier to manage. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving

Re: Cell mouse in/out events fired multiple times

2013-05-13 Thread Ranjith Chungath
That's exactly what I was looking for Thanks, Ranjith On Sunday, May 12, 2013 1:00:48 PM UTC+5:30, Ranjith Chungath wrote: > I have a cell which is composed of multiple div, img eleemnts. When I > register for mouse in/out events, > onBrowserEvent gets called multiple times when the mouse

Re: Cell mouse in/out events fired multiple times

2013-05-12 Thread Thomas Broyer
On Sunday, May 12, 2013 9:30:48 AM UTC+2, Ranjith Chungath wrote: > > I have a cell which is composed of multiple div, img eleemnts. When I > register for mouse in/out events, > onBrowserEvent gets called multiple times when the mouse is hovered over > the cell because it fires for each contain

Cell mouse in/out events fired multiple times

2013-05-12 Thread Ranjith Chungath
I have a cell which is composed of multiple div, img eleemnts. When I register for mouse in/out events, onBrowserEvent gets called multiple times when the mouse is hovered over the cell because it fires for each contained div/img elements. I know that this is done so that there might be a requ