Hello. I think, elements inside openlayers have their own cursor style. You could create transparent topmost div (as lightbox, but transparent) and show it with cursor: wait. This would do better, because would block all the other events from being sent to the underlying widgets.
On Sep 9, 12:51 pm, Gilles <[email protected]> wrote: > Hi all, > > I have an application running on gwt together with openlayers. I am > trying to change the mouse cursor. > It works fine on the gwt with DOM.setStyleAttribute(RootPanel.get > ().getElement(), "cursor", "wait"); > but as soon as I "mouse over" the openlayers the cursor change to > normal. > > Any clues ? > > Thanks ! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
