Reviewers: cromwellian,


Please review this at http://gwt-code-reviews.appspot.com/1662803/

Affected files:
  M user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplMozilla.java


Index: user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplMozilla.java diff --git a/user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplMozilla.java b/user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplMozilla.java index 359385559d24307b7d556f6776c1886951c94786..fe3bbcb752b9b786750bb868f9910385c32e68b1 100644 --- a/user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplMozilla.java +++ b/user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplMozilla.java @@ -27,6 +27,11 @@ public class RichTextAreaImplMozilla extends RichTextAreaImplStandard {
   boolean isFirstFocus;

   @Override
+  public String getBackColor() {
+    return queryCommandValue("HiliteColor");
+  }
+
+  @Override
   public native void initElement() /*-{
// Mozilla doesn't allow designMode to be set reliably until the iframe is
     // fully loaded.


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

Reply via email to