﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTextEditor - Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Mon, 24 Feb 2014 09:28:24 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>Hi Yudi,&lt;br /&gt;&lt;br /&gt;I did not receive your email, can you send it back?&lt;br /&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Sun, 23 Feb 2014 20:31:27 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I sent a message to your registered mailbox.&lt;br /&gt;
Please kindly check your inbox and let me hear your response.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Thu, 20 Feb 2014 13:44:10 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>Hi Yudi,&lt;br /&gt;Is there a way we can speak on the phone to see what are our options?&lt;br /&gt;Regards,&lt;br /&gt;Alex&lt;br /&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Wed, 12 Feb 2014 20:49:38 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Since the reported problem was not caused by WebTextEditor, we will treat this as enhancement. The development team still working on this case, but I’m afraid that the enhancement will take time longer.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Tue, 11 Feb 2014 11:07:34 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>Hi,&lt;br /&gt;Are you still working on that case?&lt;br /&gt;Can we expect to have any news soon?&lt;br /&gt;&lt;br /&gt;Please contact me for the details.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Alex&lt;br /&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Fri, 07 Feb 2014 10:07:19 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>Hi Yudi,&lt;br /&gt;Thank you for your answer, unfortunately this workaround is not possible in our case. We do not have control on how the user will move the webtexteditor, because it is encapsulated in a container that is movable by drag and drop. Also there might be multiple webtexteditor in the same page in different containers. The sample we sent was only a "simple" way to replicate the problem, our case is much more complicated than that.&lt;br /&gt;&lt;br /&gt;Are you able to attach the webtexteditor to an event in order to detect that the contentWindows is set to null and then relaunch the initialization of the webtexteditor?&lt;br /&gt;&lt;br /&gt;Because this problem is urgent for us, can you give us a way to do that reinitialization by ourselves as a workaround while you work on that problem. Again, how can it be fixed this week? We are willing to pay for the incident if needed because it is causing us data loss and we must find a solution ASAP.&lt;br /&gt;Regards,&lt;br /&gt;Alex&lt;br /&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Fri, 07 Feb 2014 01:36:51 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I found that whenever node is pulled from the DOM tree, the contentWindow is set to null, forcing a reload of the iframe’s content.  The same thing happens on WebTextEditor where the content editor uses iframe element. This problem was caused by browser not WebTextEditor.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I’d like to suggest you a workaround. The bottom line is that to avoid losing the state of an iframe, you must not detach it or one of its ancestors. If only _rtbDiv contained an iframe and you wanted to move it before _firstChildDiv (which wouldn’t contain an iframe), then you could move _firstChildDiv after _rtbDiv instead of moving _rtbDiv before _firstChildDiv.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Following snippet code shows how to implement this by modifying click2 and moveItem function.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;function moveItem(toMoveId, newPrecedingItemId)
{
    var toMove = document.getElementById(toMoveId);
    var newPrecedingItem = newPrecedingItemId ? document.getElementById(newPrecedingItemId) : null;
    if (toMove.insertAdjacentElement)
    {
        if (newPrecedingItem != null)
        {
            if (newPrecedingItem == toMove)
                return;
            newPrecedingItem.insertAdjacentElement("beforeBegin", toMove);
            //newPrecedingItem.insertAdjacentElement("afterEnd", toMove);
            return;
        }
        document.getElementById("_parentDiv").insertAdjacentElement("afterBegin", toMove);
        return;
    }
    var containerDiv = newPrecedingItem ? newPrecedingItem.parentNode : document.getElementById("_parentDiv");
    var followingItem = newPrecedingItem ? newPrecedingItem.nextSibling : containerCell.firstChild;
    if (followingItem)
    {
        containerDiv.insertBefore(toMove, followingItem);
        return;
    }
    containerDiv.appendChild(toMove);
    return;
}
function click2()
{
    moveItem("_lastChildDiv", "_rtbDiv");
    //moveItem("_rtbDiv", "_lastChildDiv");
    return false;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please let me know if you have other thought.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Tue, 04 Feb 2014 10:25:13 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>Hi,&lt;br /&gt;When can we expect a fix for this?&lt;br /&gt;Is there a way to ensure it will be done this week?&lt;br /&gt;&lt;br /&gt;Again, actually we loose data when this problem occurs and it corrupts our database. This is really urgent.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Alex&lt;br /&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Tue, 04 Feb 2014 01:22:52 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Thank you for the sent sample. I can replicate the problem in my local end.&lt;br /&gt;
I will have this forwarded to the development team to be investigated further.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webtexteditor stop working and lose content</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Webtexteditor-stop-working-and-lose-content/</link><pubDate>Mon, 03 Feb 2014 15:55:17 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are experiencing an issue with the webtexteditor. We have a pattern where the webtexteditor is moved. We have multiple div in our page and allow users to drag and drop them to reorder the layout as desired.&lt;/p&gt;
&lt;p&gt;When they do that, we lose the editor content and the webtexteditor stops working. We cannot type anymore in it. We created a sample to help you replicate the problem. You only have to click on the "Move div" button to replicate the issue we have.&lt;/p&gt;
&lt;p&gt;This is a major problem for us, we absolutely need a fix for this problem this week because it is causing data loss because we lose the content that was previouly saved in the webtexteditor.&lt;/p&gt;
&lt;p&gt;Please get back to me quickly.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Alex&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>