Opened 11 years ago
Closed 11 years ago
#10799 closed Bug (duplicate)
CKEditor doesn't apply inline styles to links
Reported by: | Bhadresh Shiroya1 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
CKEDITOR.addStylesSet( 'my_styles', [
{ name : 'Red', element : 'a',type: CKEDITOR.STYLE_INLINE, attributes : { 'style' : 'color:#f00;text-decoration:none;' } }
]);
CKEDITOR.config.stylesCombo_stylesSet = 'my_styles';
Attachments (1)
Change History (2)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Component: | Server : Java → Core : Styles |
---|---|
Keywords: | dropdown style move the link upwords removed |
Resolution: | → duplicate |
Status: | new → closed |
Duplicates #9349.
) Anchor is not getting displayed. 2) When you have a text which is styled with Emphasis and Marker Green, it does not allow you to move to the next line(pressing enter key results into nothing) 3) The Style, Format and Font Dropdowns are transparent and hence you can see the content of the textbox in the background. I am not sure if this is done deliberately but it doesn’t look good. 4) If you right click on the editor and traverse upto the submenu and make a selection(e.g. Insert row below) then after selection the submenu still shows.