IE has had developer tools built in as far back as version 8, just press 
F12. If you're working with <=IE7 then: IE dev 
tools<http://www.microsoft.com/en-us/download/details.aspx?id=18359>. 
Although it may work in other browsers or on the other anchor you want to 
see exactly what is or isn't occurring so you can narrow the scope of the 
issue, else it's a blind guessing game. I would put an alert or println in 
the onClick method to see first if the click is even registering for the 
first button, this will aid you in your analysis and you can then proceed 
from there. You haven't posted the onCommand method so we have no idea if 
the click is even registering in the first button case.

On Friday, June 21, 2013 2:14:26 PM UTC+2, Magnus wrote:
>
> Hi,
>
> my problem is that I cannot analyze what happens.
>
> In chrome (where it works), I can examine the code and it looks like the 
> code below. The two links are exactly the same, with a space between them 
> realized as "&nbsp;".
> But maybe in IE the code looks different. The same for the JS code. IE 
> always shows the code from the host page, so I cannot examine anything.
>
> I would be happy If I at least were able to see what is going on.
>
> Magnus
>
> -----
>
> <table cellspacing="0" cellpadding="0" style="padding-right: 10px;">
>  <tbody>
>   <tr>
>    <td align="left" style="vertical-align: top;">
>      <a class="gwt-Anchor" href="javascript:;" cmd="1" 
> idx="1481">Öffnen</a>
>    </td>
>     <td align="left" style="vertical-align: top;">
>      <div class="gwt-HTML">&nbsp;</div>
>     </td>
>     <td align="left" style="vertical-align: top;">
>      <a class="gwt-Anchor" href="javascript:;" cmd="3" 
> idx="1481">Analyse</a>
>     </td>
>    </tr>
>   </tbody>
>  </table>
>
>
>

-- 
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