Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RichTextEditor setUseDesignMode(false) and LinkEditor bug

    Hello dear developers.

    If I use the following settings in RichTextEditor
    Code:
    richTextEditor.setStyleWithCSS(true);
    richTextEditor.setUseDesignMode(false);
    when you try to insert a link anywhere in the text, the link is inserted at the very beginning of the text, and not in the selected text.

    Version SNAPSHOT_v13.0d_2020-08-09 (2020-08-09)
    Last edited by Hirn; 13 Oct 2020, 00:37.

    #2
    Hello Hirn
    Unfortunately the RichTextEditor "link" control is undocumented and unsupported. Only documented built in controls are supported: https://www.smartclient.com/smartcli...e..ControlName
    As you've discovered - we do have some basic support for this control but the feature is not complete or stable enough for public usage and isn't slated for exposure any time soon.
    If this is something you'd like us to prioritize, it would be eligable for feature sponsorship

    Let us know if this is something you'd be interested in
    Regards
    Isomorphic Software

    Comment

    Working...
    X