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

CommentFileSizeAuthor
disabled.png222 KBrcodina
enabled.png253 KBrcodina

Comments

rcodina’s picture

Title: Breaks css of ckeditor in the right column » Breaks css of ckeditor in the left column
rcodina’s picture

Issue summary: View changes
rcodina’s picture

I 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.

rcodina’s picture

Status: Active » Closed (works as designed)

With newest version of CKeditor bug dissapeared.

rcodina’s picture

Status: Closed (works as designed) » Active

I 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!

rcodina’s picture

Title: Breaks css of ckeditor in the left column » Improve compatibility with "Fieldsets", "Horizontal tab groups"
Issue tags: -ckeditor
rcodina’s picture

Title: Improve compatibility with "Fieldsets", "Horizontal tab groups" » Improve compatibility with "Fieldsets" and "Horizontal tab groups"