Fixes RichTextArea for IE6. There were two problems:
- Setting document.designMode should have been document.body.designMode.
- We needed an extra retry-timeout-loop to wait for the existence of
  document.body (which very rarely was not present right after creating
  the iframe).

Patch by: jgw
Review by: scottb (desk check)



git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.5@3582 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed