-
8 May 2008 10:43 AM #81
Currently a little busy, with other parts of my project, but will give my feedback very soon. Great to see you continue to improve this plugin! Thanks
Leon
-
12 May 2008 9:46 AM #82
Scrolling problem
Scrolling problem
Xor,
This is a great plugin, but I am having a problem when I scroll in a form window.
I have attached a image to show the results of scrolling in the editor whether I use a scroll-wheel or down arrow I get the same results....
Any ideas?
Thanks
Timmer
-
13 May 2008 12:11 AM #83
Timmer,
IMHO, it looks more like a browser glitch. Have you tried this in other browsers?
Best,
XOR
-
18 May 2008 10:56 PM #84
this.ed.theme.resizeTo is not a function
this.ed.theme.resizeTo is not a function
Hello,
Great extension ... but I have some problems with the new version, I get the following error:
this.ed.theme.resizeTo is not a function
I have a FormPanel where the editor has the anchor: "100% -50" and I get this error when the form is displayed.
I do have the advanced theme in the themes folder, I'm not sure what is going on. Please help.
Thank you for your time.
-
18 May 2008 11:37 PM #85
-
19 May 2008 1:28 PM #86
I actually have tinyMCE version 3.0.8 ... I downloaded and installed it yesterday... maybe there are some include files that I'm missing..?? Any other ideas that I could try? Thank you for your time and help.
-
19 May 2008 11:43 PM #87
Hi!
I've just checked my examples with 3.0.8. It works, including test with anchors that you've specified. Please try to make a failing test case on base of one of my examples.
At the same time, I have to admit that first-time resizing works in strange way (though, works w/o errors). I'll hack it when I'd have time.
-
21 May 2008 10:58 AM #88
Problem with popups
Problem with popups
Looks like the ext popups do not want to work when the field is initialized inside of onready... Even Example #1 on your site does not use the inline popups... Any ideas of why these dont work when initialized this way?
P.s - Great extension, saving me lots of headaches already.
-
21 May 2008 10:52 PM #89
I had a similiar issue when not using a toolbar:
tbar has no properties
/lib/extExtensions/Ext.ux.TinyMCE.js
Line 101
If you do a similar check as the suggestion above all works fine, perhaps this needs adding to the next version?
Code:var tbar = Ext.get( Ext.DomQuery.selectNode( "#" + this.ed.id + "_tbl td.mceToolbar" )); if (tbar) { var tbars = tbar.select( "> table.mceToolbar" ); Ext.DomHelper.append( tbar, { tag: "div", style: { overflow: "hidden" }}, true ) .appendChild( tbars ); }
-
22 May 2008 10:30 PM #90
More resize issues
More resize issues
I am having a problem getting the HTML Editor to resize in a split frame. When I drag the split frame left or right I want my editor to resize accordingly.
I have set both the width of the editor and the tinyMCE config to 100% and the initial size works fine. Then when I drag the frame splitter the tinyMCE element does not resize. What's the best solution for this?
Is there a resize event for this UX that I can use? (The idea would be to add a listener on the tinymce object that listens for moving of the split and calls resize).


Reply With Quote

