Help  |  Community  |  Refer a Friend

 
 
 
 
 
 

Sign Up

  |  

About Us

  |  

Pricing
 

Bid at the last second, automatically.
Auctiva Website    Auctiva Community    Auctiva Message Boards  Hop To Forum Categories  Listing    New Editor Source Formatting
Go
New
Find
Notify
Tools
Reply
  
  Login/Join 
Apprentice
Posted
I'll pile on to the complaints about the new HTML editor, because this particular problem is unacceptable. When I try to view the source code in the new editor, all formatting of the source (indentions, carriage returns, line feeds) are gone, making the source code just one big endless string of HTML, impossible to decipher and edit in source view.

This is totally unprofessional for anyone to create an editor that modifies the source this way, unless it was intended by the author. This should be fixed immediately, so that source code is exactly the same as what was written in the box by the author.
 
Posts: 84 | Registered: October 31, 2005Reply With QuoteEdit or Delete MessageReport This Post
Apprentice
Posted Hide Post
I totally agree. I haven't used the lister for a while. Today I used it and had an awful time with it. What a mess. There is some strange HTML coding in there too. What is <br />? I am guessing it's a variation of <br>.
 
Posts: 25 | Registered: October 31, 2005Reply With QuoteEdit or Delete MessageReport This Post
Apprentice
Posted Hide Post
I'm bumping this because it has yet to be addressed by someone at Auctiva.
 
Posts: 84 | Registered: October 31, 2005Reply With QuoteEdit or Delete MessageReport This Post
Apprentice
Posted Hide Post
I decided that since I got no response on this matter from Auctiva 3 days ago, that I would look into fixing the problem myself. I think I have a resolution if any of the support staff at Auctiva would like to pass it along to development.

The problem stems from the fact that HTML source is stored away for use by the editor in a hidden form input tag...

 <input type="hidden" value="[HTML Source]">  


When this is done, all line feeds and other control characters are lost.

The solution is to use a TEXTAREA tag and set it's visiblity to hidden. Give the TEXTAREA the same id and name as the current INPUT tag, and the editor code will still have access to the HTML source using the value property.

 
<textarea id="[id]" name="[name]" style="visibility:hidden">
[HTML Source]
</textarea>  


This will preserve any carriage return and line feed characters in the source HTML and make working with it much easier.
 
Posts: 84 | Registered: October 31, 2005Reply With QuoteEdit or Delete MessageReport This Post
Auctiva Support
Elite
Posted Hide Post
Thanks bartonsbargains=)

I passed this suggestion on to the development team.

-Mike
 
Posts: 4366 | Registered: October 28, 2005Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Auctiva Website    Auctiva Community    Auctiva Message Boards  Hop To Forum Categories  Listing    New Editor Source Formatting

Copyright © 1999-2008 Auctiva.com. All rights reserved.