akirafreak / tinybrowser

Automatically exported from code.google.com/p/tinybrowser
0 stars 0 forks source link

Tinybrowser window will not open, 'r is undefined' #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click the Browse button next to the Image URL field in the advanced image 
window.

What is the expected output? What do you see instead?
The file browser window (tinybrowser) should open. I see this:

r is undefined
Failed to load source for: http://madd.../tinymce/jscripts/tiny_mce/tiny_mce.js

However I can load the source for that javascript file just fine.

What version of the product are you using? On what operating system?
TinyBrowser v 1.42
Tried on chrome, firefox, IE etc none work.

Original issue reported on code.google.com by benbra...@gmail.com on 26 Nov 2010 at 12:22

GoogleCodeExporter commented 8 years ago
I have the same problem, using tinymce version Version 3.3.9.3 , tinybrowser 
version 1.42 

Original comment by cinthis...@gmail.com on 8 Mar 2011 at 2:57

GoogleCodeExporter commented 8 years ago
Did anyone get this resolved? I'm also experiencing the same problem. Tried 
contacting Lunarvis but as yet no reply.

TinyBrowser 1.42 with TinyMCE 3.4

Firefox is reporting a javascript error:

Error: r is undefined
Source File: http://xxxxxxxxxx/tiny_mce/tiny_mce.js
Line: 1

I replaced the minified version of the script with the full source 
(tiny_mce/tiny_mce_src.js)

I then received the error:

Error: f is undefined
Source File: http://xxxxxxxxxxxx/tiny_mce/tiny_mce_src.js
Line: 11253

which is this line of code:

return f.apply(s || t, Array.prototype.slice.call(arguments, 1));

Is TinyBrowser is not compatible with the latest TinyMCE?

Any ideas?

Original comment by creative...@gmail.com on 15 Mar 2011 at 6:24

GoogleCodeExporter commented 8 years ago
I've just discovered my hosts are running IIS and don't have PHP enabled... I'm 
assuming this will be the cause of the issue but will install on an Apache 
server to double check.

Original comment by creative...@gmail.com on 15 Mar 2011 at 6:42

GoogleCodeExporter commented 8 years ago
same problem here IE9 - FF on Vista -

Original comment by doris.pe...@gmail.com on 29 Jun 2011 at 7:45

GoogleCodeExporter commented 8 years ago
I had the same error, 
I found that adding this line fixed the problem

<script type="text/javascript" 
src="tiny_mce/plugins/tinybrowser/tb_tinymce.js.php"></script>

Obviously check the path for your own version.

Hope this helps

Original comment by goat...@gmail.com on 12 Aug 2011 at 9:08

GoogleCodeExporter commented 8 years ago
I also have this problem, checked that line and cant see anything wrong with it

Original comment by markhull...@gmail.com on 27 Nov 2011 at 11:58

GoogleCodeExporter commented 8 years ago
Same problem... Windows 7, ff, opera.

Original comment by webdevwo...@gmail.com on 19 Jun 2013 at 2:30

Attachments: