Closed (fixed)
Project:
Boxes
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Aug 2011 at 17:14 UTC
Updated:
19 Oct 2011 at 21:10 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1245282-ckeditor-bug.patch | 766 bytes | e2thex |
| #5 | 1245282-ckeditor-bug.patch | 764 bytes | e2thex |
| #2 | boxes-modified-simple-box.make_.patch | 2.59 KB | e2thex |
| #1 | boxes-modified-simple-box.patch | 2.59 KB | tirdadc |
Comments
Comment #1
tirdadc commentedComment #2
e2thex commentedAttached is a version for drush make
Comment #3
febbraro commentedComment #4
tirdadc commentedComment #5
e2thex commentedI 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
Comment #6
e2thex commentedOk 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
Comment #7
tirdadc commentedTested, works now. Reworded the comments and pushed.