I'm running WebHTMLEditor v8.3.20083.1009 and having a problem with the Insert Link functionality. Here's how to duplicate it:
Apparently, it is only the act of entering text in the form that gives it the 'focus' that Insert Link requires. For example, if I open this form, type one or more characters in the Editor, and then select some text and click Insert Link, it works okay.
Please confirm and fix as soon as possible.
Hi,
Thank you for a bug report. Few months ago similar problem was reported and fixed.
Please try the latest hot fixes. If bug still happens, then please submit a bug report: http://es.infragistics.com/support/ask-for-help.aspx
Hi Ivan,
It's unclear to me how your reply relates to the problem/bug I reported. You're talking about using the .Text property to programmatically create a hyperlink within the WebHTMLEditor text. That's all well and good, but I need users to be able to select already existing text within the WebHTMLEditor and click 'Insert Link'.
Did you actually try to duplicate the problem? Note again that you can see the problem if you already have existing text contained in the WebHTMLEditor from a previous session, and you do not type any additional characters within the Edit area, and instead just select some text and press the Insert Link button.
Hello,
You can set text with property WebHtmlEditor1.Text. This property support HTML and you can set link without dialog form:WebHtmlEditor1.Text = "IG <a href='http://es.infragistics.com'>Infragisitcs</a>"
What I am missing?