Closed (fixed)
Project:
Rubik
Version:
6.x-3.0-beta3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 09:12 UTC
Updated:
2 Sep 2013 at 08:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cyberwolf commentedSubscribing.
Comment #2
cyberwolf commentedActually looks like this was fixed already in Git, see http://github.com/developmentseed/rubik/issues/closed/#issue/107
Comment #3
twodThe guidelines (text) can be removed, but the container div must be present because of the classes used by Wysiwyg. I haven't looked how it was fixed in the Git repository, but for reference; check out how the Better Formats module does this in the function they use instead of filter_form().
Comment #4
Anonymous (not verified) commentedMarked #947778: Rubik Breaks WYSIWYG when there is only one input format as duplicate of this issue.
Comment #5
planctus commentedI've just noticed that this is not the only problem you have using wysiwyg and rubik theme together.
I have three textarea in the same content type with different input formats ( using better formats ) and editor profiles.
One is the default body field, and that's the only one with the rich text attached for all roles except the administrator whatever configuration i've tried.
Thanks,
Da.
Comment #6
traviscarden commentedHere's a CVS patch, in case anyone wants it.
Comment #7
Viybel commentedIt's been more than a year. How comme this patch hasn't been applied to 6.x-3.0-beta3?
It has costed me more than two hours of debugging just to find it...
Comment #8
traviscarden commentedMaybe a Git patch would grease the wheels a little.
Comment #9
danylevskyiTravisCarden, your patch #8 works like a charm! Thanks!
Comment #10
robert castelo commentedCan confirm that this is still a problem in 6.x-3.0-beta3 and that the patch in #8 fixes it.
Comment #11
traviscarden commentedI think we can RTBC this now.
Comment #12
Jānis Bebrītis commentedbump.
latest patch at #8 works with beta3. Create new release with this patch, please
Comment #13
haydeniv commentedCommitted: d0ca028
Thanks!