this screenie is take from an instance of drupal with a custome theme, so this problem may not exist in default themes, but wanted to submit it just in case.

editor displays properly for this site in IE, but in FF, form fields are overlapping

Comments

jjeff’s picture

I've seen this. I think the problem is some combination of the Drupal resizable textareas, drupal.css, and the browser.

I'm thinking that I may need to resort to sticking everything into a table to keep things in line. Hrmm...

eliza411’s picture

StatusFileSize
new9.54 KB

I have the same problem, but it's not working in IE 6.0 either (nor Firefox on Mac or PC.) I attached a screen cap of the IE overlap.

Is there a workaround? A version of IE that will work until there's a fix?

This looks really amazingly useful!

eliza411’s picture

Actually, it displays fine in Safari. Go fig. I can use that until it's ready.

thierry_gd’s picture

Same problem on IE using spreadfirefox theme

Thierry

bessone’s picture

Hi,
I have the same problem with FF 1.5.0.7 and "newsportal" theme.
With IE 6.0 (and the same theme) the form are displayed at the end of the page, after all columns.

Ciao
BES

bessone’s picture

StatusFileSize
new295 bytes

The problem is in the structure of xhtml and css.
I have made this small patch:

in the file /modules/contemplate/contemplate.css

comment the float: left; like this:

div.contemplate-tips {
  width: 45%;
 /* float: left;*/
}

the output it is not beautifulst but it resolves the problem of overlapping.

(the full css files is also attached)

Ciao
BES

jrglasgow’s picture

Status: Active » Postponed (maintainer needs more info)

Is anyone still having this problem? I haven't seen it, I noticed that the patch has not been applied, If the problem still exists I will test the patch, but I have not noticed this problem.

jrglasgow’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I am going to assume that this has been fixed.