On Monday, February 3, 2014 1:07:18 PM UTC+1, SR wrote:
>
> Hi,
>  
> I just need to support IE 9 and not any other versions.
>  
> So the working code as mentioned in: 
> *https://gwt-review.googlesource.com/2900*<https://gwt-review.googlesource.com/2900>has
>  this been made to GWT 2.6?
>  
> In other words, if i just need support for IE 9 then will GWT 2.6 address 
> the IE 9 rpc issue?
>

No.

Long story short: workaround for IE9 is to use proper JSON (which GWT-RPC 
isn't, because of limitations in IE6/7, notably the length of array 
literals), that means changing GWT-RPC, but then you break IE6/7 in a 
number of cases. So the idea was to support 2 GWT-RPC protocols in 
parallel: one that is fully JSON that could be used by IE8+ and all other 
browsers (that could use JSON.parse which would possibly make it even 
faster than eval()), and the legacy one (using eval()) used by IE6/7 only.

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