1

Topic: TinyMCE display problem with FireFox 3.5

If you look at the tinyMCE examples page with FireFox 3.5, you will see that the toolbar is not visible. If you change the doctype of the page the toolbar will be visible.

I'm having the same problems with the tinymce plugins. The plugins window are not well displayed because the HTML do not respect the doctype.

Does anybody saw that?

2

Re: TinyMCE display problem with FireFox 3.5

I can't confirm this. Using FF3.5 the full-featured example looks as always - and the dialogue windows, too.

Greetings from Germany,

Felix Riesterer.
(-> about me and this forum <-)

3

Re: TinyMCE display problem with FireFox 3.5

Here's more explanation:
The problem is not TinyMCE, but Firefox!

Mozilla has asked me to keep confidential this bug ... sorry
I contacted Mozilla to report the problem.

Last edited by Mafrayss (2009-07-03 01:49:43)

4

Re: TinyMCE display problem with FireFox 3.5

Mafrayss wrote:

Here's more explanation:
The problem is not TinyMCE, but Firefox!

As I wrote before: I can't confirm this with FF3.5 which is a Firefox, isn't it?

And you call this "more explanation"?

Mafrayss wrote:

Mozilla has asked me to keep confidential this bug ... sorry
I contacted Mozilla to report the problem.

And just because they wanted you to keep it quiet you felt the need to write about it nevertheless? Some secret you're holding...

Why should I believe you?

Greetings from Germany,

Felix Riesterer.
(-> about me and this forum <-)

5

Re: TinyMCE display problem with FireFox 3.5

this issue looks like this:
http://villav.com/tiny_ff35.jpg

on Firefox 3.5 (3.5.2) on intel mac Leopard

to replicate:
1. Restart Firefox
2. Open http://tinymce.moxiecode.com/examples/full.php

I have my cache turn off by WebDeveloper Toolbar

Any manipultion with browser usually fix it (resize, select)
after those editor would work just fine until you restart browser

Occasionally it's not gray overlay but empty content area

P.S. Works fine on windows XP FF 3.5.2

6

Re: TinyMCE display problem with FireFox 3.5

anybody else has the same issue?

7

Re: TinyMCE display problem with FireFox 3.5

Nope, tested it today. Must be some FF extension issue, since I can't reproduce it on the same OS and FF version.

Best regards,
Spocke - Main developer of TinyMCE

8

Re: TinyMCE display problem with FireFox 3.5

spoke,

turn off my all extensions. still has this issue and other macs with firefox 3.5 in office.

I cleared my cache restart browser only one tab is open and then go http://tinymce.moxiecode.com/examples/full.php

9

Re: TinyMCE display problem with FireFox 3.5

Well I can't reproduce it. Haven't seen any other reports so it must be a very local issue.

Best regards,
Spocke - Main developer of TinyMCE

10

Re: TinyMCE display problem with FireFox 3.5

not really a big deal. thanks for looking into it

11

Re: TinyMCE display problem with FireFox 3.5

Also experiencing this problem.  When using firefox 3.5, the page with TinyMCE randomly displays blank.  Many of our members are experiencing this for our website http://www.sulit.com.ph

I think many are experiencing this problem already.  Here is a thread posted in stackoverflow with other users also experiencing it:
http://stackoverflow.com/questions/1108 … th-tinymce

12

Re: TinyMCE display problem with FireFox 3.5

I tried to move the definition of tinymce from the head to the body of the html code. i.e. lazy-loading.  But the HTML-code randomly stops loading from the point where the definition of tinymce is added.

Last edited by rjdavid (2009-08-16 09:18:27)

13

Re: TinyMCE display problem with FireFox 3.5

Use the proper and documented way of lazy loading. Adding things to the body isn't actually lazy loading since it will still block the page from complete rendering until the scripts gets loaded in other words the load event won't fire until it's complete. It's just a way to get the user to see something before all scripts are loaded.

Using this method: http://tinymce.moxiecode.com/examples/example%5F13.php

Will compress and load the contents when you want it to load, in other words real lazy loading. I also get no major performance drawbacks at last on our server it takes 40ms to send the compressed script you guys probably need disk caching enabled.

Also if the page is getting blank you probably need to disable the document.write calls we use for loading scripts synchronous. Use the strict_loading_mode setting for that.

Best regards,
Spocke - Main developer of TinyMCE

14

Re: TinyMCE display problem with FireFox 3.5

Setting strict_loading_mode to true somehow solves the problem in normal loading.  But when I tried reloading the page, the first reload will load the page with no problem.  The succeeding reloads will result to a blank page again.

At least the reload action is not normal.

15

Re: TinyMCE display problem with FireFox 3.5

If we are talking about webkit (Safari/Chrome) you need to make sure that there isn't any 404 errors the browser will break otherwise.

Best regards,
Spocke - Main developer of TinyMCE

16

Re: TinyMCE display problem with FireFox 3.5

Currently having no problem with Safari/Chrome.  Only in Firefox 3.5.  There was no problem with Firefox 3.0 and I changed nothing ever since 3.5 was released.  What is weird is that when I view the source the blank page, the complete source code is being displayed.  There is also no problem being displayed by FireBug.  Getting nuts with this problem tongue

17

Re: TinyMCE display problem with FireFox 3.5

Could be some odd firefox extension messing up the normal behavior of the browser.

Best regards,
Spocke - Main developer of TinyMCE

18

Re: TinyMCE display problem with FireFox 3.5

We're trying to track this one down too.  I think it has to do with the way FF 3.5 handles cache and how it respect headers (or not).  Setting browser.cache.check_doc_frequency seems to have no effect and based on the way Private Browsing is written up, you'd think that it wouldn't be an issue with cache.

19

Re: TinyMCE display problem with FireFox 3.5

I too am having this problem. Page loads normally about 90-95% of the time, then randomly comes up blank with a full source code view.

I'm using firefox 3.6, iMac, and the PHP gzip for tinyMCE.

Last edited by Gatobob (2010-05-19 00:55:14)

20

Re: TinyMCE display problem with FireFox 3.5

Same problem with half a grey page on FF 3.6.3.

I found that resizing corrected the problem, but that is no use to the casual surfer.

So disable "theme_advanced_resizing : true,", solved my problem'

21

Re: TinyMCE display problem with FireFox 3.5

hi,
I am using TinyMCE for a long time. But yesterday it disappered byself in Firefox. Normally there was no such a problem in same firefox.

Please help me

22

Re: TinyMCE display problem with FireFox 3.5

Had the exact same problem on my website in FF3.6.  Refreshes would always turn up a blank page.  Randomly a blank page would be displayed ~10% of the time.  Moving the TinyMCE init code to the bottom of the page, butting up to the body close, fixed the problem.  This is really just a bandaid.

23

Re: TinyMCE display problem with FireFox 3.5

Never had any issues with initialization on Firefox. Could be some other script on the page acting up loading or the server it self.

Best regards,
Spocke - Main developer of TinyMCE

24

Re: TinyMCE display problem with FireFox 3.5

i have a tiny mce editor in JUQERY UI Dialog it is working fine in IE9 but in FF3.6 it is not loading, there is no error but still textarea is coming it is happening in dialog only other wise on page its fine please advise.

25

Re: TinyMCE display problem with FireFox 3.5

My client is running Firefox for PC. Suddenly TinyMCE just stopped displaying on any page.
View Source shows the code is there, but the TinyMCE editor does not load. I can't get it in Mac Safari 5.0.5 either, but it DOES load just fine for me in Mac Firefox 3.6.9.

In troubleshooting this problem, I have updated TinyMCE to version 3.4.4, checked all trailing commas, scripts, made sure URL paths are correct, checked for missing file and commented out "theme_advanced_resizing : true".

My client is distraught because back-to-school is their busiest season of the year and they had planned to enter new product information this week. Please, does anyone have any other ideas about what could be wrong? This just happened all by itself. I have not changed anything on their admin section since last April and everything has worked fine all this time.

Thanks for any information.

Last edited by sherech (2011-08-12 07:58:11)