Closed (fixed)
Project:
Contact form blocks
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
4 Dec 2009 at 01:02 UTC
Updated:
10 Aug 2011 at 20:12 UTC
I've added the CSS for the text fields to be 95% width and it works well for all the text fields, except the Message textarea. When logged in as a user or admin, the message textarea box bleeds over the right sidebar at its full length of 60col. When I'm logged out of my site, the textarea box appears perfectly in line with the rest of the form in the right sidebar and has no bleed over. How can I fix this, so that users don't have a Message textarea that expands for 60 columns.
Thanks!
Comments
Comment #1
rothatboat commentedThis problem seems to be related the FCKEditor module. When a user has permission to use it, the bleed occurs. When there are no permission allowed for the user to use, the bleed does not occur.
Comment #2
fuerst commentedAre you using the fckeditor module or the WYSIWYG modul + FCKEditor? Which theme are you using - does the bleed occurs using the Garland theme too?
You may control the width of your contact form block textarea by some CSS like this:
Comment #3
tomdavidson commentedHello, I have the same problem but am not using fckeditor at all manifest even with out permissions.
Drupal 6.15
Pixture 6.x-1.1
WYSIWYG 6.x-2.0
On fuerst's suggestion, the problem does not occur with the Garland theme. Must be a Pixture issue - for me anyway.
Comment #4
fuerst commentedPlease try to apply the CSS code from comment #2. Does it change something?
Comment #5
fuerst commentedComment #6
espirates commentedcode above works.
Comment #7
fuerst commentedGreat, will set the issue to closed then.
Comment #8
markconroy commentedI'm having an issue with this as well. For some reason, the fields on the form "seem" to be okay when I am logged in but can be a bit erratic when not logged in. Also the textarea for the message is fine on the homepage but bleeds out of the right sidebar on most other pages. Any ideas?
I've added this code to my style.css
A preview of the site can be seen here:
http://bit.ly/qRMeop
Thanks in advance.