Project:FCKeditor - WYSIWYG HTML editor
Version:6.x-2.x-dev
Component:Compatibility with themes
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

IE works perfectly, but in FF, Opera, Safari, Chrome, annoying horizontal scrollbar is present in the textarea.
I use 6.x-2.x-dev.
Solutions?

Thanks

AttachmentSize
chrome.gif7.79 KB
firefox.gif7.88 KB
explorer.gif5.58 KB

Comments

#1

Status:active» postponed (maintainer needs more info)

What version of FCKeditor do you use?

#2

I use 6.2.4.1

#3

I don't recognize that as an FCKeditor version. The latest version is 2.6.5, could you try that one.

#4

Sorry, I meant 2.6.4.1, which strangely enough has more update files (July 2009) than 2.6.5.
Anyway, I've the same problem with 2.6.5 aswell.

Thanks

#5

I have encountered the same problem in FireFox and Chrome.

I notice that the horizontal scroll bar does NOT show up if the text field is the full width of the page template and in the FCKeditor profile the width setting in the editor appearance section is set to the default 100%.

But if the text field is less than the full width of the screen, then the horizontal scroll bar does appear, and changing the width setting in the profile to a smaller percentage or a fixed width does not solve the problem.

Again, the problem does not occur in IE.

I'm using:
Drupal 6.14
FCKeditor Drupal module 6.x-1.4
FCKeditor version 2.6.5
Firefox 3.5.3
Chrome 3.0.195.27
IE 8.0

#6

What theme do you use?

#7

I use simply_modern.

#8

Status:postponed (maintainer needs more info)» active

I also have the same problem with simply_modern

#9

Hi,

If you go into, e.g.:

/admin/settings/fckeditor/edit/Advanced

or modify the setting where the FCK Editor is, then from the CSS drop down select
Use FCK Editor Default

This will not apply the CSS when you're editing text, but will remove the horizontal scrollbar, solving this problem but creating a (in my mind) less serious one.

There's also a discussion on http://drupal.org/node/302918, that refers to min-width, but it didn't work for me (I'm using the NewsFlash theme). Looks like it worked for other people though.

Aminto

www.1websitedesigner.com

#10

Component:User interface» Compatibility with themes
Status:active» closed (fixed)

This is related to the following part of the style.css of simply_modern:

body {
min-width: 750px;
}

There is not much I can do about it. You can remove that line of code or use a different style sheet for FCKeditor.

nobody click here