|
Search
You searched for the word(s):
< 1 second(s)
-
Thanks for your quick answer.
But unfortunately, it doesn't work, the popup keeps the same size...
Is there anything else I could try ?
Thanks,
Vincent 
-
Hi,
This question is related to http://cutesoft.net/forums/thread/44960.aspx
In IE6, with CE6.2 using classic popups, the SelectFile.aspx Dialog is too small and therefore it's not possible to click on Ok or Cancel...
I tried to find the dialog settings in Constants.js but I didn't find them... 
Where can I change the ...
-
Hi,
I updated from CuteEditor 6.0 to 6.2, but to ensure backward compatibility, I had to keep the good old popups instead of the new Vistaish ajax popups.
 
The problem is that with IE6, the InsertImage popup is too small so it's not possible to see the buttons at the bottom of the popup.
Is there way to change the size of this ...
-
Hi,
I saw that you released CuteEditor 6.2 yesterday.
What's in this new version ? BugFixes ? Features?
Thanks,
Vincent
-
Hi Adam,
Could we have the status of this bug or you just decided to ignore it ?
This bug happens all the time on all machines so I don't understand how you didn't manage to reproduce it.
Please pay attention to this request and give me a status.
Thank you,
Vincent
-
Here are the steps to reproduce the issue :
Go to : http://cutesoft.net/example/JavaScript-API.aspx with IE6 or IE7
Place the cursor in the editor. Delete the content (Ctrl+A, Del)
Select InsertLink in the DropDown and press ExecCommand
Go to the source to see the inserted link : <p><a ...
-
Well it might work from time to time. If it worked please retry several times.
For me the output is :
<p><a href=''Http://CuteSoft.net''>&nbsp;
&nbsp;</a></p>
I have the same result in IE6 and IE7
Thanks,
Vincent
-
This issue can be reproduced by using the demo page at http://cutesoft.net/example/JavaScript-API.aspx
If the cursor is on an empty line, the Inserlink command will insert whitespaces insert of the link value. It may work randomly though...
To make it work, just insert a space or any other character before executing the ...
-
Hi Adam,Thanks for your answer.This is basically what I did. I needed to get current selection as well, so here is the trick ://Function to get current selection in IE (6 & 7) and Firefox (2.0) function getSel() { var editor = document.getElementById('CE_Editor1_ID'); var txt = ...
-
Hi,I'm trying to insert links from an external dropdown into the editor. I'm using editor.ExecCommand('insertlink', false, 'MyUrl') .It works fine in IE but in Firefox, it opens the Link popup instead of pasting my link....Is there any workaround or fix for this issue ?Thank you,Vincent
|
|
|