Bug in panel
I write code in panel. When I save it my code lost.
https://www.youtube.com/watch?v=CzgKx6...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I write code in panel. When I save it my code lost.
https://www.youtube.com/watch?v=CzgKx6...
Hello! It's a known problem, will be fixed. Could you post code you were trying to insert?
I'm editing and saving html in firefox browser and it works fine.
Is this a browser specific issue?
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.
code
<div class="main-side">
<h3>Name it, weight and post</h3>
<p class="title">Title</p>
<input type="text" />
<div class="buttons-wrapper clearfix"><span class="button minor-color">Minor</span> <span class="button normal-color">Normal</span> <span class="button major-color">Major</span></div>
<span id="post-btn" class="button post-btn">Post message</span></div>
<div class="addition-side">
<h3>or share more info to help resolving your issue</h3>
<p class="title">Subtitle</p>
<input type="text" />
<p class="title">Tags</p>
<input type="text" />
<p class="title">Description</p>
<textarea id="" name="" rows="10" cols="30"></textarea></div>
/code
I try insert another code after textarea
Hi, we are working on solving this asap, but don't have an exact release date yet.
Hi, thank you for code. The problem is with < / textarea tag. We'll be fixed in next release.
Thanks a lot