Hi Guys,
We're using FCKEditor .NET assembly 2.5.2966.25443 in our production server.
I've noticed a different behavior when I use Chrome 14.x and IE 9.x when our users type multiple spaces between words.
Let me show a simple scenario for the text content "test wilson 11", adding two spaces between the name wilson and the number 11 (and three spaces later):
Two spaces ("test wilson 11"):
- Chrome 14.x. FCK generates: "test wilson 11"
- IE 9.x. FCK generates: "test wilson 11"
Three spaces ("test wilson 11"):
- Chrome 14.x. FCK generates: "test wilson 11"
- IE 9.x. FCK generates: "obj test wilson 11"
See that FCKEditor adds real spaces between the HTML elements in Chrome.
Is that a known issue? If not, is there any FCKEditor configuration property that could keep a consistent behavior between the different browsers when the text content contains multiple spaces?
Thanks!
We're using FCKEditor .NET assembly 2.5.2966.25443 in our production server.
I've noticed a different behavior when I use Chrome 14.x and IE 9.x when our users type multiple spaces between words.
Let me show a simple scenario for the text content "test wilson 11", adding two spaces between the name wilson and the number 11 (and three spaces later):
Two spaces ("test wilson 11"):
- Chrome 14.x. FCK generates: "test wilson 11"
- IE 9.x. FCK generates: "test wilson 11"
Three spaces ("test wilson 11"):
- Chrome 14.x. FCK generates: "test wilson 11"
- IE 9.x. FCK generates: "obj test wilson 11"
See that FCKEditor adds real spaces between the HTML elements in Chrome.
Is that a known issue? If not, is there any FCKEditor configuration property that could keep a consistent behavior between the different browsers when the text content contains multiple spaces?
Thanks!