Hello,
 
after upgrading to the newest GWT version and deploying my app I noticed 
that the appearance of my image anchors (images as/inside anchors) has 
changed:
There is a blue frame around them:
 
 
<https://lh6.googleusercontent.com/-iNKUb74bx2Q/UwX9rmDGx4I/AAAAAAAAAFc/Ybf9npZoIWI/s1600/bcs.png>
 
While inspecting the generated code I did not see anything producing a 
frame. It's just an "<a>" tag with class "gwt-Anchor" with an "<img>" tag 
inside.
 

<a style="margin: auto; width: 50px; text-align: center; display: block;" 
class="gwt-Anchor" href="javascript:;" cmd="6">
 <img class="gwt-Image" src="data:image/png;base64, ... " width="50" 
height="50">
</a>

 
What can I do?
 
Thank you
Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to