Page 1 of 1

Bug in panel

Posted: Thu May 30, 2013 3:03 pm
by Ricki Ricardo

I write code in panel. When I save it my code lost.
https://www.youtube.com/watch?v=CzgKx6...


Bug in panel

Posted: Thu May 30, 2013 3:18 pm
by Maryna Brodina

Hello! It's a known problem, will be fixed. Could you post code you were trying to insert?


Bug in panel

Posted: Thu May 30, 2013 3:51 pm
by Emmz

I'm editing and saving html in firefox browser and it works fine.
Is this a browser specific issue?


Bug in panel

Posted: Thu May 30, 2013 4:03 pm
by Maryna Brodina

No, the bug we've found (it's fixed on our test environment already) is with specific HTML code user tries to save. That's why I asked to post the code.


Bug in panel

Posted: Fri May 31, 2013 7:37 am
by Ricki Ricardo

code
<div class="main-side">
<h3>Name it, weight and post<&#47;h3>
<p class="title">Title<&#47;p>
<input type="text" &#47;>
<div class="buttons-wrapper clearfix"><span class="button minor-color">Minor<&#47;span> <span class="button normal-color">Normal<&#47;span> <span class="button major-color">Major<&#47;span><&#47;div>
<span id="post-btn" class="button post-btn">Post message<&#47;span><&#47;div>
<div class="addition-side">
<h3>or share more info to help resolving your issue<&#47;h3>
<p class="title">Subtitle<&#47;p>
<input type="text" &#47;>
<p class="title">Tags<&#47;p>
<input type="text" &#47;>
<p class="title">Description<&#47;p>
<textarea id="" name="" rows="10" cols="30"><&#47;textarea><&#47;div>
/code


Bug in panel

Posted: Fri May 31, 2013 7:39 am
by Ricki Ricardo

I try insert another code after textarea


Bug in panel

Posted: Fri May 31, 2013 11:15 am
by Kateryna Grynko

Hi, we are working on solving this asap, but don't have an exact release date yet.


Bug in panel

Posted: Fri May 31, 2013 2:28 pm
by Maryna Brodina

Hi, thank you for code. The problem is with < / textarea tag. We'll be fixed in next release.


Bug in panel

Posted: Fri May 31, 2013 3:02 pm
by Ricki Ricardo

Thanks a lot