<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Thank you so much , it helps  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028046#M40901</link>
    <description>&lt;P&gt;Thank you so much , it helps &amp;nbsp; ,this is my QR code&lt;IMG alt="" src="http://www.lotnt.com/intelbbs/qr.jpg" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Apr 2015 05:36:32 GMT</pubDate>
    <dc:creator>wang_m_</dc:creator>
    <dc:date>2015-04-18T05:36:32Z</dc:date>
    <item>
      <title>A bug</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028041#M40896</link>
      <description>&lt;P&gt;All &amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt; tags would be removed after &amp;nbsp;I added a new page and saved under design mode,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 04:16:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028041#M40896</guid>
      <dc:creator>wang_m_</dc:creator>
      <dc:date>2015-04-16T04:16:25Z</dc:date>
    </item>
    <item>
      <title>Are you still experiencing</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028042#M40897</link>
      <description>&lt;OL&gt;
	&lt;LI&gt;Are you still experiencing this issue?&lt;/LI&gt;
	&lt;LI&gt;What version of the XDK are you using?&lt;/LI&gt;
	&lt;LI&gt;What steps do you follow to get this result?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:21:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028042#M40897</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2015-04-16T18:21:02Z</dc:date>
    </item>
    <item>
      <title>1.yes I still experiencing</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028043#M40898</link>
      <description>&lt;P&gt;1.yes I still experiencing this issue&lt;/P&gt;

&lt;P&gt;2.1912&lt;/P&gt;

&lt;P&gt;3. original code&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt; &amp;lt;p class="center" id="article_list_panel_loading" style="padding-top:40px;"&amp;gt;
                    &amp;lt;img src="./images/loading.gif"&amp;gt;
                &amp;lt;/p&amp;gt;
                &amp;lt;ul class="list widget uib_w_1 d-margins" data-uib="app_framework/listview" data-ver="1" id="portalArticleList"&amp;gt;

                &amp;lt;/ul&amp;gt;

                &amp;lt;p&amp;gt;&amp;lt;a class="button block" id="articleListButton" onclick="articleListmore();" style="display:none"&amp;gt;more&amp;lt;/a&amp;gt;
                &amp;lt;/p&amp;gt;&lt;/PRE&gt;

&lt;P&gt;after I add a new page or modify an exist page under design mode ,the code becomes like this, all &amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt; tags gone&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt; &amp;lt;p class="center" id="article_list_panel_loading" style="padding-top:40px;"&amp;gt;
                    &amp;lt;img src="./images/loading.gif"&amp;gt;
                &amp;lt;/p&amp;gt;

                &amp;lt;p&amp;gt;&amp;lt;a class="button block" id="articleListButton" onclick="articleListmore();" style="display:none"&amp;gt;more&amp;lt;/a&amp;gt;
                &amp;lt;/p&amp;gt;
            &amp;lt;/div&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 00:35:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028043#M40898</guid>
      <dc:creator>wang_m_</dc:creator>
      <dc:date>2015-04-17T00:35:58Z</dc:date>
    </item>
    <item>
      <title>A new issue , all pages gone</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028044#M40899</link>
      <description>&lt;P&gt;A new issue , all pages gone ,it worked fine on former version&lt;IMG alt="" src="http://www.lotnt.com/20150417104547.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 00:50:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028044#M40899</guid>
      <dc:creator>wang_m_</dc:creator>
      <dc:date>2015-04-17T00:50:58Z</dc:date>
    </item>
    <item>
      <title>in the case of the original</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028045#M40900</link>
      <description>&lt;P&gt;in the case of the original issue, for some frameworks (App Framework and JQM, maybe others) if you make a listview and then remove all the individual list items, the view itself will be removed when re-opened in App Designer. &amp;nbsp;That's why your empty &amp;lt;ul&amp;gt; gets taken away. &amp;nbsp;The workaround is to remove the data-uib attribute from the &amp;lt;ul&amp;gt;. That'll make it so that App Designer will leave it alone.&lt;/P&gt;

&lt;P&gt;As to the missing pages, I'm not sure. Make sure your document is well formed. If you can't figure it out, &amp;nbsp;.zip up and post your project and maybe we can spot the issue.&lt;/P&gt;

&lt;P&gt;Are you using source control (like Git) ? This is an extremely important part of professional software development. If you don't use source control, then the current version of your file is all you've got. So if a mistake occurs, like now, you have no recourse but to figure it out. &amp;nbsp;But if you had source control, you could simply go backwards to the last working version and re-resume.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:56:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028045#M40900</guid>
      <dc:creator>Chris_P_Intel</dc:creator>
      <dc:date>2015-04-17T15:56:24Z</dc:date>
    </item>
    <item>
      <title>Thank you so much , it helps</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028046#M40901</link>
      <description>&lt;P&gt;Thank you so much , it helps &amp;nbsp; ,this is my QR code&lt;IMG alt="" src="http://www.lotnt.com/intelbbs/qr.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2015 05:36:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028046#M40901</guid>
      <dc:creator>wang_m_</dc:creator>
      <dc:date>2015-04-18T05:36:32Z</dc:date>
    </item>
    <item>
      <title>By the way I meationed former</title>
      <link>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028047#M40902</link>
      <description>&lt;P&gt;By the way I meationed former version means XDK version not mine, after I upgrade XDK to the latest version ,my pages gone&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 01:11:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/A-bug/m-p/1028047#M40902</guid>
      <dc:creator>wang_m_</dc:creator>
      <dc:date>2015-04-22T01:11:07Z</dc:date>
    </item>
  </channel>
</rss>

