Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5368
A few questions
posted

First, I'm wondering what the status of this control is as related to the Infragistics long-term strategy... 

It has not been brought into the AJAX CSOM, and it has not been replaced by a new Aikido control... It is showing signs of age (i.e. not supporting StyleSets, etc).

What are the plans related to this control?  Like the ImageButton, it appears to be overdue for an update.

Second, I am trying to use the Insert dropdown to place <span>s that I do not wish to be edited.  The span should be selectable (as an object) and deletable, but you shouldn't be able to click inside the span and edit the text.

In IE7, this could be accomplished by adding contentEditable="false" as an attribute of the span... however, this doesn't work in IE8+, FireFox, or Chrome.  Has anyone found a way to accomplish this?  There are lots of usage scenarios where this is important (adding document footnotes, field identifiers in form templates, etc).

Right now, I have a meta tag that forces IE7 rendering, but that is not a good long-term solution.

Lastly, there is a discrepancy between IE, Firefox, and Chrome when retrieving the TextPlain property.  IE converts <p> tags to carriage returns, whereas FireFox and Chrome don't seem to include carriage returns under any circumstances.  Is it possible to get the TextPlain property with carriage returns in FireFox and Google?

Thanks!

Parents Reply Children
No Data