Author: [email protected]
Date: Thu Apr 23 13:07:43 2009
New Revision: 5277

Modified:
    wiki/IE8Support.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/IE8Support.wiki
==============================================================================
--- wiki/IE8Support.wiki        (original)
+++ wiki/IE8Support.wiki        Thu Apr 23 13:07:43 2009
@@ -4,6 +4,15 @@

  = Introduction =

+IE8 was recently released, and while the existing GWT IE support mostly  
works, there are a few things that don't, and now seems like a good time to  
do some cleanup work as well.
+
+There are a number of differences between IE8 and IE6/7, detailed below.  
The most directly affecting existing GWT libraries are:
+  * CSS expressions removed (this is breaking PopupImplIE6)
+  * Adds window.onhashchange event (this can be used for a much better  
history impl)
+  * Adds data protocol for URIs (this can *finally* be used in resource  
bundles)
+
+= Deferred Binding =
+

  = Details =
    * Modules that need to be updated:
@@ -51,6 +60,7 @@
  = Open Questions =
    * How can we force IE8 Standards Mode without requiring a meta tag?
    * Should the deferred-binding targets be IE6/7, IE8 -- or IE6, IE7/8?
+    * Let's go with the former. IE6 and 7 are pretty close to one another,  
and IE7 is unlikely to ever change again in a significant way, whereas IE8  
probably will.
    * Do we still need the ugly IE6/7 StyleInjectorImpl on IE8?
      * Looks like we do, and that it may need some tweaking (the result of  
document.createStyleSheet() is *not* an element).
    * See if the IE6/7 String.append() performance assumptions still apply  
to IE8
@@ -65,7 +75,7 @@
    * Do we still need to adjust scrollLeft for RTL mode?
      * Oh, for god's sake. It starts at 0 and goes *up* as you scroll left.  
Argh.

-= (Possibly) Related Bugs =
+= (Possibly) Related Issues =
    * http://code.google.com/p/google-web-toolkit/issues/detail?id=1765
    * http://code.google.com/p/google-web-toolkit/issues/detail?id=3236
    * http://code.google.com/p/google-web-toolkit/issues/detail?id=3573

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to