• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IE8 - Not working - Mouse event for ListBox

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm using a list box which has many URLs for image. When someone move
the mouse through the drop down values, I need to show the image in an
HTML box. This works fine (MouseMove) in Firefox, but does not work in
IE8.
The below code represents the test case, and none of them gets
called / fired in IE8.
Can someone please help me to sort this out. I'm using GWT 2.0.3.


Thanks,
-ash
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try using System.out.println() instead of Window.alert()
Also, why are you using HandlesAllMouseEvents when you are interested in mouse move events?
 
Ash Jose
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maneesh,

Thanks for the reply.

I have tried mouse move event as well. It also doesn't work in IE8.

Thanks,
-ash
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do tell us when you cross post your question to other forums like you did at https://groups.google.com/forum/#!topic/google-web-toolkit/bCdayVGJt1I
Please read https://coderanch.com/how-to/java/BeForthrightWhenCrossPostingToOtherSites
 
Ash Jose
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for that.. apologies...
 
reply
    Bookmark Topic Watch Topic
  • New Topic