I have the same problem with textboxes: it does not work on IE6, selectors are not supported. You need to define a specific class for that style (disabled) and add that style to your component when it is disabled. I am currently looking for a better way to do that. One solution would consist to extend the component and manage a "disabled" dependent style by overriding the setEnabled function.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
