Re: Double spaces entered wrong.
							
								
							
							
								Reply #15 – 
							
							
						
					
					
						There are for sure other places...
						
						
					
				
				
						
						
							Re: Double spaces entered wrong.
							
								
							
							
								Reply #16 – 
							
							
						
					
					
						Ema is right, there must be other places as I'm still seeing the problem.  As I'm seeing it in posts by other people I still don't know which path(s) is(are) causing it.
						
						
					
				
				
						
						
							Re: Double spaces entered wrong.
							
								
							
							
								Reply #18 – 
							
							
						
					
					
						The following two javascript files could be the source of the problem too.
spellcheck.js:
  thetext = thetext.replace(/\ \ /g, "  \&\n\b\s\p\;");
jquery.sceditor.min.js:
  replace(/ {2}/g,"  \&\n\b\s\p\;")
The excessive escaping is to prevent the editor from eating what I wrote here.  it's not really escaped like that in the code.
						
						
					
				
				
						
						
							Re: Double spaces entered wrong.
							
								
							
							
								Reply #19 – 
							
							
						
					
					
						This problem has reappeared in RC2.  I notice that neither Subs.php nor either of the scripts have been modified.
						
						
					
				
				
						
						
							Re: Double spaces entered wrong.
							
								
							
							
								Reply #21 – 
							
							
						
					
					
						Ah, I figured it was done a long time back.  I'll just have to manually edit sceditor each release.  Or add something that does it every time just before a database update of a body.
						
						
					
				
				
						
						
							Re: Double spaces entered wrong.
							
								
							
							
								Reply #25 – 
							
							
						
					
					
						Yeah sceditor is a bit of a liability right now.  Sigh.