Ticket #1887 (closed Bug: duplicate)
Paragraph styles not selectable
| Reported by: | andrewpr5 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5 |
| Keywords: | Discussion | Cc: |
Description
If you have one or more styles set in fckstyles.xml which use the p element, in the editor every <p> shows as having the styles selected, even if they are not. You are therefore unable to set the p style on a paragraph.
Example styles in fckstyles.xml:
<Style name="Intro Text" element="p">
<Attribute name="class" value="IntroText" />
</Style>
<Style name="Sub-Head" element="p">
<Attribute name="class" value="SubHead" />
</Style>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.