Opened 18 years ago
Closed 12 years ago
#101 closed Bug (wontfix)
IE: Can't use the Styles combo with TR, TD, TH
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | SF | Cc: | blasph@…, mjgmaas@… |
Description
Hi!
Don't work in IE this style template (fckstyles.xml).
Bug example see on the attachment picture.
... <Style name="Table cell class" element="TD"> <Attribute name="class" value="class_name" /> </Style> ...
Sorry for my English :)
Attachments (3)
Change History (16)
Changed 18 years ago by
Attachment: | Untitled-1.jpg added |
---|
comment:1 follow-up: 8 Changed 18 years ago by
Component: | UI : Floating Panel → General |
---|---|
Keywords: | IE added; CSS removed |
Milestone: | FCKeditor 2.4 |
Priority: | High → Normal |
Summary: | In IE CSS style for <TD> tag not visible on toolbar popup panel → IE: Can't use the Styles combo with TR, TD, TH |
comment:2 Changed 18 years ago by
Keywords: | SF added |
---|
I tried to create the styles on the file fckstyles.xml in the newest version of fckeditor (2.0 rc1) but styles don't been added in style select combo in editor.
If I change to another tag (span, p, etc) it's work fine.
Moved from SF. Original poster: Daniel Rodrigues - blasph
https://sourceforge.net/tracker/index.php?func=detail&aid=1077468&group_id=75348&atid=543653
comment:3 Changed 18 years ago by
If you clear your cache in RC3, the style select combo box updates correctly to the changes in fckstyles.xml.
But when I select a cel or a row and want to set the style to one new styles I defined for TD and TR nothing happens.
I added the following styles to fckstyles.xml:
<Style name="tabelKop" element="tr"> <Attribute name="class" value="tabelKop" /> </Style> <Style name="tabelCel" element="td"> <Attribute name="class" value="tabelCel" /> </Style>
In which 'tabelKop' and 'tabelCel' are styles defined in my stylesheet.
Moved from SF. Original poster mjgmaas
comment:4 Changed 18 years ago by
Cc: | blasph@… mjgmaas@… added |
---|
comment:5 Changed 18 years ago by
The attached screenshot reflects also another problem reported on ticker #126.
comment:6 Changed 18 years ago by
Milestone: | → FCKeditor 3.0 |
---|
Part of a fix for it could come on the current dialogs. But I believe that only a tag selector is a definitive solution.
comment:7 Changed 18 years ago by
I have experienced this Bug too, a really bad thing. The Problem is, that the td Elements get copied in the Style-Dropdown without a wrapping <table>, browsers don't display that.
With block-Level Elements such as div, p, and with inline elements like a, span or b it works fine.
I would suggest to set the priority of this issue to _high_, because of this issue i am not able to use the editor in our system.
Changed 18 years ago by
the td element does not show up in the dropdown because of the missing <table>
comment:8 Changed 18 years ago by
Replying to alfonsoml:
This bug NOT an IE-only bug, I experienced this bug in Firefox as well, and it's most likely that this bug does occur on other browsers as well.
comment:9 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:10 Changed 17 years ago by
Keywords: | IE removed |
---|
comment:11 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.x |
---|
comment:13 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible.
Update is recommended thus CKEditor provides styles for objects (from CKEditor 3.6) like table.
There is still one issue with it #9405.
CSS style for <TD> tag not visible in toolbar popup panel