On 6 feb, 22:50, Sumit Chandel <[email protected]> wrote:
> Hi Vicente,
> Thanks for bumping this up. In aggregate, it seems that there are a few
> developers that are waiting for these enhancements to RichTextEditor, so
> these are definitely important to consider as we roll out future releases.
nice...
> I particularly bumped up Issue #1433 so the team gets to take a look at
> investigating it before a final 1.6 release. It seems like having support
> for setting innerHTML would solve the most use cases in one fix.
I agree.
> Finally having said that, you know our motto, "Patches welcome!".
I know. I started adding
public void insertHtml(String html) {
execCommand("InsertHtml", html);
}
in RichTextAreaImplStandard that works in Mozilla, but sadly I don't
have resources/capacity to do and test the same in other browsers.
Thanks Sumit,
Vicente
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---