-
6 Feb 2008 4:53 PM #21
Good work! I checked it on my system (Ubuntu 7.10, Firefox 2), it seems great. Only it's some slow I think. Do you see a problem like this?
And what about ie 6.0? Is this working properly on ie6? If "no", what is the problem about ie6?
-
6 Feb 2008 8:01 PM #22
-
6 Mar 2008 4:53 AM #23
I've update Ext.ux.TinyMCE to version 0.2. Look at initial post for details.
-
7 Mar 2008 12:37 AM #24
Are there some probleme with the site where I could normally download the source?
-
7 Mar 2008 1:13 AM #25
Sorry, I've messed up with permissions of the file area. Please, try again from this URL:
http://blogs.byte-force.com/files/fo...e/default.aspx
-
7 Mar 2008 1:35 AM #26
now it is possible to download!
I downloaded the Demo, but it doesn
-
7 Mar 2008 1:55 AM #27
I think the problem is that you are trying to open the demo right from the file URL. It doesn't work because of browser security restrictions (most likely). For demo to work you must open it from web server. Try my online demo link - it's exactly the same and it should work for you.
-
7 Mar 2008 6:30 AM #28
At line 427 in Ext.ux.TinyMCE.js an attempt is made to access an element with a class name of mceStatusbar:
Because my editor's configuration disables the status bar I do not have an element with the mceStatusbar class in the generated HTML. This results in a 'no properties' error and an incomplete rendering of the editor.Code:var sbar = t.select( "td.mceStatusbar > div" ).first().first(); if( sbar ) { h += sbar.getHeight() + 5; sbar.setWidth( aw - 2 ); }
It is recommended that the return value of select() be checked before attempting to dive deeper into the status bar.
-
7 Mar 2008 6:35 AM #29
Thanks for the update, by the way. The failure to honor configured editor height in IE6 is now fixed!
-
8 Mar 2008 2:00 AM #30
Hi, thanks 4 ux!
Editor show correctly, but when i click on `image` button, i have error:
Bold, italic etc working good.PHP Code:types[config.xtype || defaultType] is not a constructor
[Break on this error] Ext.ComponentMgr=function(){var all=new Ext.util.MixedCollection();var types={};...


Reply With Quote


