Hi there
I have noticed an issue in Chrome and IE (all versions) where the Paragraph Style window is not displaying the correct format (as visible in the HTML code)
In the ToolsFile.xml, is the following code:
When selecting a block of text in chrome that has been formatted with <p> tags, or clicking inside a block of text in Internet Explorer that has been formatted with <p> tags, the Paragraph Style window displays as 'Normal' as opposed to displaying 'Paragraph' (as it does correctly in Firefox). Other style types (H2, H3 etc) seem to display correctly in the Paragraph Style window normally in all browsers
The problem is this confused our clients who think the editor is failing to format paragraphs correctly (even though the html is correctly formatted)
Has anyone else noticed this behavior or would know a workaround?
Edit: Product version is 2010.2.929.40 by the way
Cheers
Pat
I have noticed an issue in Chrome and IE (all versions) where the Paragraph Style window is not displaying the correct format (as visible in the HTML code)
In the ToolsFile.xml, is the following code:
<
paragraphs
>
<
paragraph
name="<h2>Heading 2</
h2
>" value="<
h2
>" />
<
paragraph
name="<h3>Heading 3</
h3
>" value="<
h3
>" />
<
paragraph
name="<h4>Heading 4</
h4
>" value="<
h4
>" />
<
paragraph
name="<h5>Sub content</
h4
>" value="<
h5
>" />
<
paragraph
name="<p>Paragraph</
p
>" value="<
p
>" />
</
paragraphs
>
When selecting a block of text in chrome that has been formatted with <p> tags, or clicking inside a block of text in Internet Explorer that has been formatted with <p> tags, the Paragraph Style window displays as 'Normal' as opposed to displaying 'Paragraph' (as it does correctly in Firefox). Other style types (H2, H3 etc) seem to display correctly in the Paragraph Style window normally in all browsers
The problem is this confused our clients who think the editor is failing to format paragraphs correctly (even though the html is correctly formatted)
Has anyone else noticed this behavior or would know a workaround?
Edit: Product version is 2010.2.929.40 by the way
Cheers
Pat