Ticket #3646 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

RTE - Mini letter type in editing window

Reported by: joao2 Assigned to: ryan
Priority: highest omg bbq Milestone: 2.1.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

I've just upgraded to WP 2.1. Since the upgrade, the window that one uses to type a post now uses a very small letter type. How can one solve this?

I've even tried a clean install in another directory, but the result is the same. Text is so small in the MCE editor that one can hardly see it!

I've tried a clean install on another server, and it works well. Can a server not support the Javascript in WP 2.1? I think I'm going to revert to WP 2.0.7.

Attachments

https-on.diff (0.6 kB) - added by andy on 01/26/07 00:37:48.

Change History

(follow-up: ↓ 2 ) 01/23/07 13:10:25 changed by joao2

  • milestone changed from 2.2 to 2.1.1.

(in reply to: ↑ 1 ) 01/23/07 13:18:06 changed by Znuff

  • priority changed from normal to lowest.
  • severity changed from normal to trivial.

Replying to joao2: JavaScript? is not server-based. It's a matter of styling probably. It's not a defect.

01/24/07 03:20:21 changed by foolswisdom

  • milestone changed from 2.1.1 to 2.2.

Can you provide a screensheet?

(follow-up: ↓ 5 ) 01/24/07 03:20:52 changed by foolswisdom

OS? browser? version?

(in reply to: ↑ 4 ) 01/25/07 12:18:58 changed by norbertb

Replying to foolswisdom:

OS? browser? version?

Although I'm not the original bug reporter, I can replicate the bug in the following enviroments:
- Windows XP Pro SP2 NL, Internet Explorer 7 EN , wp v2.1
- Windows XP Pro SP2 NL, Mozilla Firefox 2.0.0.1 NL, wp 2.1

01/25/07 17:04:16 changed by foolswisdom

  • keywords changed from MCE to TinyMCE RTE.
  • priority changed from lowest to normal.
  • severity changed from trivial to normal.
  • summary changed from WP 2.1 MCE Editor - Mini letter type in editing window to RTE - Mini letter type in editing window.

norbertb, thank you! Can you include a screenshot? Circling what is wrong? If you have a screenshot of what looked correct before that would be excellent too!

01/25/07 18:42:42 changed by MichaelH

Saw this just today on a Windows plan at ixwebhosting for a fresh new 2.1 installation.

Here's what it looks like on ixwebhosting account: Small text

Here's what is look like on asmallorange host: "Normal" text

I'm using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9

PHP info from ixwebhosting:

  • PHP Version 4.4.1
  • System Windows NT IIS100 5.0 build 2195
  • Build Date Mar 14 2006 22:18:06
  • Server API CGI/FastCGI

01/25/07 18:52:54 changed by andy

There is a stylesheet applied to the editor contents. Please verify that you have this file:

wp-includes/js/tinymce/plugins/wordpress/wordpress.css

01/25/07 19:01:49 changed by MichaelH

Andy, just confirmed that file is there and intact.

01/25/07 19:07:03 changed by andy

We need to be sure your browser is loading that stylesheet. Right-click in the editor, click This frame => Reload. That might get the stylesheet to load.

If not, we'll need to look at it with firebug or liveheaders or something that can sniff out the client/server interactions.

01/25/07 19:17:53 changed by MichaelH

Doing the frame => reload seems to do nothing but lock the screen--I can't enter any text on the Write Post screen. I then have to reload the whole page or click on another Admin menu bar option.

01/25/07 19:24:24 changed by andy

View the source of that frame and see what stylesheets are linked, if any.

01/25/07 20:16:31 changed by andy

Excellent! That clue will lead to a fix. Open up tiny_mce_config.php and replace this:

if ( $_SERVER['HTTPS'] ) {

with this:

if ( $_SERVER['HTTPS'] == 'on' ) {

01/25/07 21:10:44 changed by MichaelH

Great job! Thanks Andy, that fix worked.

01/26/07 00:37:48 changed by andy

  • attachment https-on.diff added.

01/26/07 00:39:07 changed by andy

  • keywords changed from TinyMCE RTE to has-patch.
  • owner changed from anonymous to ryan.
  • priority changed from normal to highest omg bbq.
  • milestone changed from 2.2 to 2.1.1.

Patch attached for the fix tested above.

01/26/07 02:57:09 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [4812]) Link to TinyMCE css file with http scheme on all server setups. Props MichaelH and Andy. fixes #3646

02/08/07 23:16:51 changed by markjaquith

  • status changed from closed to reopened.
  • resolution deleted.

Re-opening for 2.1.1 ... previous commit was for trunk

02/08/07 23:17:22 changed by markjaquith

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [4872]) Link to TinyMCE css file with http scheme on all server setups. Props MichaelH and Andy. fixes #3646