Opened 17 years ago
Closed 17 years ago
#1904 closed Bug (duplicate)
DIV not assigning class
Reported by: | Jef | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5.1 |
Keywords: | Confirmed | Cc: |
Description
version 2.5.1 Build 17566
We have styles set to our div styles in a CSS. DIV is also the default normal. When trying to add a selected style to a div where the code is <div> some text here </div> the div will not apply. When it is <div class=> some text here </div> the style applies great.
If you need to see a reprodcution of this or server config files please let me know. I have attached some config files.
my email is my username.
Attachments (2)
Change History (3)
Changed 17 years ago by
Attachment: | fckconfig.js added |
---|
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Hi!
It seems to me that you have a similar problem to #1503 and #1887. As I reviewed your config file and your xml style file I've noticed that you have assigned four styles with a <div>. Without the class name it is impossible to apply your custom div style and it is a expected behavior because if the <div> itself (without the class name) would apply to your custom styles, it would have to apply to all of them (all with the div declaration). So possibly you are experiencing the same problem as in #1887.
This problem has been fixed in the latest SVN version.
I'm marking this as a DUP of #1503.
Feel free to reopen this ticket if it isn't the same problem that you are experiencing.
Thanks for investigation.
Config File