The source in that case for the line in question was:
touch -d "2012-07-23 14:21:23" filename
(double quote replaced with ", but still the space + )
I’m checking, but it looks like just pasting the line in the ckeditor demo
results in the demo placing
tags around the ‘text’. That masks the
double-space issue when the double-space is place within normal html tags.
Depending on how you paste into the ckeditor demo, you get different results.
NONE of which match what I get when I paste into the egw ckeditor in 1.8 svn.
Specifically, if I press the ‘Source’ button and paste in the exact text from
the egw_kb_articles ‘text’ field for the failing article we have been using:
sed
search within a file for an expression to modify, use:
sed -i ‘/search_term/s|existing|new|’ filename
print line from file:
sed -n ‘#p’ filename
touch
create empty file and set file times
touch filename
touch -d “2012-07-23 14:21:23” filename
touch -t 201207231421.23 filename
stat
view file or system statistics
stat filename
The ckeditor demo reformats the problem line as follows:
touch -d "2012-07-23 14:21:23" filename
This strips and does not preserve the double space in the text. If, on the
other hand, I copy the html in firefox with mouse-select and then
middle-mouse-paste the html text from
http://www.3111skyline.com/dl/bugs/egw/fck-test-html.html into the demo, then I
get html something similar to what the 1.8 svn ckeditor generates:
touch -d "2012-07-23 14:21:23" filename
Here, the double-space is preserved and the character is used. With the
egw ckeditor in 1.8, is used instead of . That should make no
difference, but for some reason it does. Since there is no ‘save’ option on the
ckeditor demo, there is no way to know what it would actually store in final
form, and no way to know if it would choke on re-opening the text.
I’m still stumped on this one – and more importantly – how to fix it.
–
David C. Rankin, J.D.,P.E.
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel’s independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers