I'm currently working on a project (using GWT 1.7) where there are a lot of popup's. Also, the projects design states that buttons must be these fancy black things with a gradient effect, and a semi- transparent shadow around them. I implemented this as a Composite button class, with an internal DecoratorPanel. The fancy graphics with transparancy is archieved through png images in css.
Popup's works fine, buttons works fine - but not togther IF using Internet Explorer (IE7)! As soon as I put one of the buttons on a PopupPanel it seems like all events are blocked or something. If i have a normal GWT Button, i can see the graphical click effect - but absolutely nothing happens. It then turns out that a friend of mine have encountered the excact same problem - when using an ImageBundle inside a PopupPanel, and as I remember it GWT uses ImageBundles to ensure transparancy when you use png's as backgrounds in css. Any idea how to get around this? -michael heide christensen
-- 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.
