Active
Project:
Node form columns
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2011 at 12:21 UTC
Updated:
12 Jun 2012 at 19:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
voxpelli commentedIsn't the problem that you are trying to put something in it that is too wide to fit? The right column would need to be very wide for that to work?
Comment #2
Blooniverse commentedCorrect. But 'vertical tabs' (see screenshot) should find their space somehow, I think!
In this case ('vertical tabs') it really seems to be a simple CSS formatting error, since things are displayed - just not correctly.
Comment #3
itserich commentedI made the two columns roughly equal width by modifying sites/all/modules/nodeformcols/css/nodeformcols.css to:
For some reason adding this to local.css in the theme did not work as it does in D6.
Comment #4
barrapontoI don't think same width columns should be the default for this module. Maybe a setting?
Comment #5
mrpauldriver commentedI'm having much the same problem.
See screenshot
---
EDIT
Easily fixed by amending the css file as mentioned above
It probably should be a setting really
Comment #6
barraponto@pauldriver and @itserich: does the patch at #1287452: Text fields and text areas on the right sidebar should be resized help you in any way?
Comment #7
mrpauldriver commentedsorry but I'm not up to speed with patching. relative noob
Comment #8
itserich commentedSame with me about patching. I have been successful patching a few times but in this case I changed the couple lines in the module.
Comment #9
barrapontotry http://drupal.org/patch/apply
or just edit manually.
Comment #10
paskainos commented@barraponto: it works it works!!! :) Even so, one has to wonder if maybe something like
is in order. The vertical tabs look pretty cramped in the right column. But when I switch from 65% / 34.99% to 60% / 39.99% the right column content is swimming in white space... :/ Therefore, my thoughts are @barraponto's patch is the way to go.
Comment #11
barraponto@paskainos setting #1287452: Text fields and text areas on the right sidebar should be resized to RTBC would motivate the mantainers (including myself) to commit the change.
I have, however, switched to using Display Suite Forms (from http://drupal.org/project/ds).
Comment #12
paskainos commented@barraponto: done! :)
Quick question; why do you currently prefer DS?
Comment #13
barrapontoBecause there's a UI to set regions, move stuff to blocks, etc.