[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28283#action_28283
]
Federico Grilli commented on MAGNOLIA-3159:
-------------------------------------------
It seems that the problem only affects webkit and opera browsers (no problem
with FF and IE). The reason for why those browsers add the * * seems
to be this
{quote}
Interesting, the   added by Opera and Safari is arguably more correct
then what we're seeing in IE and Firefox - they're trying to preserve the
single space you entered towards the end of the paragraph in the HTML code.
They're doing this because having any ANSI whitespaces towards the end of a <P>
block are ignored. Say, you wrote an HTML file with the following paragraph:
<P>Some text here </P>
The space after "here" is not rendered, and the only way to get a single space
rendered after "here" is to add an " " or the 0xA0 character there, which
is what Opera and Safari did.
Since the in Safari and Opera is added by the browser rather than by
FCKeditor, and they have a good reason for doing so.
{quote}
http://dev.fckeditor.net/ticket/1509
> FCKEditor has a space ( ) in its content when editing new properties
> -------------------------------------------------------------------------
>
> Key: MAGNOLIA-3159
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3159
> Project: Magnolia
> Issue Type: Bug
> Components: gui
> Reporter: Grégory Joseph
> Assignee: Federico Grilli
> Fix For: 4.3.x
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------