Opened 16 years ago

Last modified 11 years ago

#1897 confirmed Bug

Unable to creates styles for a tags

Reported by: Dan Adams Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.0
Keywords: Cc: Dan Adams

Description

I have the following styles:

        <Style name="Link (member)" element="a">
                <Attribute name="class" value="member" />
        </Style>
        <Style name="Link (PDF)" element="a">
                <Attribute name="class" value="pdf" />
        </Style>
        <Style name="Link (read more)" element="a">
                <Attribute name="class" value="readmore" />
        </Style>

which show up fine in the drop down (and are even styled) but selecting a link and then a style does nothing. I need to be able to put class on a tags.

Change History (4)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: FCKeditor 2.6FCKeditor 3.0

Today, styles can be applied to "selectable" elements. The <a> element is not selectable (like an image) so there are no ways to apply styles specially defined to it. We should be able to provide it for V3.

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.x

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:4 Changed 11 years ago by Jakub Ś

Version: SVN (FCKeditor) - Retired3.0
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy