Right now the simple box is not usable when you're in inline editing mode, using Context UI and have WYSIWYG running, even when you set the input filter to plain text or some other format that doesn't have the WYSIWYG attached to it.

This is a draft version of a different version which would use textarea instead of text_format when in that mode/situation. It's not fully working yet in that it breaks when you switch modes, and fixes / additional patches are welcome.

Comments

tirdadc’s picture

StatusFileSize
new2.59 KB
e2thex’s picture

StatusFileSize
new2.59 KB

Attached is a version for drush make

febbraro’s picture

Status: Active » Needs review
tirdadc’s picture

Category: bug » feature
e2thex’s picture

StatusFileSize
new764 bytes

I think this problem might be restricted to ckeditor

the problem is that ckeditor does not discover its patch correctly when the js is load via the ajax call.

so when it loads additional css and js, it loads it from the root not /sites/all/libraries/fceditor

but lucky for use we can just set the path as window.CKEDITOR_BASEBATH

e2thex’s picture

StatusFileSize
new766 bytes

Ok need to make one change it is in this patch

also tested boxes with tinymce and it does not appear in the boxes, but it does not disable the field box

tirdadc’s picture

Assigned: Unassigned » tirdadc
Status: Needs review » Fixed

Tested, works now. Reworded the comments and pushed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.