Re: MouseOverHandler not called for text of Checkbox

2009-11-20 Thread dave
Thanks to both of you for the info. I suspected it was an issue with the CheckBox itself, but wanted to make sure that I wasn't missing something obvious. My fix (for now) has just been to manually add my own Label (instead of using the CheckBox label) and handling mouse over the Label events, as

Re: MouseOverHandler not called for text of Checkbox

2009-11-20 Thread Thomas Broyer
On Nov 20, 2:01 am, dave wrote: > First and only time I'll bump this, but I've yet to find a solution. > > Adding a MouseOverHandler to the GWT CheckBox widget only fires when > mousing over the checkbox itself from the top, left, or bottom.  It > does not fire when mousing over the text label o

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread vaibhav saxena
Hi, Why do you not create a composite which will act as the wrapper for the check box and add the mouse handler to the composite. This will solve your problem and you can use that composite anywhere where you need check box in your app. On Fri, Nov 20, 2009 at 6:31 AM, dave wrote: > First and on

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread dave
First and only time I'll bump this, but I've yet to find a solution. Adding a MouseOverHandler to the GWT CheckBox widget only fires when mousing over the checkbox itself from the top, left, or bottom. It does not fire when mousing over the text label or when moving from the text over the actual