Page 1 of 1

File Manager: problems using Code Edit

PostPosted: Tue Apr 22, 2008 6:54 pm
by Howard Kaplan
I'm having two different problems using the Code Editor of the CPanel File Manager.

I experienced the first problem within Firefox 2.0.0.14, my preferred browser: Sometimes, but not always, when I open a .php File by right-clicking and selecting Code Edit, the editing window occupies only three source code lines in the middle of the window, and large areas above and below that are blank. This problem is discussed in another forum, the web address of which I am not allowed to post here because I haven't yet posted 10 messages to this forum, but the suggested workaround (Ctrl-F) doesn't work.

I experienced the second problem when I tried switching to Windows Explorer 6 to get around the previous problem: the code editor sometimes hangs completely, displaying an hourglass cursor, and I need to terminate the browser and restart it.

Does anyone else have suggestions for coping with these problems?

PostPosted: Tue May 13, 2008 5:16 am
by scott
Hello Howard,

There are two different unique issues related to this.

1) The html editor or code editor does not work in symlinked directories. This has been resolved in 11.19.3, 11.18.3 (EDGE,CURRENT) versions of cpanel.

2) rvskin does not support the new html editor yet. It may require to change the cpanel skin.

Please open a ticket to support@canadianwebhosting.com with your account details. We will check your issue from there.

PostPosted: Tue May 13, 2008 9:23 am
by Howard Kaplan
I've now discovered another workaround, which I'm posting here in case anyone else runs into the same problem with Firefox. When the three-line editor shows up, I simply ask Firefox to refresh the page, and the new display has a proper, full-page editor. I don't know if this indicates a problem with page caching or some other problem, but at least it's a very easy fix to execute. I'll post again if the problem recurs.

File Manager problems using Code Edit

PostPosted: Sun Jun 07, 2009 9:53 am
by Celestemmcknight
I have searched the web and this forum. I see where you can use your own custom CSS file...but how can I load a different CSS file based on IE browser version?

I have tried...using style sheets like below and it works for IE 6, but in IE7 it appears to show the code of the style sheet as if it is being put into the page....as if it is "reading" the styleie6 code somehow.

<--if gte IE 7>
load_css_style
<endif-->

<--if lte IE 6>
load_css_styleie6
<endif-->

In short, how can I load separate CSS files based on IE browser versions?