@jlabanca: Given that this hits two of your favorite parts of the system, mind having a look?
On Tue, Jan 12, 2010 at 2:26 PM, <[email protected]> wrote: > Reviewers: , > > Description: > Current methods setEnabled and isEnabled in RichTextArea widget come > from its parent class FocusWidget. This implementation changes and reads > the attribute disabled of the element. Setting this attribute to the > iframe element does nothing, so the correct way to handle this feature > is to use document.designMode or body.contentEditable attributes > depending on the browser. > > Please review this at http://gwt-code-reviews.appspot.com/131802 > > Affected files: > user/src/com/google/gwt/user/client/ui/RichTextArea.java > user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImpl.java > user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplIE6.java > user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplStandard.java > > > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors >
-- http://groups.google.com/group/Google-Web-Toolkit-Contributors
