View Single Post
  #1  
Old 05-18-2011, 11:58 AM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Question Static Root Pages - Save Glitch

I started editing the root static pages (shop_closed, message, permission denied) in my development site today (4.4.3), and came across an interesting save issue. I would like verification by others before I post it as a bug.

Even if you do NO edits to a page if you click "save" it will add multiple spaces to the page. EDIT: In fact, just opening it in the CKeditor before save will add the spaces.

NOTE:
Editor used is CKeditor and this will not occur is using/saving within the default editor.

Examples (only showing top portion of page code):
(clicking save once)
Code:
<p> &nbsp;</p> <p> &nbsp;</p> <p> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> </p> <p> &nbsp;</p> <p> &nbsp;</p> <p> <title></title> <style type="text/css">

(clicking save again)
Code:
<p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> </p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> &nbsp;</p> <p> <title></title> <style type="text/css">

Would someone please verify that this is happening to them on their stores as well? From within your admin go to the CONTENT tab and click STATIC PAGES. You may need to click "Find Pages" at bottom right of page for the Root pages list to show up. There will be a list of Root pages, open one, click WYSIWYG editor and simply click save. If it is doing the same thing for you, the text on your screen will move down the page.
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote