Hi all I'm having a very strange problem that I have never seen before.

While creating a product in Ubercart, I have full access to all of my fields... well let us just assume everything works perfectly because it does all the way up to the point where I go to edit my product.
When the page is loading, the body form appears for about half a second and then disappears on full page load. I've tried disabling/uninstalling CKEditor, ensured that my content type settings were correct (yes it has a name) and basically everything I can think of to no avail. The odd thing is that it worked perfectly yesterday while creating content until I added a few modules to extend Ubercart's capabilities but they don't have any relation to the issue - at least I don't think so.

Has anyone else had a problem like this arise or have any tips on hunting down the issue? It's not the end of the world as I discovered I can clone the node and edit it one single time, then the problem arises again. Any help would be greatly appreciated.

--mp

Comments

Anonymous’s picture

After looking around I found this:

<div class="form-item" id="edit-body-wrapper" style="display: none">

What is causing this style to be displayed as none I wonder?

prolific_one’s picture

Yeah, I've had this happen a couple times. This last time it happened when I copied someone's word document into the editor. I also tried copying the text into a text document then copying it. Same thing. I deleted the end of the document and now it works fine. It's like there was some hidden 'end-of-file' character copied over that the editor didn't like... I am still trying to figure out why. Previously I had similar disappearing node body issues and had to highlight everything and click the 'remove formatting' button in my editor (TinyMCE). That did the trick. The weird thing is that the teasers always show. The good thing is, this has only happened three times, and I have been able to find some silly trick each time to fix the issue, but I sure would like to know what the heck is the cause...