Hello There:
One more thing about the Rad Editor that I would like to address and wonder if anyone can be of any assistance with is the problem with span tags being generated in firefox 7.0.1 when applying various classes from the rich rad editor.
I don't remember if this was a problem in previous firefox versions but I did notice the problem even esisted in the older telerik editor.
Basically what happens is type something out and than select it with the mouse and apply a style to say a paragragh. In IE and Chrome what happens is the praticular selector you were selecting information in (in this case the paragraph tag) gets the style attribute added to the p tag itself so for example you have
hello
and you apply a style lets say colorchange. In ie and chrome what is rendered is the following:
That is the way it is suppose to happen as it takes perfectly. Now in Firefox 7.0.1 (and I suspect the case is true in previous versions as well) when you do the same thing as shown in our scenario to the paragragh tab if you are editing the information in firefox you get the following html read out
Now the problem with this way of formatting things certain attributes don't seem to take. I think font weight is applied but alignment for example text-align:center; does not seem to work when a class style with this attribute is applied in firefox which builds its definition from a span tag rather than a class attribute of the selector at hand (i.e. p, h1, h2, etc...)
So I guess my question is the following: Is this behavior a bug in the rad editor or is there something I need to be doing so that the class attribute does not attach itself to a nested span tag within a paragrapgh selector when using firefox.
Again Chrome and IE seem to be ok but I am going to be training some people on DNN 6 who make high use of firefox and are more comfortable in this browser than IE so it is critical that things as simple as applying styles to text in the rich text editor take hold in firefox as well as chrome and IE. I noticed there are a lot more problems with it in Opera but Opera is really a dead horse so I am not even concerned about how it looks their but I am concerned about Firefox.
Thanks,
Bo