Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2012 at 10:29 UTC
Updated:
17 Aug 2012 at 07:32 UTC
Comments
Comment #1
mkesicki commentedPlease check in Firebug or similar tool if you have any errors reported in console.
Summary field should be hidden by default.
Please also check admin status report page if there are any errors reported by CKEditor module.
Comment #2
Tim-Erwin commentedIndeed I'm getting a lot of errors.
Firebug says:
[10:05:24.398] Das angegebene Attribut auf Attributen sollte nicht mehr verwendet werden. Es liefert immer true. @ http://www.mydomain.com/misc/jquery.js?v=1.4.4:52
Which translates to "This attribute should not be used any more. It's always true."
The number of error reports on loading the edit page is a little frightening:
If just seen issue #1219348: WYSIWYG filter - Missing argument which however does not describe any symptoms. Hope, this helps solving the issue. Thanks for looking into this.
Comment #3
Tim-Erwin commentedI got more info: This only happens if the summary field is not empty. If it is blank, the field is collapsed.
Comment #4
mkesicki commented@Tim-Erwin,
about errors in: http://drupal.org/node/1722118#comment-6341954:
*_process errors related with CKEditor are reported in other tickets.
jQuery error can by caused by some module (not necessary CKEditor). You should disable your modules and check which fires this JavaScript exception.
About http://drupal.org/node/1722118#comment-6344382. I think this is default drupal behaviour. When I disable CKEditor and add node in 'clean' drupal, summary field (which has a content) is visible during edit.
Comment #5
Tim-Erwin commentedYou are totally right. Sorry, my bad. I'll go watch the other tickets for the error messages. Thanks for looking into this.