Re: PushButton hover not always removed on mouse out

2010-07-05 Thread ChrisK
Yep, here you go. Not sure how this will come out in google groups. The below doesn't support everything PushButton supports but it was never suppose to. It was only supposed to fix the show stopper bug in our application which seems to be caused by GWT PushButtons using images to miss mouse out ev

Re: PushButton hover not always removed on mouse out

2010-07-05 Thread ben fenster
can you please post your fix? On 28 יוני, 09:49, ChrisK wrote: > I've had to make my own image button and replace all instances > ofPushButtonwith it. It mimics thePushButtonbehaviour but doesn't > have this issue on the exact same page so I'm pretty sure this is an > issue withPushButton. > > O

Re: PushButton hover not always removed on mouse out

2010-06-28 Thread ChrisK
I've had to make my own image button and replace all instances of PushButton with it. It mimics the PushButton behaviour but doesn't have this issue on the exact same page so I'm pretty sure this is an issue with PushButton. On May 17, 9:28 pm, ChrisK wrote: > I'm using GWT 2.0.3 and using UiBin