FCKeditor capitalizes all the tags; won't validate
kellyllek - October 27, 2009 - 21:40
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm not sure if there is a setting for this?
When I paste plain text into the editor it capitalizes all the elements. For example it uses: P, BR, STRONG, and TEXT-ALIGN instead of p, br, strong, and text-align. Plus, I'd like it to close the br tag, i.e. br / . Is there a way I can make the editor use lowercase instead? Or define that br / and other tags? Right now all the tags I mention don't validate.

#1
I have never seen this before. I can only advise you to take a good look at the settings. Have you changed anything in fckconfig.js or fckeditor.config.js?
#2
I wonder if it has to do with the IMCE WYSIWYG bridge module?
I was going to report this as a separate issue, but my first problem was I couldn't get the "browse server" button to appear. I found out I needed the bridge. But that was strange because I never needed the bridge before?
Second, by default the Full HMTL Input Format has all (or most) of the buttons available, even though none of them are clicked. However, when you install the bridge you have to go to the buttons and check the IMCE box which appears. But then have to check all the buttons now because if you just click the IMCE button the rest of the toolbar disappears. (also frustrating is the fact that the toolbar no longer has the same layout, but that is probably because I've clicked a few different buttons. )
So maybe I should have installed the bridge before I installed the editor?
I am not having this Capitalization problem on any other site, but I also don't have need for the bridge on other sites.
I'd like to bump this up to critical but it's only critical for me! Maybe I should post this under the IMCE bridge module? I have no idea why anything like this would happen and the bridge is the only difference I can think of.
#3
I think you are confusing the WYSIWYG module and the FCKeditor module.
#4
I don't think so? I need all the modules to make it work, including the new IMCE-WYSIWYG bridge module, (which I never needed before). http://drupal.org/project/imce_wysiwyg
Anyway, no different than my text explanation but here is a video of capitalization issue:
password to view video is "drupal"
http://www.blip.tv/file/2779582
#5
Could you give me an overview of your settings panel?
#6
for the Full HTML input format?
Right now only the URL filter is checked. I unchecked all the others trying to fix the issue.
#7
I mean the settings of the FCKeditor profile.
#8
Hey Jorrit. I just posted 5 screen captures of the settings:
http://picasaweb.google.com/jkellyllekj/FCKeditor?authkey=Gv1sRgCOWztPjw...
I don't think I touched anything here except for checking all the buttons which I had to do after checking the IMCE button.
#9
The screenshots you show are from the WYSIWYG module settings page. You should file an issue with them at http://drupal.org/project/wysiwyg
#10
With some ideas from TwoD at the WYSIWYG module the culprit turned out to be the Teaser Break button. Both issues were caused by it; the capitalization and the missing back slash.
http://drupal.org/node/617944
Thanks again for your efforts and sending me to the proper resource Jorrit.
#11
You're welcome.