When I click on "create content" I see the Smilies box in the form. I can click on the smilies to insert into the text box. However, if I do an error (like missing field in the form, wrong captch code etc.), I can not click on the smilies on the resubmission form. Also "more..." link is not available. Attached two images as an example. submit1.png shows the first submission page that works properly. However, if I forget entering the title, I get the form shown in image submit2.png. As you see, the smilies box strange (grouped to left, no "more..." link) and I can not click on the smilies. Tried both Firefox 3.08 and IE 8.

CommentFileSizeAuthor
#2 smileys-437900.patch607 bytesalxp
submit2.png16.1 KBmcload
submit1.png16.59 KBmcload

Comments

mcload’s picture

No update on the problem?

alxp’s picture

Version: 6.x-1.0-alpha5 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new607 bytes

I verified that the problem still exists in 6.x-1.x-dev and created a patch to fix it.

The patch adds a hook_nodeapi() function to check if the node operation is "verify" and if it is, it checks if the node is supposed to have smileys and if so calls the function to add the smileys.js javascript file that creates the selection form.