I have a content type with a text field with ckeditor enabled. This field is just under the title field and the ckeditor is installed via ckeditor contrib module. Once I activate Responsive Vertical Tabs the ckeditor button area floats to right, gets a width about 1/3 of the whole field width and whole text field overlaps title field which was above.
My environment:
Drupal 7.27
Admin theme is Adminimal 7.x-1.4
Module navbar 7.x-1.4 enabled
Ckeditor 4.3.5 loaded via libraries module 7.x-2.2
Ckeditor module 7.x-1.13
| Comment | File | Size | Author |
|---|---|---|---|
| disabled.png | 222 KB | rcodina | |
| enabled.png | 253 KB | rcodina |
Comments
Comment #1
rcodinaComment #2
rcodinaComment #3
rcodinaI managed to avoid this bug I found with the following configuration:
My environment:
Drupal 7.28
Admin theme is Adminimal 7.x-1.4
Ckeditor module 7.x-1.14 with Ckeditor loaded from CDN (CDN loading is new in 7.x-1.14)
I guess the problem was in ckeditor side, so nevermind. Thanks for writing this module. I wish this one gets a stable relase ASAP.
Comment #4
rcodinaWith newest version of CKeditor bug dissapeared.
Comment #5
rcodinaI was wrong, the error persists. I found out it happens because your module doesn't handle well "fieldsets" and "Horizontal tab groups" done with "field_group" module.
Given that I'm in a hurry and I haven't been able to fix myself your module, I've written a new module based on yours which only responsifies vertical tabs on node add/edit forms:
https://www.drupal.org/sandbox/rcodina/2301115
My module handles well "fieldsets" and "Horizontal tab groups" which covers my needs.
Thank you!
Comment #6
rcodinaComment #7
rcodina