Hi again, So, your list responds to clicks... Maybe if you posted what's exactly in your "onClick()" method I could help you troubleshooting =/
PS : I've sent you another message, that was about using a handler instead of a listener, 'cause listeners are deprecated. I write it again for other readers because this message does not appear in our conversation. Regards, Jeff On 21 juin, 23:19, chfr <[email protected]> wrote: > Hi Jeff, > > thank you for your answer. > > The application respond to clicks. For buttons there is no problem. > > It also no problem to expand the list, but when I select items from a > list the application does not make the changes it should. > > I think you are right - I need a more in depth investigation of the > problem. > > Best regards > > chfr > > On 21 Jun., 09:39, Jeff <[email protected]> wrote: > > > Hi, > > > What functionality exactly do Chrome & Safari miss? Don't they respond > > to the "click" event at all, or is it deeper in your code? > > I suppose you already tried it but just in case : start simple with a > > <Window.alert("You clicked on the list!");> and then try to make it > > more complex... > > > PS : sorry for my imperfect English, I'm French ^^ > > > On 19 juin, 00:16, chfr <[email protected]> wrote: > > > > Hello, > > > > I'm working on a small GWT application, but I'm experiencing a > > > problem. > > > > When I add a ClickListener to a ListBox there is no functionality in > > > Safari and limited functionality in Chrome(both browsers in their > > > newest versions). > > > > However in IE and Firefox everything is working fine so I'm wondering > > > where the problem is... > > > > I wanted to ask if someone knows a workaround so that my application > > > can support all browsers. > > > > best regards > > > > chfr -- 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.
