Re: Image Anchor widget.

2008-11-04 Thread Alex Epshteyn
Filed a bug for this: http://code.google.com/p/google-web-toolkit/issues/detail?id=3080 On Sep 29, 7:33 am, Marcelo Emanoel <[EMAIL PROTECTED]> wrote: > try this: > > > > import com.google.gwt.dom.client.AnchorElement; > import com.google.gwt.dom.client.DivElement; > import com.google.gwt.dom.c

Re: Image Anchor widget.

2008-09-29 Thread Marcelo Emanoel
try this: import com.google.gwt.dom.client.AnchorElement; import com.google.gwt.dom.client.DivElement; import com.google.gwt.dom.client.Document; import com.google.gwt.user.client.Event; import com.google.gwt.user.client.ui.Image; import com.google.gwt.user.client.ui.Widget; public class Imag

Re: Image Anchor widget.

2008-09-26 Thread Jean-Lou Dupont
The work-around for anybody who cares: add a 'click listener' to the Anchor widget and do the navigation "manually". Yet another reason why I don't like IE as much as the others... On Sep 26, 11:43 am, Jean-Lou Dupont <[EMAIL PROTECTED]> wrote: > How would I go in creating a cross-browser Image

Image Anchor widget.

2008-09-26 Thread Jean-Lou Dupont
How would I go in creating a cross-browser Image Anchor ( i.e. ) using an image bundle? I am having some troubles with IE6: there is an extra tag called "clipper" (e.g. ) that seems to be created with a style attribute that prevents the image from being clickable i.e. navigating to the anchor's